Uses of Class
de.xima.fc.common.graphdot.LengthList.LengthListFactory
-
Packages that use LengthList.LengthListFactory Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of LengthList.LengthListFactory in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return LengthList.LengthListFactory Modifier and Type Method Description LengthList.LengthListFactory<L>
AttributeListBuilder.IMixinLengthList. factory()
default LengthList.LengthListFactory<Length.Inches>
AttributeListBuilder.IMixinLengthListInches. factory()
static LengthList.LengthListFactory<Length.Inches>
LengthList. toInches()
Gets a factory for creating length lists from inch values.static LengthList.LengthListFactory<Length.Points>
LengthList. toPoints()
Gets a factory for creating length lists from point values.
-