public class EllipseMapObject extends MapObject
Constructor and Description |
---|
EllipseMapObject()
Creates an ellipse object which lower left corner is at (0, 0) with width=1 and height=1
|
EllipseMapObject(float x,
float y,
float width,
float height) |
Modifier and Type | Method and Description |
---|---|
Ellipse |
getEllipse() |
getColor, getName, getOpacity, getProperties, isVisible, setColor, setName, setOpacity, setVisible
public EllipseMapObject()
public EllipseMapObject(float x, float y, float width, float height)
x
- y
- width
- height
- public Ellipse getEllipse()