Uses of Class
de.xima.fc.common.graphdot.LengthPoint
Packages that use LengthPoint
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of LengthPoint in de.xima.fc.common.graphdot
Subclasses with type arguments of type LengthPoint in de.xima.fc.common.graphdotModifier and TypeClassDescriptionstatic final classThelpattribute.Methods in de.xima.fc.common.graphdot that return LengthPointModifier 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.LengthPoint.LengthPointFactory.fixedFromCentimeters(double x, double y) Creates a length list from a centimeter value.LengthPoint.LengthPointFactory.fixedFromCentimeters(double x, double y, double z) Creates a length list from a centimeter value.LengthPoint.LengthPointFactory.fixedFromDecimeters(double x, double y) Creates a length list from a decimeter value.LengthPoint.LengthPointFactory.fixedFromDecimeters(double x, double y, double z) Creates a length list from a decimeter value.LengthPoint.LengthPointFactory.fixedFromInches(double x, double y) Creates a length list from an inches value.LengthPoint.LengthPointFactory.fixedFromInches(double x, double y, double z) Creates a length list from an inches value.LengthPoint.LengthPointFactory.fixedFromMillimeters(double x, double y) Creates a length list from a millimeter value.LengthPoint.LengthPointFactory.fixedFromMillimeters(double x, double y, double z) Creates a length list from a millimeter value.LengthPoint.LengthPointFactory.fixedFromPoints(double x, double y) Creates a length list from a points value.LengthPoint.LengthPointFactory.fixedFromPoints(double x, double y, double z) Creates a length list from a points value.LengthPoint.LengthPointFactory.fromCentimeters(double x, double y) Creates a length list from a centimeter value.LengthPoint.LengthPointFactory.fromCentimeters(double x, double y, double z) Creates a length list from a centimeter value.LengthPoint.LengthPointFactory.fromDecimeters(double x, double y) Creates a length list from a decimeter value.LengthPoint.LengthPointFactory.fromDecimeters(double x, double y, double z) Creates a length list from a decimeter value.LengthPoint.LengthPointFactory.fromInches(double x, double y) Creates a length list from an inches value.LengthPoint.LengthPointFactory.fromInches(double x, double y, double z) Creates a length list from an inches value.LengthPoint.LengthPointFactory.fromMillimeters(double x, double y) Creates a length list from a millimeter value.LengthPoint.LengthPointFactory.fromMillimeters(double x, double y, double z) Creates a length list from a millimeter value.LengthPoint.LengthPointFactory.fromPoints(double x, double y) Creates a length list from a points value.LengthPoint.LengthPointFactory.fromPoints(double x, double y, double z) Creates a length list from a points value.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.