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 classLine2D.Double
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point2DgetP1()Point2DgetP2()doublegetX1()doublegetX2()doublegetY1()doublegetY2()
-