VNCj

gnu.rfb
Class RRE.SubRect

java.lang.Object
  |
  +--gnu.rfb.RRE.SubRect
Enclosing class:
RRE

public static class RRE.SubRect
extends Object


Field Summary
 int h
           
 int pixel
           
 int w
           
 int x
           
 int y
           
 
Constructor Summary
RRE.SubRect()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pixel

public int pixel

x

public int x

y

public int y

w

public int w

h

public int h
Constructor Detail

RRE.SubRect

public RRE.SubRect()

VNCj