|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.svggen.SVGAttribute
Represents an SVG attribute and provides convenience methods to determine whether or not the attribute applies to a given element type.
Constructor Summary | |
SVGAttribute(java.util.Set applicabilitySet,
boolean isSetInclusive)
|
Method Summary | |
boolean |
appliesTo(java.lang.String tag)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVGAttribute(java.util.Set applicabilitySet, boolean isSetInclusive)
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 applyMethod Detail |
public boolean appliesTo(java.lang.String tag)
tag
- the tag of the Element to which the attribute
could apply.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |