Class Rectangle2D.Double
java.lang.Object
net.sourceforge.plantuml.awt.geom.Rectangle2D
net.sourceforge.plantuml.awt.geom.Rectangle2D.Double
- All Implemented Interfaces:
Shape
- Enclosing class:
- Rectangle2D
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sourceforge.plantuml.awt.geom.Rectangle2D
Rectangle2D.Double
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.awt.geom.Rectangle2D
height, width, x, y
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sourceforge.plantuml.awt.geom.Rectangle2D
contains, getCenterX, getCenterY, getHeight, getMaxX, getMaxY, getMinX, getMinY, getWidth, getX, getY, intersects
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Double
public Double(double x, double y, double width, double height)
-