Uses of Interface
org.apache.batik.ext.awt.image.Light
-
Packages that use Light Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.ext.awt.image Contains extensions to thejava.awt.imagepackage.org.apache.batik.ext.awt.image.renderable org.apache.batik.ext.awt.image.rendered -
-
Uses of Light in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return Light Modifier and Type Method Description abstract LightAbstractSVGLightingElementBridge.AbstractSVGLightElementBridge. createLight(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element lightElement, java.awt.Color color)Creates aLightaccording to the specified parameters.LightAbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge. createLight(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element lightElement, java.awt.Color color)Creates aLightaccording to the specified parameters.LightAbstractSVGLightingElementBridge.SVGFePointLightElementBridge. createLight(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element lightElement, java.awt.Color color)Creates aLightaccording to the specified parameters.LightAbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge. createLight(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element lightElement, java.awt.Color color)Creates aLightaccording to the specified parameters.protected static LightAbstractSVGLightingElementBridge. extractLight(org.w3c.dom.Element filterElement, BridgeContext ctx)Returns the light from the specified lighting filter primitive element or null if any -
Uses of Light in org.apache.batik.ext.awt.image
Classes in org.apache.batik.ext.awt.image that implement Light Modifier and Type Class Description classAbstractLightAn abstract implementation of the Light interface.classDistantLightA light source placed at the infinity, such that the light angle is constant over the whole surface.classPointLightA light source which emits a light of constant intensity in all directions.classSpotLightA light source which emits a light of constant intensity in all directions. -
Uses of Light in org.apache.batik.ext.awt.image.renderable
Fields in org.apache.batik.ext.awt.image.renderable declared as Light Modifier and Type Field Description private LightDiffuseLightingRable8Bit. lightLight used for the diffuse lighting computationsprivate LightSpecularLightingRable8Bit. lightLight used for the specular lighting computationsMethods in org.apache.batik.ext.awt.image.renderable that return Light Modifier and Type Method Description LightDiffuseLightingRable. getLight()LightDiffuseLightingRable8Bit. getLight()LightSpecularLightingRable. getLight()LightSpecularLightingRable8Bit. getLight()Methods in org.apache.batik.ext.awt.image.renderable with parameters of type Light Modifier and Type Method Description voidDiffuseLightingRable. setLight(Light light)voidDiffuseLightingRable8Bit. setLight(Light light)voidSpecularLightingRable. setLight(Light light)voidSpecularLightingRable8Bit. setLight(Light light)Constructors in org.apache.batik.ext.awt.image.renderable with parameters of type Light Constructor Description DiffuseLightingRable8Bit(Filter src, java.awt.geom.Rectangle2D litRegion, Light light, double kd, double surfaceScale, double[] kernelUnitLength)SpecularLightingRable8Bit(Filter src, java.awt.geom.Rectangle2D litRegion, Light light, double ks, double specularExponent, double surfaceScale, double[] kernelUnitLength) -
Uses of Light in org.apache.batik.ext.awt.image.rendered
Fields in org.apache.batik.ext.awt.image.rendered declared as Light Modifier and Type Field Description private LightDiffuseLightingRed. lightLight used for diffuse lightingprivate LightSpecularLightingRed. lightLight used for specular lightingConstructors in org.apache.batik.ext.awt.image.rendered with parameters of type Light 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)
-