fi.hut.tml.xsmiles.mlfc.smil.extension
Class ElementTargetAttributesImpl
java.lang.Object
fi.hut.tml.xsmiles.mlfc.smil.extension.ElementTargetAttributesImpl
- All Implemented Interfaces:
- ElementTargetAttributes
- public abstract class ElementTargetAttributesImpl
- extends java.lang.Object
- implements ElementTargetAttributes
This interface define the set of animation target extensions.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTE_TYPE_AUTO
public static final short ATTRIBUTE_TYPE_AUTO
- See Also:
- Constant Field Values
ATTRIBUTE_TYPE_CSS
public static final short ATTRIBUTE_TYPE_CSS
- See Also:
- Constant Field Values
ATTRIBUTE_TYPE_XML
public static final short ATTRIBUTE_TYPE_XML
- See Also:
- Constant Field Values
ElementTargetAttributesImpl
public ElementTargetAttributesImpl()
getAttributeName
public java.lang.String getAttributeName()
- The name of the target attribute.
- Specified by:
getAttributeName in interface ElementTargetAttributes
setAttributeName
public void setAttributeName(java.lang.String attributeName)
- Specified by:
setAttributeName in interface ElementTargetAttributes
getAttributeType
public short getAttributeType()
- A code representing the value of the attributeType attribute, as
defined above. Default value is
ATTRIBUTE_TYPE_CODE .
- Specified by:
getAttributeType in interface ElementTargetAttributes
setAttributeType
public void setAttributeType(short attributeType)
- Specified by:
setAttributeType in interface ElementTargetAttributes
X-Smiles 1.2