|
|||||||||
| Home >> All >> com >> siemens >> mp >> [ game overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.siemens.mp.game
Class GraphicObject

java.lang.Objectcom.siemens.mp.misc.NativeMem
com.siemens.mp.game.GraphicObject
- Direct Known Subclasses:
- Sprite, TiledBackground
- public class GraphicObject
- extends com.siemens.mp.misc.NativeMem
- Version:
| Field Summary | |
private boolean |
visible
Holds value of property visible. |
| Constructor Summary | |
protected |
GraphicObject()
|
| Method Summary | |
boolean |
getVisible()
Getter for property visible. |
protected void |
paint(javax.microedition.lcdui.Graphics g)
|
void |
setVisible(boolean visible)
Setter for property visible. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
visible
private boolean visible
- Holds value of property visible.
| Constructor Detail |
GraphicObject
protected GraphicObject()
| Method Detail |
getVisible
public boolean getVisible()
- Getter for property visible.
setVisible
public void setVisible(boolean visible)
- Setter for property visible.
paint
protected void paint(javax.microedition.lcdui.Graphics g)
|
|||||||||
| Home >> All >> com >> siemens >> mp >> [ game overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC