|
|||||||||
| Home >> All >> jcurses >> [ widgets overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jcurses.widgets
Class Grid

java.lang.Objectjcurses.widgets.Grid
- class Grid
- extends java.lang.Object
| Field Summary | |
(package private) int[] |
_heights
|
(package private) int[] |
_widths
|
| Constructor Summary | |
(package private) |
Grid(jcurses.util.Rectangle rect,
int width,
int height)
|
| Method Summary | |
private void |
fillArray(int[] array,
int rectWidth,
int width)
|
(package private) jcurses.util.Rectangle |
getRectangle(int x,
int y,
int width,
int height)
|
private int |
getWidth(int[] array,
int begin,
int end)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_widths
int[] _widths
_heights
int[] _heights
| Constructor Detail |
Grid
Grid(jcurses.util.Rectangle rect, int width, int height)
| Method Detail |
fillArray
private void fillArray(int[] array,
int rectWidth,
int width)
getRectangle
jcurses.util.Rectangle getRectangle(int x, int y, int width, int height)
getWidth
private int getWidth(int[] array,
int begin,
int end)
|
|||||||||
| Home >> All >> jcurses >> [ widgets overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
jcurses.widgets.Grid