Package dk.vajhoej.model.graphic.base
Class BaseGraphic.Grid
- java.lang.Object
-
- dk.vajhoej.model.graphic.base.BaseGraphic.Grid
-
- Enclosing class:
- BaseGraphic
protected static class BaseGraphic.Grid extends java.lang.Object
Class Grid represents width and height.
-
-
Constructor Summary
Constructors Constructor Description Grid(int w, int h)
Create instance of Grid.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getH()
Get height.int
getW()
Get width.
-