|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--be.madoka.aardbei.sokoban.Dimension
Represents a dimension.
Constructor Summary | |
Dimension(int width,
int height)
Default constructor. |
Method Summary | |
int |
getHeight()
Returns the height. |
int |
getWidth()
Returns the width. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Dimension(int width, int height)
width
- the widthheight
- the heightMethod Detail |
public int getWidth()
int
specifying the widthpublic int getHeight()
int
specifying the height
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |