Uses of Class
de.xima.fc.common.graphdot.Length
Packages that use Length
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of Length in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot with type parameters of type LengthModifier and TypeInterfaceDescriptionstatic 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 final classLength.LengthFactory<L extends Length>Factory for creating length values in various different units.final classLengthList<L extends Length>A list of length values.static final classLengthList.LengthListFactory<L extends Length>A factory for creatingLengthListfrom values in a given unit.final classLengthPoint<L extends Length>A graphviz 2D or 3D point with a length unit. 3D is valid only when the attributedimis set to 3.static final classLengthPoint.LengthPointFactory<L extends Length>A factory for creatingLengthPointfrom values in a given unit.Subclasses of Length in de.xima.fc.common.graphdotModifier and TypeClassDescriptionstatic final classALengthwith the intrinsic unit inches.static final classALengthwith the intrinsic unit points.Methods in de.xima.fc.common.graphdot with type parameters of type LengthModifier and TypeMethodDescriptionstatic <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 LengthModifier and TypeMethodDescriptionstatic <L extends Length>
LengthList<L> LengthList.of(L... lengths) Creates a double list from the given doubles.