Package org.loboevolution.html.dom.smil
Interface ElementTargetAttributes
- All Known Subinterfaces:
SMILAnimateColorElement,SMILAnimateElement,SMILAnimateMotionElement,SMILAnimation,SMILSetElement
- All Known Implementing Classes:
SVGAnimateElementImpl,SVGAnimateTransformElementImpl,SVGAnimationElementImpl,SVGAnimationImpl
public interface ElementTargetAttributes
This interface define the set of animation target extensions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortConstant ATTRIBUTE_TYPE_AUTO=0static final shortConstant ATTRIBUTE_TYPE_CSS=1static final shortConstant ATTRIBUTE_TYPE_XML=2 -
Method Summary
Modifier and TypeMethodDescriptionThe name of the target attribute.shortA code representing the value of the attributeType attribute, as defined above.voidsetAttributeName(String attributeName) setAttributeName.voidsetAttributeType(short attributeType) setAttributeType.
-
Field Details
-
ATTRIBUTE_TYPE_AUTO
static final short ATTRIBUTE_TYPE_AUTOConstant ATTRIBUTE_TYPE_AUTO=0- See Also:
-
ATTRIBUTE_TYPE_CSS
static final short ATTRIBUTE_TYPE_CSSConstant ATTRIBUTE_TYPE_CSS=1- See Also:
-
ATTRIBUTE_TYPE_XML
static final short ATTRIBUTE_TYPE_XMLConstant ATTRIBUTE_TYPE_XML=2- See Also:
-
-
Method Details
-
getAttributeName
String getAttributeName()The name of the target attribute.- Returns:
- a
Stringobject.
-
setAttributeName
setAttributeName.
- Parameters:
attributeName- aStringobject.
-
getAttributeType
short getAttributeType()A code representing the value of the attributeType attribute, as defined above. Default value is ATTRIBUTE_TYPE_CODE .- Returns:
- a short.
-
setAttributeType
void setAttributeType(short attributeType) setAttributeType.
- Parameters:
attributeType- a short.
-