| java.lang.Object com.sun.pisces.Paint com.sun.pisces.Texture
Constructor Summary | |
public | Texture(int imageType, Object data, int width, int height, int offset, int stride, Transform6 textureTransform, boolean repeat) |
Method Summary | |
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) |
imageHeight | int imageHeight(Code) | | |
imageWidth | int imageWidth(Code) | | |
interpolate | boolean interpolate(Code) | | |
m00m01m02 | long m00m01m02(Code) | | |
m10m11m12 | long m10m11m12(Code) | | |
wmaskhmask | int wmaskhmask(Code) | | |
Texture | public Texture(int imageType, Object data, int width, int height, int offset, int stride, Transform6 textureTransform, boolean repeat)(Code) | | |
paint | 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) | | |
Methods inherited from com.sun.pisces.Paint | abstract public void paint(int x, int y, int width, int height, int[] minTouched, int[] maxTouched, int[] dst, int dstOffset, int dstScanlineStride)(Code)(Java Doc) public void setQuality(int quality)(Code)(Java Doc) public void setTransform(Transform6 transform)(Code)(Java Doc)
|
|
|