public class Component extends Group
| Modifier and Type | Method and Description |
|---|---|
float |
bottom() |
float |
centerX() |
float |
centerY() |
void |
fill(Component c) |
float |
height() |
boolean |
inside(float x,
float y) |
float |
left() |
float |
right() |
Component |
setPos(float x,
float y) |
Component |
setRect(float x,
float y,
float width,
float height) |
Component |
setSize(float width,
float height) |
float |
top() |
float |
width() |
add, addToBack, bringToFront, clear, destroy, draw, getLength, getMember, kill, recycle, remove, updatecamera, getParent, getVisible, hasParent, isActive, isVisible, killAndErase, remove, revive, setNullParent, setParent, setVisiblepublic Component setPos(float x, float y)
public Component setSize(float width, float height)
public Component setRect(float x, float y, float width, float height)
public boolean inside(float x,
float y)
public void fill(Component c)
public float left()
public float right()
public float centerX()
public float top()
public float bottom()
public float centerY()
public float width()
public float height()