|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.ext.awt.image.rendered.BumpMap
Default BumpMap implementation.
| Constructor Summary | |
BumpMap(java.awt.image.RenderedImage texture,
double surfaceScale,
double scaleX,
double scaleY)
Stores the normals for this bumpMap. |
|
| Method Summary | |
double[][][] |
getNormalArray(int x,
int y,
int w,
int h)
|
double |
getSurfaceScale()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BumpMap(java.awt.image.RenderedImage texture,
double surfaceScale,
double scaleX,
double scaleY)
| Method Detail |
public final double getSurfaceScale()
public final double[][][] getNormalArray(int x,
int y,
int w,
int h)
x - x-axis coordinate for which the normal is computedy - y-axis coordinate for which the normal is computed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||