| java.lang.Object com.sun.pisces.GraphicsSurfaceDestination
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) |
GraphicsSurfaceDestination | public GraphicsSurfaceDestination(Graphics g)(Code) | | |
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) | | |
|
|