public Rectangle2D
getFrame
()
[Inherited From RectangularShape]
Returns the framing Rectangle2D
that defines the overall shape of this object.
public double
getHeight
()
[Specified in RectangularShape]
Returns the height of the framing rectangle
in double precision.
Note that the arc
partially inscribes
the framing rectangle of this RectangularShape.
public PathIterator
getPathIterator
(AffineTransform at, double flatness)
[Inherited From RectangularShape]
public double
getWidth
()
[Specified in RectangularShape]
Returns the width of the framing rectangle in
double precision.
Note that the arc
partially inscribes
the framing rectangle of this RectangularShape.
public double
getX
()
[Specified in RectangularShape]
Returns the X coordinate of the upper-left corner of
the framing rectangle in double precision.
Note that the arc
partially inscribes
the framing rectangle of this RectangularShape.
public double
getY
()
[Specified in RectangularShape]
Returns the Y coordinate of the upper-left corner of
the framing rectangle in double precision.
Note that the arc
partially inscribes
the framing rectangle of this RectangularShape.
public void
setArc
(double x, double y, double w, double h, double angSt, double angExt, int closure)
[Specified in Arc2D]
public void
setArc
(Point2D loc, Dimension2D size, double angSt, double angExt, int closure)
[Inherited From Arc2D]
public void
setArc
(Rectangle2D rect, double angSt, double angExt, int closure)
[Inherited From Arc2D]
public void
setArcByCenter
(double x, double y, double radius, double angSt, double angExt, int closure)
[Inherited From Arc2D]
public void
setFrame
(double x, double y, double w, double h)
[Inherited From Arc2D]
[Specified in RectangularShape]
Sets the location and size of the framing rectangle of this
Shape to the specified rectangular values.
Note that the arc
partially inscribes
the framing rectangle of this RectangularShape.
public void
setFrame
(Point2D loc, Dimension2D size)
[Inherited From RectangularShape]
Sets the location and size of the framing rectangle of this
Shape to the specified Point2D and
Dimension2D, respectively.
public void
setFrameFromCenter
(double centerX, double centerY, double cornerX, double cornerY)
[Inherited From RectangularShape]
public void
setFrameFromDiagonal
(double x1, double y1, double x2, double y2)
[Inherited From RectangularShape]