| java.lang.Object org.rdesktop.server.rdp.RdpBitmap
RdpBitmap | public class RdpBitmap (Code) | | |
Field Summary | |
public int | usage |
Constructor Summary | |
public | RdpBitmap(int[] data, int width, int height, int x, int y) | public | RdpBitmap(byte[] data, int width, int height, int x, int y, int Bpp) |
Method Summary | |
public static int | convert15to24(int colour16) | public static int | convert16to24(int colour16) | static int[] | convertImage(byte[] bitmap, int Bpp) | public static int | convertTo24(int colour) | static int | cvalx(byte[] data, int offset, int Bpp) | public static byte[] | decompress(int width, int height, int size, RdpPacket data, int Bpp) | public static Image | decompressImg(int width, int height, int size, RdpPacket data, int Bpp, IndexColorModel cm) | public static RdpImage | decompressImgDirect(int width, int height, int size, RdpPacket data, int Bpp, IndexColorModel cm, int left, int top, RdpImage w) | public static int[] | decompressInt(int width, int height, int size, RdpPacket data, int Bpp) | public int[] | getBitmapData() | public int | getHeight() | public int | getWidth() | public int | getX() | public int | getY() | static int | getli(byte[] input, int startOffset, int offset, int Bpp) | static void | setli(byte[] input, int startlocation, int offset, int value, int Bpp) |
RdpBitmap | public RdpBitmap(int[] data, int width, int height, int x, int y)(Code) | | |
RdpBitmap | public RdpBitmap(byte[] data, int width, int height, int x, int y, int Bpp)(Code) | | |
convert15to24 | public static int convert15to24(int colour16)(Code) | | |
convert16to24 | public static int convert16to24(int colour16)(Code) | | |
convertImage | static int[] convertImage(byte[] bitmap, int Bpp)(Code) | | |
convertTo24 | public static int convertTo24(int colour)(Code) | | |
cvalx | static int cvalx(byte[] data, int offset, int Bpp)(Code) | | |
getBitmapData | public int[] getBitmapData()(Code) | | |
getHeight | public int getHeight()(Code) | | |
getWidth | public int getWidth()(Code) | | |
getli | static int getli(byte[] input, int startOffset, int offset, int Bpp)(Code) | | |
setli | static void setli(byte[] input, int startlocation, int offset, int value, int Bpp)(Code) | | |
|
|