|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Declares transition element. Defines attributes: o + type, subtype, startProgress, endProgress, direction, fadeColor, horzRepeat, vertRepeat, borderWidth, borderColor, coordinated, clipBoundary Defines methods: o +
| Field Summary | |
static short |
CLIPBOUNDARY_CHILDREN
|
static short |
CLIPBOUNDARY_PARENT
|
static short |
DIRECTION_FORWARD
|
static short |
DIRECTION_REVERSE
|
| Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Method Summary | |
java.lang.String |
getBorderColor()
See the borderColor attribute. |
int |
getBorderWidth()
See the borderWidth attribute. |
short |
getClipBoundary()
A code representing the value for the clipBoundary attribute. |
boolean |
getCoordinated()
See the coordinated attribute. |
short |
getDirection()
A code representing the value for the direction attribute. |
java.lang.String |
getEndProgress()
See the endProgress attribute. |
java.lang.String |
getFadeColor()
See the fadeColor attribute. |
int |
getHorzRepeat()
See the horzRepeat attribute. |
java.lang.String |
getStartProgress()
See the startProgress attribute. |
java.lang.String |
getSubType()
See the subtype attribute. |
java.lang.String |
getType()
See the type attribute. |
int |
getVertRepeat()
See the vertRepeat attribute. |
void |
setBorderColor(java.lang.String borderColor)
|
void |
setBorderWidth(int borderWidth)
|
void |
setClipBoundary(short clipBoundary)
|
void |
setCoordinated(boolean coordinated)
|
void |
setDirection(short direction)
|
void |
setEndProgress(java.lang.String endProgress)
|
void |
setFadeColor(java.lang.String fadeColor)
|
void |
setHorzRepeat(int horzRepeat)
|
void |
setStartProgress(java.lang.String startProgress)
|
void |
setSubType(java.lang.String subType)
|
void |
setType(java.lang.String type)
|
void |
setVertRepeat(int vertRepeat)
|
| Methods inherited from interface org.w3c.dom.smil20.SMILElement |
destroy, getAlt, getClassName, getId, getLongdesc, getTitle, init, setAlt, setClassName, setId, setLongdesc, setTitle |
| Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
| Field Detail |
public static final short DIRECTION_FORWARD
public static final short DIRECTION_REVERSE
public static final short CLIPBOUNDARY_CHILDREN
public static final short CLIPBOUNDARY_PARENT
| Method Detail |
public java.lang.String getType()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setType(java.lang.String type)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getSubType()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setSubType(java.lang.String subType)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getStartProgress()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setStartProgress(java.lang.String startProgress)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getEndProgress()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setEndProgress(java.lang.String endProgress)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getDirection()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setDirection(short direction)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getFadeColor()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setFadeColor(java.lang.String fadeColor)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic int getHorzRepeat()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setHorzRepeat(int horzRepeat)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic int getVertRepeat()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setVertRepeat(int vertRepeat)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic int getBorderWidth()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setBorderWidth(int borderWidth)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getBorderColor()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setBorderColor(java.lang.String borderColor)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic boolean getCoordinated()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setCoordinated(boolean coordinated)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getClipBoundary()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setClipBoundary(short clipBoundary)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||