|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.jadv.basic.SavedObject
|
+--org.jadv.basic.LevelDesc
Stores the description of a Level.
This is a stored Object and not a JAdvObject.
| Field Summary | |
(package private) DataLevelBackground |
_backgr
|
(package private) int |
_build
|
| Fields inherited from class org.jadv.basic.SavedObject |
ObjMan |
| Constructor Summary | |
LevelDesc()
Standard Constructor for LevelDesc |
|
LevelDesc(java.lang.String id,
java.lang.String name,
java.lang.String description,
int build)
Constructor for LevelDesc |
|
| Method Summary | |
DataLevelBackground |
getBackground()
getBackground() Returns the background of a Level |
int |
getBuild()
|
void |
init(java.util.HashMap attribs)
init(attribs) Initialisation of the object! |
| Methods inherited from class org.jadv.basic.SavedObject |
addEvent, canBeSwapped, create, createAttributes, createObject, createObject, createUUID, destroyObject, findObject, getAttribute, getAttributes, getAutoStart, getDeveloper, getId, getIntAttribute, getIntAttribute, getName, getNext, getPrev, hexFormat, isChanged, isValid, loadObject, markChanged, markNotChanged, mergeAttributes, removeFromList, replaceObject, replaceObject, save, saveObject, setAttribute, setId, setIntAttribute, setName, storeAfter, swapOut |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
DataLevelBackground _backgr
int _build
| Constructor Detail |
public LevelDesc()
public LevelDesc(java.lang.String id,
java.lang.String name,
java.lang.String description,
int build)
name - description - | Method Detail |
public DataLevelBackground getBackground()
public void init(java.util.HashMap attribs)
init in class SavedObjectattribs - public int getBuild()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||