Package de.xima.fc.common.graphdot
Interface AttributeListBuilder.IMixinLengthListInches<A extends AttributeListBuilder.ITypedAttribute<LengthList<Length.Inches>>>
- 
- Type Parameters:
 A- Type of the elements on which to attribute is valid.
- All Superinterfaces:
 AttributeListBuilder.IMixinLengthList<Length.Inches,A>,AttributeListBuilder.ITypedAttributeDescriptor<LengthList<Length.Inches>,A>
- All Known Implementing Classes:
 AttributeListBuilder.AttributeRankSeparation
- Enclosing class:
 - AttributeListBuilder<A extends IGraphDotAttributeList,Self extends AttributeListBuilder<A,Self>>
 
public static interface AttributeListBuilder.IMixinLengthListInches<A extends AttributeListBuilder.ITypedAttribute<LengthList<Length.Inches>>> extends AttributeListBuilder.IMixinLengthList<Length.Inches,A>
Mixin for attributes that accept a length with the unit inches.- Since:
 - 8.2.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface de.xima.fc.common.graphdot.AttributeListBuilder.ITypedAttributeDescriptor
AttributeListBuilder.ITypedAttributeDescriptor.E<T>, AttributeListBuilder.ITypedAttributeDescriptor.Edge<T,A extends AttributeListBuilder.ITypedAttribute<T>>, AttributeListBuilder.ITypedAttributeDescriptor.G<T>, AttributeListBuilder.ITypedAttributeDescriptor.GE<T>, AttributeListBuilder.ITypedAttributeDescriptor.GN<T>, AttributeListBuilder.ITypedAttributeDescriptor.GNE<T>, AttributeListBuilder.ITypedAttributeDescriptor.Graph<T,A extends AttributeListBuilder.ITypedAttribute<T>>, AttributeListBuilder.ITypedAttributeDescriptor.GS<T>, AttributeListBuilder.ITypedAttributeDescriptor.GSE<T>, AttributeListBuilder.ITypedAttributeDescriptor.GSN<T>, AttributeListBuilder.ITypedAttributeDescriptor.GSNE<T>, AttributeListBuilder.ITypedAttributeDescriptor.N<T>, AttributeListBuilder.ITypedAttributeDescriptor.NE<T>, AttributeListBuilder.ITypedAttributeDescriptor.Node<T,A extends AttributeListBuilder.ITypedAttribute<T>>, AttributeListBuilder.ITypedAttributeDescriptor.S<T>, AttributeListBuilder.ITypedAttributeDescriptor.SE<T>, AttributeListBuilder.ITypedAttributeDescriptor.SN<T>, AttributeListBuilder.ITypedAttributeDescriptor.SNE<T>, AttributeListBuilder.ITypedAttributeDescriptor.SubGraph<T,A extends AttributeListBuilder.ITypedAttribute<T>> 
 - 
 
- 
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default LengthList.LengthListFactory<Length.Inches>factory()- 
Methods inherited from interface de.xima.fc.common.graphdot.AttributeListBuilder.IMixinLengthList
centimeters, centimeters, inches, inches, millimeters, millimeters, points, points 
- 
Methods inherited from interface de.xima.fc.common.graphdot.AttributeListBuilder.ITypedAttributeDescriptor
name, of 
 - 
 
 - 
 
- 
- 
Method Detail
- 
factory
default LengthList.LengthListFactory<Length.Inches> factory()
- Specified by:
 factoryin interfaceAttributeListBuilder.IMixinLengthList<Length.Inches,A extends AttributeListBuilder.ITypedAttribute<LengthList<Length.Inches>>>- Returns:
 - Factory for creating lists of length in the target unit.
 
 
 - 
 
 -