public class CircleMapObject extends MapObject
| Constructor and Description |
|---|
CircleMapObject()
Creates a circle map object at (0,0) with r=1.0
|
CircleMapObject(float x,
float y,
float radius)
Creates a circle map object
|
| Modifier and Type | Method and Description |
|---|---|
Circle |
getCircle() |
getColor, getName, getOpacity, getProperties, isVisible, setColor, setName, setOpacity, setVisiblepublic CircleMapObject()
public CircleMapObject(float x,
float y,
float radius)
x - X coordinatey - Y coordinateradius - Radius of the circle object.public Circle getCircle()