|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.vajhoej.model.graphic.base.SuperSquare
public class SuperSquare
Class SuperSquare keeps track of the dimensions of the super square.
Method Summary | |
---|---|
int |
getDimX()
Get width. |
int |
getDimY()
Get height |
static SuperSquare |
getInstance()
Get instance of SuperSquare. |
void |
setDimX(int dimX)
Set width. |
void |
setDimY(int dimY)
Set height. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SuperSquare getInstance()
public int getDimX()
public void setDimX(int dimX)
dimX
- widthpublic int getDimY()
public void setDimY(int dimY)
dimY
- height
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |