| Package | Description |
|---|---|
| com.badlogic.gdx.maps.objects | |
| com.badlogic.gdx.math |
| Modifier and Type | Method and Description |
|---|---|
Ellipse |
EllipseMapObject.getEllipse() |
| Modifier and Type | Method and Description |
|---|---|
Ellipse |
Ellipse.setPosition(float x,
float y)
Sets the x and y-coordinates of ellipse center
|
Ellipse |
Ellipse.setPosition(Vector2 position)
Sets the x and y-coordinates of ellipse center from a
Vector2. |
Ellipse |
Ellipse.setSize(float width,
float height)
Sets the width and height of this ellipse
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ellipse.set(Ellipse ellipse)
Sets a new position and size for this ellipse based upon another ellipse.
|
| Constructor and Description |
|---|
Ellipse(Ellipse ellipse)
Copy constructor
|