Class SVGGraphicObjectConverter

java.lang.Object
org.apache.batik.svggen.SVGGraphicObjectConverter
All Implemented Interfaces:
XMLConstants, SVGSyntax, CSSConstants, SVGConstants
Direct Known Subclasses:
SVGArc, SVGEllipse, SVGLine, SVGPath, SVGPolygon, SVGRectangle, SVGShape

public abstract class SVGGraphicObjectConverter extends Object implements SVGSyntax
  • Field Details

    • generatorContext

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

    • SVGGraphicObjectConverter

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

    • doubleString

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