Class SVGFeatureStrings

java.lang.Object
org.apache.batik.util.SVGFeatureStrings

public class SVGFeatureStrings extends Object
Exposes the SVG feature strings that Batik supports.
  • Constructor Details

    • SVGFeatureStrings

      public SVGFeatureStrings()
  • Method Details

    • addSupportedFeatureStrings

      public static void addSupportedFeatureStrings(Set features)
      Adds a String to the specified Set corresponding to each SVG feature string that Batik supports.
      Parameters:
      features - The set to add feature strings to.