| org.apache.harmony.awt.gl.render.Blitter
All known Subclasses: org.apache.harmony.awt.gl.render.NativeImageBlitter, org.apache.harmony.awt.gl.windows.GDIBlitter, org.apache.harmony.awt.gl.linux.XBlitter, org.apache.harmony.awt.gl.render.JavaBlitter, org.apache.harmony.awt.gl.opengl.OGLBlitter, org.apache.harmony.awt.gl.render.NullBlitter,
Blitter | public interface Blitter (Code) | | The interface for objects which can drawing Images on other Images which have
Graphics or on the display.
|
Method Summary | |
abstract public void | blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, Surface dstSurf, int width, int height, AffineTransform sysxform, AffineTransform xform, Composite comp, Color bgcolor, MultiRectArea clip) | abstract public void | blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, Surface dstSurf, int width, int height, AffineTransform sysxform, Composite comp, Color bgcolor, MultiRectArea clip) | abstract public void | blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, Surface dstSurf, int width, int height, Composite comp, Color bgcolor, MultiRectArea clip) |
blit | abstract public void blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, Surface dstSurf, int width, int height, AffineTransform sysxform, AffineTransform xform, Composite comp, Color bgcolor, MultiRectArea clip)(Code) | | |
blit | abstract public void blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, Surface dstSurf, int width, int height, AffineTransform sysxform, Composite comp, Color bgcolor, MultiRectArea clip)(Code) | | |
blit | abstract public void blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, Surface dstSurf, int width, int height, Composite comp, Color bgcolor, MultiRectArea clip)(Code) | | |
|
|