Uses of Class
de.xima.fc.common.graphdot.Length
-
Packages that use Length Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of Length in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot with type parameters of type Length Modifier and Type Interface Description static interfaceAttributeListBuilder.IMixinLength<L extends Length,A extends AttributeListBuilder.ITypedAttribute<L>>Mixin for attributes that accept a length with some unit.static interfaceAttributeListBuilder.IMixinLengthList<L extends Length,A extends AttributeListBuilder.ITypedAttribute<LengthList<L>>>Mixin for attributes that accept a length with the some unit.static classLength.LengthFactory<L extends Length>Factory for creating length values in various different units.classLengthList<L extends Length>A list of length values.static classLengthList.LengthListFactory<L extends Length>A factory for creatingLengthListfrom values in a given unit.classLengthPoint<L extends Length>A graphviz 2D or 3D point with a length unit.static classLengthPoint.LengthPointFactory<L extends Length>A factory for creatingLengthPointfrom values in a given unit.Subclasses of Length in de.xima.fc.common.graphdot Modifier and Type Class Description static classLength.InchesALengthwith the intrinsic unit inches.static classLength.PointsALengthwith the intrinsic unit points.Methods in de.xima.fc.common.graphdot with type parameters of type Length Modifier and Type Method Description static <L extends Length>
LengthPoint<L>LengthPoint. fixed(L x, L y)Creates a new fixed 2D point with the given coordinates.static <L extends Length>
LengthPoint<L>LengthPoint. fixed(L x, L y, L z)Creates a new fixed 3D point with the given coordinates.static <L extends Length>
LengthPoint<L>LengthPoint. loose(L x, L y)Creates a new loose 2D point with the given coordinates.static <L extends Length>
LengthPoint<L>LengthPoint. loose(L x, L y, L z)Creates a new loose 3D point with the given coordinates.static <L extends Length>
LengthList<L>LengthList. of(L... lengths)Creates a double list from the given doubles.Methods in de.xima.fc.common.graphdot with parameters of type Length Modifier and Type Method Description static <L extends Length>
LengthList<L>LengthList. of(L... lengths)Creates a double list from the given doubles.
-