Uses of Class
gnu.rfb.RRE.SubRect

Packages that use RRE.SubRect
gnu.rfb   
 

Uses of RRE.SubRect in gnu.rfb
 

Fields in gnu.rfb declared as RRE.SubRect
 RRE.SubRect[] RRE.subrects
           
 

Constructors in gnu.rfb with parameters of type RRE.SubRect
CoRRE(int x, int y, int w, int h, PixelFormat pixelFormat, int bgpixel, RRE.SubRect[] subrects)
          Constructor for encoding subrects into CoRRE.
RRE(int x, int y, int w, int h, PixelFormat pixelFormat, int bgpixel, RRE.SubRect[] subrects)