net.rfb
Class Cursor

java.lang.Object
  extended by net.rfb.PixelBuffer
      extended by net.rfb.ManagedPixelBuffer
          extended by net.rfb.Cursor

public class Cursor
extends ManagedPixelBuffer


Field Summary
 int hotspotX
           
 int hotspotY
           
 byte[] mask
           
 
Fields inherited from class net.rfb.PixelBuffer
data
 
Constructor Summary
Cursor()
           
 
Method Summary
 int maskLen()
           
 void setSize(int w, int h)
           
 
Methods inherited from class net.rfb.ManagedPixelBuffer
dataLen, setPF
 
Methods inherited from class net.rfb.PixelBuffer
area, copyRect, fillRect, getPF, getStride, height, imageRect, maskRect, width
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hotspotX

public int hotspotX

hotspotY

public int hotspotY

mask

public byte[] mask
Constructor Detail

Cursor

public Cursor()
Method Detail

setSize

public void setSize(int w,
                    int h)
Overrides:
setSize in class ManagedPixelBuffer

maskLen

public int maskLen()