org.apache.batik.bridge
public static class AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge extends AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge
| Constructor Summary | |
|---|---|
| SVGFeSpotLightElementBridge()
Constructs a new bridge for a light element. | |
| Method Summary | |
|---|---|
| Light | createLight(BridgeContext ctx, Element filterElement, Element lightElement, Color color)
Creates a Light according to the specified parameters.
|
| String | getLocalName()
Returns 'feSpotLight'. |
Parameters: ctx the bridge context to use filterElement the lighting filter primitive element lightElement the element describing a light color the color of the light