Uses of Class
net.rfb.PixelFormat

Packages that use PixelFormat
net.rfb   
 

Uses of PixelFormat in net.rfb
 

Methods in net.rfb that return PixelFormat
 PixelFormat PixelBuffer.getPF()
           
 PixelFormat ConnParams.pf()
           
 

Methods in net.rfb with parameters of type PixelFormat
 boolean PixelFormat.equal(PixelFormat x)
           
 void PixelBuffer.setPF(PixelFormat pf)
           
 void ConnParams.setPF(PixelFormat pf)
           
 void ManagedPixelBuffer.setPF(PixelFormat pf)
           
 void CMsgHandler.setPixelFormat(PixelFormat pf)
           
 void CMsgWriter.writeSetPixelFormat(PixelFormat pf)