public class Ellipse extends AbstractEllipse implements Serializable
Modifier and Type | Field and Description |
---|---|
float |
height
The height of the framing rectangle.
|
float |
width
The width of the framing rectangle.
|
float |
x
The x-coordinate of the framing rectangle.
|
float |
y
The y-coordinate of the framing rectangle.
|
Constructor and Description |
---|
Ellipse()
Creates an ellipse with framing rectangle (0x0+0+0).
|
Ellipse(float x,
float y,
float width,
float height)
Creates an ellipse with the specified framing rectangle.
|
Modifier and Type | Method and Description |
---|---|
float |
height()
Returns the height of the framing rectangle.
|
void |
setFrame(float x,
float y,
float width,
float height)
Sets the location and size of the framing rectangle of this shape to the specified values.
|
float |
width()
Returns the width of the framing rectangle.
|
float |
x()
Returns the x-coordinate of the upper-left corner of the framing rectangle.
|
float |
y()
Returns the y-coordinate of the upper-left corner of the framing rectangle.
|
clone, contains, contains, intersects, pathIterator
bounds, bounds, center, centerX, centerY, contains, contains, frame, frame, intersects, isEmpty, max, maxX, maxY, min, minX, minY, pathIterator, setFrame, setFrame, setFrameFromCenter, setFrameFromCenter, setFrameFromDiagonal, setFrameFromDiagonal
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
center, centerX, centerY, frame, frame, max, maxX, maxY, min, minX, minY
bounds, bounds, contains, contains, intersects, isEmpty, pathIterator
public float x
public float y
public float width
public float height
public Ellipse()
public Ellipse(float x, float y, float width, float height)
public float x()
IRectangularShape
x
in interface IRectangularShape
public float y()
IRectangularShape
y
in interface IRectangularShape
public float width()
IRectangularShape
width
in interface IRectangularShape
public float height()
IRectangularShape
height
in interface IRectangularShape
public void setFrame(float x, float y, float width, float height)
RectangularShape
setFrame
in class RectangularShape
Copyright © 2017. All rights reserved.