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 circle map object
|
Modifier and Type | Method and Description |
---|---|
Circle |
getCircle() |
getColor, getName, getOpacity, getProperties, isVisible, setColor, setName, setOpacity, setVisible
public CircleMapObject()
public CircleMapObject(float x, float y, float radius)
x
- y
- radius
- public Circle getCircle()