Class SVGGraphicObjectConverter

    • Field Detail

      • generatorContext

        protected SVGGeneratorContext generatorContext
        Used by converters to create Elements and other DOM objects.
    • Constructor Detail

      • SVGGraphicObjectConverter

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

      • doubleString

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