Uses of Class
org.apache.batik.ext.awt.image.rendered.BumpMap
-
Packages that use BumpMap Package Description org.apache.batik.ext.awt.image.rendered -
-
Uses of BumpMap in org.apache.batik.ext.awt.image.rendered
Fields in org.apache.batik.ext.awt.image.rendered declared as BumpMap Modifier and Type Field Description private BumpMapDiffuseLightingRed. bumpMapBumpMap sourceprivate BumpMapSpecularLightingRed. bumpMapBumpMap sourceConstructors in org.apache.batik.ext.awt.image.rendered with parameters of type BumpMap Constructor Description DiffuseLightingRed(double kd, Light light, BumpMap bumpMap, java.awt.Rectangle litRegion, double scaleX, double scaleY, boolean linear)SpecularLightingRed(double ks, double specularExponent, Light light, BumpMap bumpMap, java.awt.Rectangle litRegion, double scaleX, double scaleY, boolean linear)
-