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

Quick Search    Search Deep

cgsuite.util
Class Grid.RegionInfo  view Grid.RegionInfo download Grid.RegionInfo.java

java.lang.Object
  extended bycgsuite.util.Grid.RegionInfo
Enclosing class:
Grid

private static class Grid.RegionInfo
extends java.lang.Object


Field Summary
(package private)  int bottom
           
(package private)  int left
           
(package private)  int right
           
(package private)  int top
           
 
Constructor Summary
private Grid.RegionInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

int left

right

int right

top

int top

bottom

int bottom
Constructor Detail

Grid.RegionInfo

private Grid.RegionInfo()