Class AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge

    • Constructor Detail

      • AbstractSVGLightElementBridge

        protected AbstractSVGLightElementBridge()
    • Method Detail

      • createLight

        public abstract Light createLight​(BridgeContext ctx,
                                          org.w3c.dom.Element filterElement,
                                          org.w3c.dom.Element lightElement,
                                          java.awt.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