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 vector
|
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) |
Constructor and Description |
---|
Ellipse(Ellipse ellipse) |