| com.sun.pisces.SurfaceDestination
All known Subclasses: com.sun.pisces.GraphicsSurfaceDestination,
SurfaceDestination | public interface SurfaceDestination (Code) | | |
Method Summary | |
public void | drawRGB(int[] argb, int offset, int scanLength, int x, int y, int width, int height, float opacity) | public void | drawSurface(Surface ps, int srcX, int srcY, int dstX, int dstY, int width, int height, float opacity) |
drawRGB | public void drawRGB(int[] argb, int offset, int scanLength, int x, int y, int width, int height, float opacity)(Code) | | |
drawSurface | public void drawSurface(Surface ps, int srcX, int srcY, int dstX, int dstY, int width, int height, float opacity)(Code) | | |
|
|