| java.lang.Object org.rdesktop.server.rdp.RdpCache
RdpCache | public class RdpCache (Code) | | |
Method Summary | |
public RdpBitmap | getBitmap(int cache_id, int cache_idx) | public Cursor | getCursor(int cache_idx) | public int[] | getDesktopInt(int offset, int cx, int cy) | public RdpGlyph | getFont(int font, int character) | public RdpDataBlob | getText(int cache_id) | public IndexColorModel | get_colourmap(int cache_id) | public void | putBitmap(int cache_id, int cache_idx, RdpBitmap bitmap, int stamp) | public void | putCursor(int cache_idx, Cursor cursor) | public void | putDesktop(int offset, int cx, int cy, int[] data) | public void | putFont(RdpGlyph glyph) | public void | putText(int cache_id, RdpDataBlob entry) | public void | put_colourmap(int cache_id, IndexColorModel map) | protected void | removeLRUBitmap(int cache_id) |
RdpCache | public RdpCache()(Code) | | |
removeLRUBitmap | protected void removeLRUBitmap(int cache_id)(Code) | | |
|
|