Uses of Class
de.xima.fc.common.graphdot.Length.Inches
-
Packages that use Length.Inches Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of Length.Inches in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot with type parameters of type Length.Inches Modifier and Type Interface Description static interface
AttributeListBuilder.IMixinLengthInches<A extends AttributeListBuilder.ITypedAttribute<Length.Inches>>
Mixin for attributes that accept a length with the unit inches.static interface
AttributeListBuilder.IMixinLengthListInches<A extends AttributeListBuilder.ITypedAttribute<LengthList<Length.Inches>>>
Mixin for attributes that accept a length with the unit inches.Methods in de.xima.fc.common.graphdot that return types with arguments of type Length.Inches Modifier and Type Method Description default Length.LengthFactory<Length.Inches>
AttributeListBuilder.IMixinLengthInches. factory()
default LengthList.LengthListFactory<Length.Inches>
AttributeListBuilder.IMixinLengthListInches. factory()
static Length.LengthFactory<Length.Inches>
Length. toInches()
Gets a factory for creating length values in inches.static LengthList.LengthListFactory<Length.Inches>
LengthList. toInches()
Gets a factory for creating length lists from inch values.static LengthPoint.LengthPointFactory<Length.Inches>
LengthPoint. toInches()
Gets a factory for creating length points from inch values.
-