| java.lang.Object com.sun.pisces.Paint
All known Subclasses: com.sun.pisces.Texture, com.sun.pisces.Gradient,
Paint | abstract public class Paint (Code) | | |
Method Summary | |
abstract public void | paint(int x, int y, int width, int height, int[] minTouched, int[] maxTouched, int[] dst, int dstOffset, int dstScanlineStride) | public void | setQuality(int quality) | public void | setTransform(Transform6 transform) |
paint | abstract public void paint(int x, int y, int width, int height, int[] minTouched, int[] maxTouched, int[] dst, int dstOffset, int dstScanlineStride)(Code) | | |
setQuality | public void setQuality(int quality)(Code) | | |
|
|