Uses of Class
de.xima.fc.common.graphdot.Length.LengthFactory
-
Packages that use Length.LengthFactory Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of Length.LengthFactory in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return Length.LengthFactory Modifier and Type Method Description Length.LengthFactory<L>
AttributeListBuilder.IMixinLength. factory()
default Length.LengthFactory<Length.Inches>
AttributeListBuilder.IMixinLengthInches. factory()
default Length.LengthFactory<Length.Points>
AttributeListBuilder.IMixinLengthPoints. factory()
static Length.LengthFactory<Length.Inches>
Length. toInches()
Gets a factory for creating length values in inches.static Length.LengthFactory<Length.Points>
Length. toPoints()
Gets a factory for creating length values in points.
-