|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.vajhoej.model.graphic.base.BaseGraphic.Grid
protected static class BaseGraphic.Grid
Class Grid represents width and height.
Constructor Summary | |
---|---|
BaseGraphic.Grid(int w,
int h)
Create instance of Grid. |
Method Summary | |
---|---|
int |
getH()
Get height. |
int |
getW()
Get width. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseGraphic.Grid(int w, int h)
w
- widthh
- heightMethod Detail |
---|
public int getW()
public int getH()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |