Package org.apache.batik.util
Class SVGFeatureStrings
- java.lang.Object
-
- org.apache.batik.util.SVGFeatureStrings
-
public class SVGFeatureStrings extends java.lang.Object
Exposes the SVG feature strings that Batik supports.
-
-
Constructor Summary
Constructors Constructor Description SVGFeatureStrings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addSupportedFeatureStrings(java.util.Set features)
Adds aString
to the specifiedSet
corresponding to each SVG feature string that Batik supports.
-