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 interface
AttributeListBuilder.IMixinLength<L extends Length,A extends AttributeListBuilder.ITypedAttribute<L>>
Mixin for attributes that accept a length with some unit.static interface
AttributeListBuilder.IMixinLengthList<L extends Length,A extends AttributeListBuilder.ITypedAttribute<LengthList<L>>>
Mixin for attributes that accept a length with the some unit.static class
Length.LengthFactory<L extends Length>
Factory for creating length values in various different units.class
LengthList<L extends Length>
A list of length values.static class
LengthList.LengthListFactory<L extends Length>
A factory for creatingLengthList
from values in a given unit.class
LengthPoint<L extends Length>
A graphviz 2D or 3D point with a length unit.static class
LengthPoint.LengthPointFactory<L extends Length>
A factory for creatingLengthPoint
from values in a given unit.Subclasses of Length in de.xima.fc.common.graphdot Modifier and Type Class Description static class
Length.Inches
ALength
with the intrinsic unit inches.static class
Length.Points
ALength
with 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.
-