|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Declares brush element. Defines attributes: o + abstract, region, fill, author, copyright, color, erase, tabindex, transIn, transOut, readIndex Defines methods: o +
| Field Summary | |
static short |
ERASE_NEVER
|
static short |
ERASE_WHENDONE
|
static short |
FILL_FREEZE
|
static short |
FILL_REMOVE
|
| 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 |
| Fields inherited from interface org.w3c.dom.smil20.XElementBasicTime |
RESTART_ALWAYS, RESTART_NEVER, RESTART_WHEN_NOT_ACTIVE |
| Method Summary | |
java.lang.String |
getAbstractAttr()
See the abstract attribute from . |
java.lang.String |
getAuthor()
See the author attribute from . |
java.lang.String |
getColor()
See the color attribute. |
java.lang.String |
getCopyright()
See the copyright attribute from . |
short |
getErase()
See the erase attribute. |
java.lang.String |
getFill()
A code representing the value of the fill attribute, as defined above. |
java.lang.String |
getReadIndex()
See the readIndex attribute from . |
int |
getTabindex()
See the tabindex attribute in LinkingAttributes module. |
java.lang.String |
getTransIn()
See the transIn attribute in transition effects module. |
java.lang.String |
getTransOut()
See the transOut attribute in transition effects module. |
void |
setAbstractAttr(java.lang.String abstractAttr)
|
void |
setAuthor(java.lang.String author)
|
void |
setColor(java.lang.String color)
|
void |
setCopyright(java.lang.String copyright)
|
void |
setErase(short erase)
|
void |
setFill(java.lang.String fill)
|
void |
setReadIndex(java.lang.String readIndex)
|
void |
setTabindex(int tabindex)
|
void |
setTransIn(java.lang.String transIn)
|
void |
setTransOut(java.lang.String transOut)
|
| 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 |
| Methods inherited from interface org.w3c.dom.smil20.ElementTime |
getFillDefault, getRestartDefault, getSyncBehavior, getSyncBehaviorDefault, getSyncTolerance, getSyncToleranceDefault, setFillDefault, setRestartDefault, setSyncBehavior, setSyncBehaviorDefault, setSyncTolerance, setSyncToleranceDefault |
| Methods inherited from interface org.w3c.dom.smil20.XElementBasicTime |
activate, closedown, deactivate, destroy, freeze, getBegin, getCurrentIntervalBegin, getDur, getEnd, getMax, getMin, getRepeat, getRepeatCount, getRepeatDur, getRestart, getTimeInBodyTime, hasStarted, isActive, prefetch, setBegin, setDur, setEnd, setMax, setMin, setRepeat, setRepeatCount, setRepeatDur, setRestart, startup |
| Methods inherited from interface org.w3c.dom.smil20.ElementTimeControl |
beginElement, beginElementAt, endElement, endElementAt, pauseElement, resumeElement, seekElement |
| Methods inherited from interface org.w3c.dom.smil20.SMILRegionInterface |
getRegionElement, setRegion, setRegion |
| Field Detail |
public static final short FILL_REMOVE
public static final short FILL_FREEZE
public static final short ERASE_WHENDONE
public static final short ERASE_NEVER
| Method Detail |
public java.lang.String getFill()
FILL_REMOVE .
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setFill(java.lang.String fill)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getAbstractAttr()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setAbstractAttr(java.lang.String abstractAttr)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getAuthor()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setAuthor(java.lang.String author)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getCopyright()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setCopyright(java.lang.String copyright)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getReadIndex()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setReadIndex(java.lang.String readIndex)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getErase()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setErase(short erase)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getColor()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setColor(java.lang.String color)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic int getTabindex()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setTabindex(int tabindex)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getTransIn()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setTransIn(java.lang.String transIn)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getTransOut()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setTransOut(java.lang.String transOut)
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 | ||||||||||