de.jadv.lib.data
Class DataLevelBackground
java.lang.Object
|
+--de.jadv.lib.data.DataLevelBackground
- All Implemented Interfaces:
- java.io.Serializable
- public class DataLevelBackground
- extends java.lang.Object
- implements java.io.Serializable
Holds the data for the background of the actual level.
- Author:
- neitzel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_sizex
protected int _sizex
_sizey
protected int _sizey
_build
protected int _build
_desc
protected int[][] _desc
DataLevelBackground
public DataLevelBackground(int[][] desc,
int sizex,
int sizey,
int build)
DataLevelBackground
public DataLevelBackground(java.lang.String desc,
int build)
getDesc
public int getDesc(int x,
int y)
getDesc
public int[][] getDesc()
getSize
public java.awt.Point getSize()
getSizeX
public int getSizeX()
getSizeY
public int getSizeY()
getBuild
public int getBuild()
setBuild
public void setBuild(int build)