Uses of Class
de.xima.fc.common.graphdot.Length.LengthFactory
Packages that use Length.LengthFactory
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of Length.LengthFactory in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return Length.LengthFactoryModifier and TypeMethodDescriptionAttributeListBuilder.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.