|
|||||||||||
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.JRexHTMLImageElementImpl
A class implementing org.w3c.dom.html2.JRexHTMLImageElementImpl interface.
html2.JRexHTMLImageElementImpl
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 |
getBorder()
Width of border around image. |
int |
getHeight()
Height of the image in pixels. |
int |
getHspace()
Horizontal space to the left and right of this image in pixels. |
boolean |
getIsMap()
Use server-side image map. |
String |
getLongDesc()
URI [IETF RFC 2396] designating a long description of this image or frame. |
String |
getName()
The name of the element (for backwards compatibility). |
String |
getSrc()
URI [IETF RFC 2396] designating the source of this image. |
String |
getUseMap()
Use client-side image map. |
int |
getVspace()
Vertical space above and below this image in pixels. |
int |
getWidth()
The width of the image in pixels. |
void |
setAlign(String align)
Aligns this object (vertically or horizontally) with respect to its surrounding text. |
void |
SetAlign(String align)
|
void |
setAlt(String alt)
Alternate text for user agents not rendering the normal content of this element. |
void |
SetAlt(String alt)
|
void |
setBorder(String border)
Width of border around image. |
void |
SetBorder(String border)
|
void |
setHeight(int height)
Height of the image in pixels. |
void |
SetHeight(int height)
|
void |
setHspace(int hspace)
Horizontal space to the left and right of this image in pixels. |
void |
SetHspace(int hspace)
|
void |
setIsMap(boolean isMap)
Use server-side image map. |
void |
SetIsMap(boolean isMap)
|
void |
setLongDesc(String longDesc)
URI [IETF RFC 2396] designating a long description of this image or frame. |
void |
SetLongDesc(String longDesc)
|
void |
setName(String name)
The name of the element (for backwards compatibility). |
void |
SetName(String name)
|
void |
setSrc(String src)
URI [IETF RFC 2396] designating the source of this image. |
void |
SetSrc(String src)
|
void |
setUseMap(String useMap)
Use client-side image map. |
void |
SetUseMap(String useMap)
|
void |
setVspace(int vspace)
Vertical space above and below this image in pixels. |
void |
SetVspace(int vspace)
|
void |
setWidth(int width)
The width of the image in pixels. |
void |
SetWidth(int 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 getName()
HTMLImageElement
getName
in interface HTMLImageElement
public void setName(String name)
HTMLImageElement
setName
in interface HTMLImageElement
public String getAlign()
HTMLImageElement
getAlign
in interface HTMLImageElement
public void setAlign(String align)
HTMLImageElement
setAlign
in interface HTMLImageElement
public String getAlt()
HTMLImageElement
getAlt
in interface HTMLImageElement
public void setAlt(String alt)
HTMLImageElement
setAlt
in interface HTMLImageElement
public String getBorder()
HTMLImageElement
DOMString
in DOM Level 1 HTML [DOM Level 1]
.
getBorder
in interface HTMLImageElement
public void setBorder(String border)
HTMLImageElement
DOMString
in DOM Level 1 HTML [DOM Level 1]
.
setBorder
in interface HTMLImageElement
public int getHeight()
HTMLImageElement
DOMString
in DOM Level 1 HTML [DOM Level 1].
getHeight
in interface HTMLImageElement
public void setHeight(int height)
HTMLImageElement
DOMString
in DOM Level 1 HTML [DOM Level 1].
setHeight
in interface HTMLImageElement
public int getHspace()
HTMLImageElement
DOMString
in DOM Level 1 HTML [DOM Level 1].
getHspace
in interface HTMLImageElement
public void setHspace(int hspace)
HTMLImageElement
DOMString
in DOM Level 1 HTML [DOM Level 1].
setHspace
in interface HTMLImageElement
public boolean getIsMap()
HTMLImageElement
getIsMap
in interface HTMLImageElement
public void setIsMap(boolean isMap)
HTMLImageElement
setIsMap
in interface HTMLImageElement
public String getLongDesc()
HTMLImageElement
getLongDesc
in interface HTMLImageElement
public void setLongDesc(String longDesc)
HTMLImageElement
setLongDesc
in interface HTMLImageElement
public String getSrc()
HTMLImageElement
getSrc
in interface HTMLImageElement
public void setSrc(String src)
HTMLImageElement
setSrc
in interface HTMLImageElement
public String getUseMap()
HTMLImageElement
getUseMap
in interface HTMLImageElement
public void setUseMap(String useMap)
HTMLImageElement
setUseMap
in interface HTMLImageElement
public int getVspace()
HTMLImageElement
getVspace
in interface HTMLImageElement
public void setVspace(int vspace)
HTMLImageElement
setVspace
in interface HTMLImageElement
public int getWidth()
HTMLImageElement
DOMString
in DOM Level 1 HTML [DOM Level 1].
getWidth
in interface HTMLImageElement
public void setWidth(int width)
HTMLImageElement
DOMString
in DOM Level 1 HTML [DOM Level 1].
setWidth
in interface HTMLImageElement
public void SetAlign(String align) throws JRexException
JRexException
public void SetAlt(String alt) throws JRexException
JRexException
public void SetBorder(String border) throws JRexException
JRexException
public void SetHeight(int height) throws JRexException
JRexException
public void SetHspace(int hspace) throws JRexException
JRexException
public void SetIsMap(boolean isMap) throws JRexException
JRexException
public void SetLongDesc(String longDesc) throws JRexException
JRexException
public void SetName(String name) throws JRexException
JRexException
public void SetSrc(String src) throws JRexException
JRexException
public void SetUseMap(String useMap) throws JRexException
JRexException
public void SetVspace(int vspace) throws JRexException
JRexException
public void SetWidth(int width) throws JRexException
JRexException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |