Class LengthPoint.LengthPointFactory<L extends Length>
java.lang.Object
de.xima.fc.common.graphdot.LengthPoint.LengthPointFactory<L>
- Type Parameters:
L- Type of the length values in this list.
- Enclosing class:
LengthPoint<L extends Length>
A factory for creating
LengthPoint from values in a given unit.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionfixedFromCentimeters(double x, double y) Creates a length list from a centimeter value.fixedFromCentimeters(double x, double y, double z) Creates a length list from a centimeter value.fixedFromDecimeters(double x, double y) Creates a length list from a decimeter value.fixedFromDecimeters(double x, double y, double z) Creates a length list from a decimeter value.fixedFromInches(double x, double y) Creates a length list from an inches value.fixedFromInches(double x, double y, double z) Creates a length list from an inches value.fixedFromMillimeters(double x, double y) Creates a length list from a millimeter value.fixedFromMillimeters(double x, double y, double z) Creates a length list from a millimeter value.fixedFromPoints(double x, double y) Creates a length list from a points value.fixedFromPoints(double x, double y, double z) Creates a length list from a points value.fromCentimeters(double x, double y) Creates a length list from a centimeter value.fromCentimeters(double x, double y, double z) Creates a length list from a centimeter value.fromDecimeters(double x, double y) Creates a length list from a decimeter value.fromDecimeters(double x, double y, double z) Creates a length list from a decimeter value.fromInches(double x, double y) Creates a length list from an inches value.fromInches(double x, double y, double z) Creates a length list from an inches value.fromMillimeters(double x, double y) Creates a length list from a millimeter value.fromMillimeters(double x, double y, double z) Creates a length list from a millimeter value.fromPoints(double x, double y) Creates a length list from a points value.fromPoints(double x, double y, double z) Creates a length list from a points value.
-
Method Details
-
fixedFromCentimeters
Creates a length list from a centimeter value.- Parameters:
x- The X position of the point.y- The Y position of the point.- Returns:
- A new fixed length point with the given value.
-
fixedFromCentimeters
Creates a length list from a centimeter value.- Parameters:
x- The X position of the point.y- The Y position of the point.z- The Z position of the point.- Returns:
- A new fixed length point with the given value.
-
fixedFromDecimeters
Creates a length list from a decimeter value.- Parameters:
x- The X position of the point.y- The Y position of the point.- Returns:
- A new fixed length point with the given value.
-
fixedFromDecimeters
Creates a length list from a decimeter value.- Parameters:
x- The X position of the point.y- The Y position of the point.z- The Z position of the point.- Returns:
- A new fixed length point with the given value.
-
fixedFromInches
Creates a length list from an inches value.- Parameters:
x- The X position of the point.y- The Y position of the point.- Returns:
- A new fixed length point with the given value.
-
fixedFromInches
Creates a length list from an inches value.- Parameters:
x- The X position of the point.y- The Y position of the point.z- The Z position of the point.- Returns:
- A new fixed length point with the given value.
-
fixedFromMillimeters
Creates a length list from a millimeter value.- Parameters:
x- The X position of the point.y- The Y position of the point.- Returns:
- A new fixed length point with the given value.
-
fixedFromMillimeters
Creates a length list from a millimeter value.- Parameters:
x- The X position of the point.y- The Y position of the point.z- The Z position of the point.- Returns:
- A new fixed length point with the given value.
-
fixedFromPoints
Creates a length list from a points value.- Parameters:
x- The X position of the point.y- The Y position of the point.- Returns:
- A new fixed length point with the given value.
-
fixedFromPoints
Creates a length list from a points value.- Parameters:
x- The X position of the point.y- The Y position of the point.z- The Z position of the point.- Returns:
- A new fixed length point with the given value.
-
fromCentimeters
Creates a length list from a centimeter value.- Parameters:
x- The X position of the point.y- The Y position of the point.- Returns:
- A new loose length point with the given value.
-
fromCentimeters
Creates a length list from a centimeter value.- Parameters:
x- The X position of the point.y- The Y position of the point.z- The Z position of the point.- Returns:
- A new loose length point with the given value.
-
fromDecimeters
Creates a length list from a decimeter value.- Parameters:
x- The X position of the point.y- The Y position of the point.- Returns:
- A new loose length point with the given value.
-
fromDecimeters
Creates a length list from a decimeter value.- Parameters:
x- The X position of the point.y- The Y position of the point.z- The Z position of the point.- Returns:
- A new loose length point with the given value.
-
fromInches
Creates a length list from an inches value.- Parameters:
x- The X position of the point.y- The Y position of the point.- Returns:
- A new loose length point with the given value.
-
fromInches
Creates a length list from an inches value.- Parameters:
x- The X position of the point.y- The Y position of the point.z- The Z position of the point.- Returns:
- A new loose length point with the given value.
-
fromMillimeters
Creates a length list from a millimeter value.- Parameters:
x- The X position of the point.y- The Y position of the point.- Returns:
- A new loose length point with the given value.
-
fromMillimeters
Creates a length list from a millimeter value.- Parameters:
x- The X position of the point.y- The Y position of the point.z- The Z position of the point.- Returns:
- A new loose length point with the given value.
-
fromPoints
Creates a length list from a points value.- Parameters:
x- The X position of the point.y- The Y position of the point.- Returns:
- A new loose length point with the given value.
-
fromPoints
Creates a length list from a points value.- Parameters:
x- The X position of the point.y- The Y position of the point.z- The Z position of the point.- Returns:
- A new loose length point with the given value.
-