Class Line2D
- java.lang.Object
-
- net.sourceforge.plantuml.awt.geom.Line2D
-
- All Implemented Interfaces:
Shape
- Direct Known Subclasses:
Line2D.Double
public class Line2D extends java.lang.Object implements Shape
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Line2D.Double
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point2D
getP1()
Point2D
getP2()
double
getX1()
double
getX2()
double
getY1()
double
getY2()
-