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
Modifier and TypeFieldDescriptionstatic final short
Constant ATTRIBUTE_TYPE_AUTO=0static final short
Constant ATTRIBUTE_TYPE_CSS=1static final short
Constant ATTRIBUTE_TYPE_XML=2 -
Method Summary
Modifier and TypeMethodDescriptionThe name of the target attribute.short
A code representing the value of the attributeType attribute, as defined above.void
setAttributeName
(String attributeName) setAttributeName.void
setAttributeType
(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
String
object.
-
setAttributeName
setAttributeName.
- Parameters:
attributeName
- aString
object.
-
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.
-