Uses of Class
gnu.rfb.PixelFormat

Packages that use PixelFormat
gnu.rfb   
gnu.rfb.client   
gnu.rfb.server   
gnu.vnc   
gnu.vnc.awt   
gnu.vnc.console   
gnu.vnc.pixels   
 

Uses of PixelFormat in gnu.rfb
 

Fields in gnu.rfb declared as PixelFormat
static PixelFormat PixelFormat.BGR233
           
 PixelFormat RRE.pixelFormat
           
 PixelFormat Raw.pixelFormat
           
 PixelFormat Hextile.pixelFormat
           
static PixelFormat PixelFormat.RGB888
           
 

Methods in gnu.rfb with parameters of type PixelFormat
static Rect Rect.encode(int encoding, int[] pixels, PixelFormat pixelFormat, int scanline, int x, int y, int w, int h)
           
static Rect Rect.encode(int encoding, int[] pixels, PixelFormat pixelFormat, int offsetX, int offsetY, int scanline, int x, int y, int w, int h)
           
static Rect Rect.encode(int encoding, PixelFormat pixelFormat, java.awt.Image image, int x, int y, int w, int h)
           
 

Constructors in gnu.rfb with parameters of type PixelFormat
CoRRE(int[] pixels, PixelFormat pixelFormat, int offsetX, int offsetY, int scanline, int x, int y, int w, int h)
          Constructor for encoding an array of pixels into CoRRE.
CoRRE(int x, int y, int w, int h, PixelFormat pixelFormat, java.io.DataInputStream input)
          Constructor for decoding CoRRE.
CoRRE(int x, int y, int w, int h, PixelFormat pixelFormat, int bgpixel, RRE.SubRect[] subrects)
          Constructor for encoding subrects into CoRRE.
CoRREStub(int[] pixels, PixelFormat pixelFormat, int offsetX, int offsetY, int scanline, int x, int y, int w, int h)
          Constructor to encode an array of pixels into a CoRRE,
Hextile(int[] pixels, PixelFormat pixelFormat, int offsetX, int offsetY, int scanline, int x, int y, int w, int h)
          Constructor for encoding an image into Hextile.
Hextile(int x, int y, int w, int h, PixelFormat pixelFormat, java.io.DataInput input)
           
Hextile(int x, int y, int w, int h, PixelFormat pixelFormat, java.lang.Object[] tiles)
          Constructor for encoding image tiles into Hextile.
PixelFormat(PixelFormat pixelFormat)
          Creates a PixelFormat based on an existing one.
Raw(int[] pixels, PixelFormat pixelFormat, int offsetX, int offsetY, int scanline, int x, int y, int w, int h)
          Constructor for encoding an image into Raw.
Raw(int x, int y, int w, int h, PixelFormat pixelFormat, byte[] bytes)
          Constructor for encoding an image into Raw.
Raw(int x, int y, int w, int h, PixelFormat pixelFormat, java.io.DataInputStream input)
          Constructor for decoding Raw.
RectFont(java.awt.Dimension charSize, PixelFormat pixelFormat, int encoding)
           
RectFont(java.awt.Font font, java.awt.Dimension charSize, char[] chars, PixelFormat pixelFormat, int encoding, java.awt.image.DirectColorModel colorModel)
           
RectFont(java.awt.Font font, java.awt.Dimension charSize, PixelFormat pixelFormat, int encoding)
           
RectFont(java.awt.Font font, java.awt.Dimension charSize, PixelFormat pixelFormat, int encoding, java.awt.image.DirectColorModel colorModel)
           
RRE(int[] pixels, PixelFormat pixelFormat, int offsetX, int offsetY, int scanline, int x, int y, int w, int h)
           
RRE(int x, int y, int w, int h, PixelFormat pixelFormat, java.io.DataInputStream input)
          Constructor for decoding RRE.
RRE(int x, int y, int w, int h, PixelFormat pixelFormat, int bgpixel, RRE.SubRect[] subrects)
           
 

Uses of PixelFormat in gnu.rfb.client
 

Fields in gnu.rfb.client declared as PixelFormat
 PixelFormat ServerInitMessage.pixelformat
           
 

Constructors in gnu.rfb.client with parameters of type PixelFormat
FrameBufferUpdate(PixelFormat pf, java.io.DataInputStream dis, int[] img, int width, int height)
          Default constructor.
 

Uses of PixelFormat in gnu.rfb.server
 

Methods in gnu.rfb.server that return PixelFormat
 PixelFormat RFBSocket.getPixelFormat()
           
 PixelFormat RFBClient.getPixelFormat()
           
 PixelFormat RFBServer.getPreferredPixelFormat(RFBClient client)
           
 

Methods in gnu.rfb.server with parameters of type PixelFormat
 void RFBServer.setPixelFormat(RFBClient client, PixelFormat pixelFormat)
           
 

Uses of PixelFormat in gnu.vnc
 

Methods in gnu.vnc that return PixelFormat
 PixelFormat VNCViewer.getPixelFormat()
           
 

Uses of PixelFormat in gnu.vnc.awt
 

Methods in gnu.vnc.awt that return PixelFormat
 PixelFormat VNCRobot.getPreferredPixelFormat(RFBClient client)
           
 

Methods in gnu.vnc.awt with parameters of type PixelFormat
 void VNCRobot.setPixelFormat(RFBClient client, PixelFormat pixelFormat)
           
 

Uses of PixelFormat in gnu.vnc.console
 

Methods in gnu.vnc.console that return PixelFormat
 PixelFormat VNCConsole.getPreferredPixelFormat(RFBClient client)
           
 

Methods in gnu.vnc.console with parameters of type PixelFormat
 void VNCConsole.setPixelFormat(RFBClient client, PixelFormat pixelFormat)
           
 

Uses of PixelFormat in gnu.vnc.pixels
 

Methods in gnu.vnc.pixels that return PixelFormat
 PixelFormat VNCPixels.getPreferredPixelFormat(RFBClient client)
           
 

Methods in gnu.vnc.pixels with parameters of type PixelFormat
 void VNCPixels.setPixelFormat(RFBClient client, PixelFormat pixelFormat)