public interface PixelTransformOp
Modifier and Type | Method and Description |
---|---|
void |
clearCache()
Clear cache.
|
void |
forceUpdate()
Force update.
|
void |
release()
Release.
|
void |
transformPixels(int[] pixels,
PTM ptm)
Transform pixels.
|
void |
transformPixels(int[] pixels,
PTM ptm,
int mouseX,
int mouseY)
Transform pixels.
|
void clearCache()
void forceUpdate()
void release()
void transformPixels(int[] pixels, PTM ptm)
pixels
- the pixelsptm
- the ptmvoid transformPixels(int[] pixels, PTM ptm, int mouseX, int mouseY)
pixels
- the pixelsptm
- the ptmmouseX
- the mouse xmouseY
- the mouse y