| java.lang.Object org.rdesktop.server.rdp.RdpImage
RdpImage | public class RdpImage (Code) | | |
Method Summary | |
public int | checkColor(int color) | public BufferedImage | getBufferedImage() | public Graphics | getGraphics() | public int | getHeight() | public int[] | getRGB(int x, int y, int cx, int cy, int[] data, int offset, int width) | public int | getRGB(int x, int y) | public BufferedImage | getSubimage(int x, int y, int width, int height) | public int | getWidth() | public void | setIndexColorModel(IndexColorModel cm) | public void | setRGB(int x, int y, int color) | public void | setRGB(int x, int y, int cx, int cy, int[] data, int offset, int w) | public void | setRGBNoConversion(int x, int y, int cx, int cy, int[] data, int offset, int w) |
RdpImage | public RdpImage(int arg0, int arg1, int arg2)(Code) | | |
checkColor | public int checkColor(int color)(Code) | | |
getHeight | public int getHeight()(Code) | | |
getRGB | public int[] getRGB(int x, int y, int cx, int cy, int[] data, int offset, int width)(Code) | | |
getRGB | public int getRGB(int x, int y)(Code) | | |
getWidth | public int getWidth()(Code) | | |
setRGB | public void setRGB(int x, int y, int color)(Code) | | |
setRGB | public void setRGB(int x, int y, int cx, int cy, int[] data, int offset, int w)(Code) | | |
setRGBNoConversion | public void setRGBNoConversion(int x, int y, int cx, int cy, int[] data, int offset, int w)(Code) | | |
|
|