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