java.lang.Objectjava.awt.geom.RectangularShape
java.awt.geom.RoundRectangle2D
java.awt.geom.RoundRectangle2D$Double
All Implemented Interfaces:
java$io$Serializable, Shape, Cloneable
Double
class defines a rectangle with rounded
corners all specified in double
coordinates.1.2
- Field Summary | ||
---|---|---|
public double | x | The X coordinate of this RoundRectangle2D .
|
public double | y | The Y coordinate of this RoundRectangle2D .
|
public double | width | The width of this RoundRectangle2D .
|
public double | height | The height of this RoundRectangle2D .
|
public double | arcwidth | The width of the arc that rounds off the corners.
|
public double | archeight | The height of the arc that rounds off the corners.
|
Constructor: |
---|
RoundRectangle2D , initialized to
location (0.0, 0.0), size (0.0, 0.0), and corner arcs
of radius 0.0.
|
RoundRectangle2D
from the specified double coordinates.
|
Method from java.awt.geom.RoundRectangle2D$Double Summary: |
---|
getArcHeight, getArcWidth, getBounds2D, getHeight, getWidth, getX, getY, isEmpty, setRoundRect, setRoundRect |
Methods from java.awt.geom.RoundRectangle2D: |
---|
contains, contains, equals, getArcHeight, getArcWidth, getPathIterator, hashCode, intersects, setFrame, setRoundRect, setRoundRect |
Methods from java.awt.geom.RectangularShape: |
---|
clone, contains, contains, getBounds, getCenterX, getCenterY, getFrame, getHeight, getMaxX, getMaxY, getMinX, getMinY, getPathIterator, getWidth, getX, getY, intersects, isEmpty, setFrame, setFrame, setFrame, setFrameFromCenter, setFrameFromCenter, setFrameFromDiagonal, setFrameFromDiagonal |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from java.awt.geom.RoundRectangle2D$Double Detail: |
---|
|
|
|
|
|
|
|
|
|
|