Class SVGFeatureStrings


  • public class SVGFeatureStrings
    extends java.lang.Object
    Exposes the SVG feature strings that Batik supports.
    Version:
    $Id: SVGFeatureStrings.java 1733416 2016-03-03 07:07:13Z gadams $
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addSupportedFeatureStrings​(java.util.Set features)
      Adds a String to the specified Set corresponding to each SVG feature string that Batik supports.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SVGFeatureStrings

        public SVGFeatureStrings()
    • Method Detail

      • addSupportedFeatureStrings

        public static void addSupportedFeatureStrings​(java.util.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.