|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jrex.dom.JRexNodeImpl
org.mozilla.jrex.dom.JRexElementImpl
org.mozilla.jrex.dom.html2.JRexHTMLElementImpl
org.mozilla.jrex.dom.html2.JRexHTMLAppletElementImpl
A class implementing org.w3c.dom.html2.HTMLAppletElement interface.
HTMLAppletElement
Field Summary |
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 | |
String |
getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text. |
String |
getAlt()
Alternate text for user agents not rendering the normal content of this element. |
String |
getArchive()
Comma-separated archive list. |
String |
getCode()
Applet class file. |
String |
getCodeBase()
Optional base URI [IETF RFC 2396] for applet. |
String |
getHeight()
Override height. |
int |
getHspace()
Horizontal space, in pixels, to the left and right of this image, applet, or object. |
String |
getName()
The name of the applet. |
String |
getObject()
The value of the "object" attribute. |
int |
getVspace()
Vertical space, in pixels, above and below this image, applet, or object. |
String |
getWidth()
Override width. |
void |
setAlign(String align)
Aligns this object (vertically or horizontally) with respect to its surrounding text. |
void |
setAlt(String alt)
Alternate text for user agents not rendering the normal content of this element. |
void |
setArchive(String archive)
Comma-separated archive list. |
void |
setCode(String code)
Applet class file. |
void |
setCodeBase(String codeBase)
Optional base URI [IETF RFC 2396] for applet. |
void |
setHeight(String height)
Override height. |
void |
setHspace(int hspace)
Horizontal space, in pixels, to the left and right of this image, applet, or object. |
void |
setName(String name)
The name of the applet. |
void |
setObject(String object)
The value of the "object" attribute. |
void |
setVspace(int vspace)
Vertical space, in pixels, above and below this image, applet, or object. |
void |
setWidth(String width)
Override width. |
Methods inherited from class org.mozilla.jrex.dom.html2.JRexHTMLElementImpl |
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
Methods inherited from class org.mozilla.jrex.dom.JRexElementImpl |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from class org.mozilla.jrex.dom.JRexNodeImpl |
appendChild, cloneNode, equals, finalize, getAttributes, getChildNodes, getEventTarget, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, hashCode, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.html2.HTMLElement |
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, 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 |
Method Detail |
public String getAlign()
HTMLAppletElement
getAlign
in interface HTMLAppletElement
public void setAlign(String align)
HTMLAppletElement
setAlign
in interface HTMLAppletElement
public String getAlt()
HTMLAppletElement
getAlt
in interface HTMLAppletElement
public void setAlt(String alt)
HTMLAppletElement
setAlt
in interface HTMLAppletElement
public String getCode()
HTMLAppletElement
getCode
in interface HTMLAppletElement
public void setCode(String code)
HTMLAppletElement
setCode
in interface HTMLAppletElement
public String getArchive()
HTMLAppletElement
getArchive
in interface HTMLAppletElement
public void setArchive(String archive)
HTMLAppletElement
setArchive
in interface HTMLAppletElement
public String getCodeBase()
HTMLAppletElement
getCodeBase
in interface HTMLAppletElement
public void setCodeBase(String codeBase)
HTMLAppletElement
setCodeBase
in interface HTMLAppletElement
public String getObject()
HTMLAppletElement
getObject
in interface HTMLAppletElement
public void setObject(String object)
HTMLAppletElement
setObject
in interface HTMLAppletElement
public String getHeight()
HTMLAppletElement
getHeight
in interface HTMLAppletElement
public void setHeight(String height)
HTMLAppletElement
setHeight
in interface HTMLAppletElement
public int getHspace()
HTMLAppletElement
getHspace
in interface HTMLAppletElement
public void setHspace(int hspace)
HTMLAppletElement
setHspace
in interface HTMLAppletElement
public String getName()
HTMLAppletElement
getName
in interface HTMLAppletElement
public void setName(String name)
HTMLAppletElement
setName
in interface HTMLAppletElement
public int getVspace()
HTMLAppletElement
getVspace
in interface HTMLAppletElement
public void setVspace(int vspace)
HTMLAppletElement
setVspace
in interface HTMLAppletElement
public String getWidth()
HTMLAppletElement
getWidth
in interface HTMLAppletElement
public void setWidth(String width)
HTMLAppletElement
setWidth
in interface HTMLAppletElement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |