Class Line2D.Double
java.lang.Object
net.sourceforge.plantuml.awt.geom.Line2D
net.sourceforge.plantuml.awt.geom.Line2D.Double
- All Implemented Interfaces:
Shape
- Enclosing class:
- Line2D
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sourceforge.plantuml.awt.geom.Line2D
Line2D.Double
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sourceforge.plantuml.awt.geom.Line2D
getP1, getP2, getX1, getX2, getY1, getY2
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Double
public Double(double x1, double y1, double x2, double y2) -
Double
-