- All Implemented Interfaces:
Shape
- Enclosing class:
- Line2D
public static class Line2D.Double
extends Line2D
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sourceforge.plantuml.awt.geom.Line2D
Line2D.Double
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.awt.geom.Line2D
x1, x2, y1, y2
-
Constructor Summary
Constructors
Double(double x1,
double y1,
double x2,
double y2)
-
Method Summary
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)
-