|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjpview.transforms.EnvironmentMapOp
public class EnvironmentMapOp
| Constructor Summary | |
|---|---|
EnvironmentMapOp()
Creates a new instance of ColorChannelOp |
|
| Method Summary | |
|---|---|
void |
clearCache()
For operators that cache information, this method clears the contents of the cache |
void |
forceUpdate()
For operators that cache or otherwise try to be smart about performance, this method will bypass optimizations. |
void |
release()
Releases all resources associated with this object |
void |
transformPixels(int[] pixels,
PTM ptm)
Transforms pixels using the default mouse location |
void |
transformPixels(int[] pixels,
PTM ptm,
int mouseX,
int mouseY)
Transforms pixels using the given mouse location |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnvironmentMapOp()
| Method Detail |
|---|
public void transformPixels(int[] pixels,
PTM ptm)
transformPixels in interface PixelTransformOppixels - the pixel buffer for displayptm - the source ptm
public void transformPixels(int[] pixels,
PTM ptm,
int mouseX,
int mouseY)
PixelTransformOp
transformPixels in interface PixelTransformOppixels - the pixel buffer for displayptm - the source ptm objectmouseX - x mouse offsetmouseY - y mouse offsetpublic void release()
release in interface PixelTransformOppublic void forceUpdate()
PixelTransformOp
forceUpdate in interface PixelTransformOppublic void clearCache()
PixelTransformOp
clearCache in interface PixelTransformOp
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||