gamingtools
Class FrameBuilder.Region

java.lang.Object
  |
  +--gamingtools.FrameBuilder.Region
Enclosing class:
FrameBuilder

protected class FrameBuilder.Region
extends Object

Rectangular dirty region.


Field Summary
 int height
          Height of the region.
 int width
          Width of the region.
 int x
          Horizontal position of the upper-left corner.
 int y
          Vertical position of the upper-left corner.
 
Constructor Summary
protected FrameBuilder.Region()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x
Horizontal position of the upper-left corner.


y

public int y
Vertical position of the upper-left corner.


width

public int width
Width of the region.


height

public int height
Height of the region.

Constructor Detail

FrameBuilder.Region

protected FrameBuilder.Region()