Package org.apache.batik.svggen
Class SVGAttribute
- java.lang.Object
-
- org.apache.batik.svggen.SVGAttribute
-
public class SVGAttribute extends java.lang.Object
Represents an SVG attribute and provides convenience methods to determine whether or not the attribute applies to a given element type.
-
-
Constructor Summary
Constructors Constructor Description SVGAttribute(java.util.Set applicabilitySet, boolean isSetInclusive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
appliesTo(java.lang.String tag)
-
-
-
Constructor Detail
-
SVGAttribute
public SVGAttribute(java.util.Set applicabilitySet, boolean isSetInclusive)
- Parameters:
applicabilitySet
- Set of Element tags (Strings) to which the attribute appliesisSetInclusive
- defines whether elements in applicabilitySet define the list of elements to which the attribute applies or to which it does not apply
-
-