|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.jigsawapp.Level
public class Level
The Class Level.
| Field Summary | |
|---|---|
int |
Columns
The Columns. |
java.io.File |
ImageFile
The Image file. |
java.lang.String |
ImageFileLocation
The Image file location. |
java.lang.String |
ImageFileName
The Image file name. |
int |
ImageHeight
The Image height. |
int |
ImageWidth
The Image width. |
int |
LevelNumber
The Level number. |
int |
Rows
The Rows. |
| Constructor Summary | |
|---|---|
Level(int pLevelNumber,
java.lang.String pImageFileLocation,
java.lang.String pImageFileName,
int pRows,
int pColumns)
Instantiates a new level. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int Columns
public java.io.File ImageFile
public java.lang.String ImageFileLocation
public java.lang.String ImageFileName
public int ImageHeight
public int ImageWidth
public int LevelNumber
public int Rows
| Constructor Detail |
|---|
public Level(int pLevelNumber,
java.lang.String pImageFileLocation,
java.lang.String pImageFileName,
int pRows,
int pColumns)
pLevelNumber - the level numberpImageFileLocation - the image file locationpImageFileName - the image file namepRows - the rowspColumns - the columns
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||