Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jcurses.widgets
Class Grid  view Grid download Grid.java

java.lang.Object
  extended byjcurses.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)