|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.gatech.cs2335.lemmings.gui.LComponent
edu.gatech.cs2335.lemmings.gui.LLeafComponent
Class LLeafComponent: This is the opposite of a container. That is, there can be no children for this component.
Revision History:
v1.0 (Mar. 13, 2004) - Created the LLeafComponent class
| Constructor Summary | |
LLeafComponent()
Creates a new LLeafComponent instance. |
|
| Method Summary | |
void |
makeDirty()
Marks the component dirty. |
void |
move(java.awt.Point offset)
Moves the component by the offsets specified by the components of the point. |
boolean |
renderAll(java.awt.Graphics g)
Calls paint on self and then all the children in z order. |
| Methods inherited from class edu.gatech.cs2335.lemmings.gui.LComponent |
bringToTop, cleanUp, copy, getBounds, getParent, initialize, isActive, isComponentDirty, isShown, paint, setBounds, setDirty, setParent, setPosition, setShown, setSize, setSize, updateDimensions |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LLeafComponent()
LLeafComponent instance.
| Method Detail |
public final void move(java.awt.Point offset)
move in class LComponentoffset - a Point valuepublic final void makeDirty()
makeDirty in class LComponentpublic final boolean renderAll(java.awt.Graphics g)
renderAll in class LComponentg - a Graphics value
boolean value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||