Class CoordinateChange
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.geom.CoordinateChange
-
public class CoordinateChange extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CoordinateChange(double x1, double y1, double x2, double y2)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CoordinateChange
create(XPoint2D p1, XPoint2D p2)
double
getLength()
XPoint2D
getTrueCoordinate(double a, double b)
-
-
-
Method Detail
-
create
public static CoordinateChange create(XPoint2D p1, XPoint2D p2)
-
getTrueCoordinate
public XPoint2D getTrueCoordinate(double a, double b)
-
getLength
public final double getLength()
-
-