apps.jigsawapp
Class Level

java.lang.Object
  extended by apps.jigsawapp.Level

public class Level
extends java.lang.Object

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

Columns

public int Columns
The Columns.


ImageFile

public java.io.File ImageFile
The Image file.


ImageFileLocation

public java.lang.String ImageFileLocation
The Image file location.


ImageFileName

public java.lang.String ImageFileName
The Image file name.


ImageHeight

public int ImageHeight
The Image height.


ImageWidth

public int ImageWidth
The Image width.


LevelNumber

public int LevelNumber
The Level number.


Rows

public int Rows
The Rows.

Constructor Detail

Level

public Level(int pLevelNumber,
             java.lang.String pImageFileLocation,
             java.lang.String pImageFileName,
             int pRows,
             int pColumns)
Instantiates a new level.

Parameters:
pLevelNumber - the level number
pImageFileLocation - the image file location
pImageFileName - the image file name
pRows - the rows
pColumns - the columns