org.apache.batik.bridge

Class AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge

protected abstract static class AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge extends AnimatableGenericSVGBridge

The base bridge class for light element.
Method Summary
abstract LightcreateLight(BridgeContext ctx, Element filterElement, Element lightElement, Color color)
Creates a Light according to the specified parameters.

Method Detail

createLight

public abstract Light createLight(BridgeContext ctx, Element filterElement, Element lightElement, Color color)
Creates a Light according to the specified parameters.

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

Copyright B) 2007 Apache Software Foundation. All Rights Reserved.