Class AbstractSVGFilterConverter

    • Field Detail

      • generatorContext

        protected SVGGeneratorContext generatorContext
        Used by converters to create Elements and other DOM objects
      • descMap

        protected java.util.Map descMap
        Map of descriptions already processed by this converter. The key type is left to the implementations
      • defSet

        protected java.util.List defSet
        Set of definitions to interpret the values of the attributes generated by this converter since its creation
    • Constructor Detail

      • AbstractSVGFilterConverter

        public AbstractSVGFilterConverter​(SVGGeneratorContext generatorContext)
        Parameters:
        generatorContext - an be used by the SVGConverter extentions to create Elements and other types of DOM objects.
    • Method Detail

      • getDefinitionSet

        public java.util.List getDefinitionSet()
        Specified by:
        getDefinitionSet in interface SVGFilterConverter
        Returns:
        set of definitions referenced by the attribute values created by the implementation since its creation. The return value should never be null. If no definition is needed, an empty set should be returned.
      • doubleString

        public final java.lang.String doubleString​(double value)
        Utility method for subclasses.