|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjpview.transforms.NormalMapOp
public class NormalMapOp
The normal map operator displays the normal values of the PTM object as RGB. Red is the x-axis, Green is the y, and Blue is Z.
| Constructor Summary | |
|---|---|
NormalMapOp()
|
|
| Method Summary | |
|---|---|
void |
clearCache()
Not implemented for this class |
void |
forceUpdate()
Not implemented for this class |
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 |
void |
transformPixelsFast(int[] pixels,
PTM ptm)
Uses a sampling routine to speed up rendering |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NormalMapOp()
| Method Detail |
|---|
public void transformPixels(int[] pixels,
PTM ptm)
transformPixels in interface PixelTransformOppixels - the pixel bufferptm - the source ptm
public void transformPixelsFast(int[] pixels,
PTM ptm)
pixels - the pixel bufferptm - the source ptm
public void transformPixels(int[] pixels,
PTM ptm,
int mouseX,
int mouseY)
transformPixels in interface PixelTransformOppixels - the pixel bufferptm - the source ptmmouseX - x mouse offsetmouseY - y mouse offsetpublic void release()
release in interface PixelTransformOppublic void forceUpdate()
forceUpdate in interface PixelTransformOppublic void clearCache()
clearCache in interface PixelTransformOp
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||