Uses of Class
gnu.vnc.awt.Rectangle

Packages that use Rectangle
gnu.rfb.server   
gnu.vnc.awt   
 

Uses of Rectangle in gnu.rfb.server
 

Methods in gnu.rfb.server that return Rectangle
 Rectangle[] VNCQueue.pop(RFBClient client, int x, int y, int w, int h)
           
 Rectangle[] VNCQueue.pop(RFBClient client, Rectangle clip)
           
 

Methods in gnu.rfb.server with parameters of type Rectangle
 void VNCQueue.addRectangle(Rectangle addition, PixelsOwner pixelsOwner)
           
 Rectangle[] VNCQueue.pop(RFBClient client, Rectangle clip)
           
 Rect[] VNCQueue.popEncoded(RFBClient client, Rectangle clip, int[] pixels, int scanline)
           
 

Uses of Rectangle in gnu.vnc.awt
 

Methods in gnu.vnc.awt that return Rectangle
 Rectangle Rectangle.intersection(Rectangle r)
           
 

Methods in gnu.vnc.awt with parameters of type Rectangle
 boolean Rectangle.contains(Rectangle r)
           
 Rectangle Rectangle.intersection(Rectangle r)