gnu.x11.extension
Class Shape.RectanglesInfo

java.lang.Object
  extended by gnu.x11.extension.Shape.RectanglesInfo
Enclosing class:
Shape

public static class Shape.RectanglesInfo
extends java.lang.Object

Reply of #rectangles()


Field Summary
 int ordering
          One of Shape.UN_SORTED, Shape.Y_SORTED, Shape.YX_SORTED, Shape.YX_BANDED
 Rectangle[] rectangles
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ordering

public int ordering
One of Shape.UN_SORTED, Shape.Y_SORTED, Shape.YX_SORTED, Shape.YX_BANDED


rectangles

public Rectangle[] rectangles