com.b3dgs.lionengine.game.strategy
Class PanelComponent
java.lang.Object
com.b3dgs.lionengine.game.strategy.PanelComponent
public class PanelComponent
- extends java.lang.Object
Constructor Summary |
PanelComponent(int x,
int y,
int width,
int height)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PanelComponent
public PanelComponent(int x,
int y,
int width,
int height)
place
public void place(int x,
int y)
setSize
public void setSize(int width,
int height)
setActive
public void setActive(boolean state)
isActive
public boolean isActive()
setClicked
public void setClicked(boolean clicked)
hasClicked
public boolean hasClicked()
getArea
public java.awt.geom.Rectangle2D getArea()