|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.objectxp.mms.message.smil.Element
com.objectxp.mms.message.smil.Area
This class represents a SMIL "area" element. The semantics of the area element in SMIL 2.0 is the same as it is for HTML in that it can specify that a spatial portion of a visual object can be selected to trigger the appearance of the link's destination.
The coords attribute specifies this spatial portion. In contrast, if an "a" element is applied to a visual object, then it specifies that any visual portion of that object can be selected to trigger the link traversal.
| Field Summary | |
static java.lang.String |
COORDS
attribute, value: coords |
static java.lang.String |
NOHREF
attribute, value: nohref |
static java.lang.String |
REPEAT
attribute, value: repeat |
static java.lang.String |
SHAPE
attribute, value: shape |
| Constructor Summary | |
Area()
Create a new Area. |
|
| Method Summary | |
Element |
addAttribute(java.lang.String name,
java.lang.String value)
Add an attribute to this Area element. |
| Methods inherited from class com.objectxp.mms.message.smil.Element |
getElements, toXML |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String REPEAT
public static final java.lang.String SHAPE
public static final java.lang.String COORDS
public static final java.lang.String NOHREF
| Constructor Detail |
public Area()
| Method Detail |
public Element addAttribute(java.lang.String name,
java.lang.String value)
throws java.lang.IllegalArgumentException
addAttribute in class Elementname - the attribute namevalue - the attribute value
java.lang.IllegalArgumentException - for invalid attributes
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||