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