Package org.apache.batik.util
Class SVGFeatureStrings
java.lang.Object
org.apache.batik.util.SVGFeatureStrings
Exposes the SVG feature strings that Batik supports.
- Version:
- $Id: SVGFeatureStrings.java 1733416 2016-03-03 07:07:13Z gadams $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddSupportedFeatureStrings(Set features) Adds aStringto the specifiedSetcorresponding to each SVG feature string that Batik supports.
-
Constructor Details
-
SVGFeatureStrings
public SVGFeatureStrings()
-
-
Method Details
-
addSupportedFeatureStrings
Adds aStringto the specifiedSetcorresponding to each SVG feature string that Batik supports.- Parameters:
features- The set to add feature strings to.
-