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 Details

    • ATTRIBUTE_TYPE_AUTO

      static final short ATTRIBUTE_TYPE_AUTO
      Constant ATTRIBUTE_TYPE_AUTO=0
      See Also:
    • ATTRIBUTE_TYPE_CSS

      static final short ATTRIBUTE_TYPE_CSS
      Constant ATTRIBUTE_TYPE_CSS=1
      See Also:
    • ATTRIBUTE_TYPE_XML

      static final short ATTRIBUTE_TYPE_XML
      Constant ATTRIBUTE_TYPE_XML=2
      See Also:
  • Method Details

    • getAttributeName

      String getAttributeName()
      The name of the target attribute.
      Returns:
      a String object.
    • setAttributeName

      void setAttributeName(String attributeName)

      setAttributeName.

      Parameters:
      attributeName - a String 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.