|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjpview.transforms.DirectionalLightOp
public class DirectionalLightOp
The directional light simulates the effect of light from an infinite distance
| Constructor Summary | |
|---|---|
DirectionalLightOp()
|
|
| Method Summary | |
|---|---|
void |
clearCache()
Inherited method not implemented for this operator |
void |
forceUpdate()
Inherited method not implemented for this operator |
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 DirectionalLightOp()
| Method Detail |
|---|
public void transformPixels(int[] pixels,
PTM ptm,
int mouseX,
int mouseY)
transformPixels in interface PixelTransformOppixels - the pixel bufferptm - the source ptmmouseX - x mouse offetmouseY - y mouse offset
public void transformPixels(int[] pixels,
PTM ptm)
transformPixels in interface PixelTransformOppixels - the pixel bufferptm - the source ptmpublic 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 | |||||||||