| java.lang.Object com.sun.pisces.AbstractSurface
All known Subclasses: com.sun.pisces.PiscesGCISurface, com.sun.pisces.JavaSurface, com.sun.pisces.NativeSurface,
Method Summary | |
public SurfaceDestination | createSurfaceDestination() | native public int | getHeight() | native public void | getRGB(int[] argb, int offset, int scanLength, int x, int y, int width, int height) | native public int | getWidth() | native public void | nativeFinalize() | native public void | setRGB(int[] argb, int offset, int scanLength, int x, int y, int width, int height) |
nativePtr | protected long nativePtr(Code) | | |
AbstractSurface | protected AbstractSurface()(Code) | | |
getHeight | native public int getHeight()(Code) | | |
getRGB | native public void getRGB(int[] argb, int offset, int scanLength, int x, int y, int width, int height)(Code) | | |
getWidth | native public int getWidth()(Code) | | |
nativeFinalize | native public void nativeFinalize()(Code) | | |
setRGB | native public void setRGB(int[] argb, int offset, int scanLength, int x, int y, int width, int height)(Code) | | |
|
|