ElementTargetAttributespublic interface ElementTargetAttributes This interface define the set of animation target extensions. |
Fields Summary |
---|
public static final short | ATTRIBUTE_TYPE_AUTO | public static final short | ATTRIBUTE_TYPE_CSS | public static final short | ATTRIBUTE_TYPE_XML |
Methods Summary |
---|
public java.lang.String | getAttributeName()The name of the target attribute.
| public short | getAttributeType()A code representing the value of the attributeType attribute, as
defined above. Default value is ATTRIBUTE_TYPE_CODE .
| public void | setAttributeName(java.lang.String attributeName)
| public void | setAttributeType(short attributeType)
|
|