com.b3dgs.lionengine.game.strategy
Class PanelComponent

java.lang.Object
  extended by com.b3dgs.lionengine.game.strategy.PanelComponent

public class PanelComponent
extends java.lang.Object


Constructor Summary
PanelComponent(int x, int y, int width, int height)
           
 
Method Summary
 java.awt.geom.Rectangle2D getArea()
           
 boolean hasClicked()
           
 boolean isActive()
           
 void place(int x, int y)
           
 void setActive(boolean state)
           
 void setClicked(boolean clicked)
           
 void setSize(int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanelComponent

public PanelComponent(int x,
                      int y,
                      int width,
                      int height)
Method Detail

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()