|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.svg.SVGOMAnimatedEnumeration
This class implements the SVGAnimatedEnumeration
interface.
Field Summary | |
protected java.lang.String |
attributeName
The associated attribute name. |
protected java.lang.String |
attributeNsURI
The associated attribute namespace URI. |
protected DefaultAttributeValueProducer |
defaultValueProducer
The default value producer. |
protected SVGOMElement |
element
The associated element. |
protected static java.lang.Short[] |
SHORTS
The Short constants. |
protected java.util.Map |
shortStringMap
The short-string map. |
protected java.util.Map |
stringShortMap
The string-short map. |
Constructor Summary | |
SVGOMAnimatedEnumeration(SVGOMElement elt,
java.lang.String nsURI,
java.lang.String attr,
java.util.Map strShort,
java.util.Map shortStr,
DefaultAttributeValueProducer def)
Creates a new SVGAnimatedEnumeration object. |
Method Summary | |
static java.lang.Short |
createShort(short s)
Creates a new Short object. |
short |
getAnimVal()
DOM: Implements SVGAnimatedEnumeration.getAnimVal() . |
short |
getBaseVal()
DOM: Implements SVGAnimatedEnumeration.getBaseVal() . |
void |
setBaseVal(short baseVal)
DOM: Implements SVGAnimatedEnumeration.setBaseVal(short) . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.lang.Short[] SHORTS
protected SVGOMElement element
protected java.lang.String attributeNsURI
protected java.lang.String attributeName
protected java.util.Map stringShortMap
protected java.util.Map shortStringMap
protected DefaultAttributeValueProducer defaultValueProducer
Constructor Detail |
public SVGOMAnimatedEnumeration(SVGOMElement elt, java.lang.String nsURI, java.lang.String attr, java.util.Map strShort, java.util.Map shortStr, DefaultAttributeValueProducer def)
elt
- The associated element.nsURI
- The associated element namespace URI.attr
- The associated attribute name.strShort
- The enumeration values. The keys are strings and the
values are Short objects.shortStr
- The enumeration values. The keys are Short objects and
the values are strings.def
- The default value producer.Method Detail |
public static java.lang.Short createShort(short s)
public short getBaseVal()
SVGAnimatedEnumeration.getBaseVal()
.getBaseVal
in interface SVGAnimatedEnumeration
public void setBaseVal(short baseVal) throws DOMException
SVGAnimatedEnumeration.setBaseVal(short)
.setBaseVal
in interface SVGAnimatedEnumeration
public short getAnimVal()
SVGAnimatedEnumeration.getAnimVal()
.getAnimVal
in interface SVGAnimatedEnumeration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |