public class BIPixelBuffer extends PlatformPixelBuffer implements ImageObserver
tkABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH| Constructor and Description |
|---|
BIPixelBuffer(int w,
int h,
CConn cc_,
com.tigervnc.vncviewer.DesktopWindow desktop_) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyRect(int x,
int y,
int w,
int h,
int srcX,
int srcY) |
void |
fillRect(int x,
int y,
int w,
int h,
int pix) |
Image |
getImage() |
void |
imageRect(int x,
int y,
int w,
int h,
Object pix) |
boolean |
imageUpdate(Image img,
int infoflags,
int x,
int y,
int w,
int h) |
void |
resize(int w,
int h) |
void |
setPF(PixelFormat pf) |
void |
updateColourMap() |
getNativePF, setColourMapEntriespublic BIPixelBuffer(int w,
int h,
CConn cc_,
com.tigervnc.vncviewer.DesktopWindow desktop_)
public void setPF(PixelFormat pf)
setPF in class PixelBufferpublic void updateColourMap()
updateColourMap in class PlatformPixelBufferpublic void resize(int w,
int h)
resize in class PlatformPixelBufferpublic void fillRect(int x,
int y,
int w,
int h,
int pix)
fillRect in class PixelBufferpublic void imageRect(int x,
int y,
int w,
int h,
Object pix)
imageRect in class PlatformPixelBufferpublic void copyRect(int x,
int y,
int w,
int h,
int srcX,
int srcY)
copyRect in class PixelBufferpublic Image getImage()
getImage in class PlatformPixelBufferpublic boolean imageUpdate(Image img, int infoflags, int x, int y, int w, int h)
imageUpdate in interface ImageObserverCopyright © 2019. All rights reserved.