|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectice.storm.DynamicObject
ice.pilots.html4.DNode
ice.pilots.html4.DElement
ice.pilots.html4.DImageElement
| Field Summary |
| Fields inherited from class ice.pilots.html4.DNode |
doc, first, last, next, parent, prev |
| Fields inherited from class ice.storm.DynamicObject |
NOT_FOUND, SETD_IGNORE, SETD_NOT_FOUND, SETD_OK |
| 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 |
| Constructor Summary | |
protected |
DImageElement(DDocument doc,
int id)
|
| 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. |
Object |
getDynamicValue(String name,
DynEnv env)
Returns the `key' field or Defs.NOT_FOUND if `name' does not exist. |
String |
getHeight()
Override height. |
String |
getHspace()
Horizontal space to the left and right of this image. |
boolean |
getIsMap()
Use server-side image map. |
String |
getLongDesc()
URI designating a long description of this image or frame. |
String |
getLowSrc()
URI designating the source of this image, for low-resolution output. |
String |
getSrc()
URI designating the source of this image. |
String |
getUseMap()
Use client-side image map. |
String |
getVspace()
Vertical space above and below this image. |
String |
getWidth()
Override width. |
void |
setAlign(String align)
|
void |
setAlt(String alt)
|
void |
setBorder(String border)
|
int |
setDynamicValue(String name,
Object value,
DynEnv env)
Set field `name' to `value'. |
void |
setHeight(String height)
|
void |
setHspace(String hspace)
|
void |
setIsMap(boolean isMap)
|
void |
setLongDesc(String longDesc)
|
void |
setLowSrc(String lowSrc)
|
void |
setSrc(String src)
|
void |
setUseMap(String useMap)
|
void |
setVspace(String vspace)
|
void |
setWidth(String width)
|
| Methods inherited from class ice.storm.DynamicObject |
deleteSlot, getEnumeratableIds, getMethodPropertySource, getScriptDataLock, getScriptWrapper, getSlot, hasSlot, javaReflectionTarget, readOnlySlots, script_toSource, script_toString, setScriptWrapperIfAbsent, setSlot |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.html.HTMLImageElement |
getName, setName |
| Methods inherited from interface org.w3c.dom.html.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 |
| Constructor Detail |
protected DImageElement(DDocument doc,
int id)
| Method Detail |
public String getLowSrc()
HTMLImageElement
getLowSrc in interface HTMLImageElementpublic void setLowSrc(String lowSrc)
setLowSrc in interface HTMLImageElementpublic String getAlt()
HTMLImageElement
getAlt in interface HTMLImageElementpublic void setAlt(String alt)
setAlt in interface HTMLImageElementpublic String getHeight()
HTMLImageElement
getHeight in interface HTMLImageElementpublic void setHeight(String height)
setHeight in interface HTMLImageElementpublic boolean getIsMap()
HTMLImageElement
getIsMap in interface HTMLImageElementpublic void setIsMap(boolean isMap)
setIsMap in interface HTMLImageElementpublic String getLongDesc()
HTMLImageElement
getLongDesc in interface HTMLImageElementpublic void setLongDesc(String longDesc)
setLongDesc in interface HTMLImageElementpublic String getSrc()
HTMLImageElement
getSrc in interface HTMLImageElementpublic void setSrc(String src)
setSrc in interface HTMLImageElementpublic String getUseMap()
HTMLImageElement
getUseMap in interface HTMLImageElementpublic void setUseMap(String useMap)
setUseMap in interface HTMLImageElementpublic String getWidth()
HTMLImageElement
getWidth in interface HTMLImageElementpublic void setWidth(String width)
setWidth in interface HTMLImageElementpublic String getAlign()
HTMLImageElement
getAlign in interface HTMLImageElementpublic void setAlign(String align)
setAlign in interface HTMLImageElementpublic String getBorder()
HTMLImageElement
getBorder in interface HTMLImageElementpublic void setBorder(String border)
setBorder in interface HTMLImageElementpublic String getHspace()
HTMLImageElement
getHspace in interface HTMLImageElementpublic void setHspace(String hspace)
setHspace in interface HTMLImageElementpublic String getVspace()
HTMLImageElement
getVspace in interface HTMLImageElementpublic void setVspace(String vspace)
setVspace in interface HTMLImageElement
public Object getDynamicValue(String name,
DynEnv env)
DynamicObject
getDynamicValue in class DElement
public int setDynamicValue(String name,
Object value,
DynEnv env)
DynamicObject
setDynamicValue in class DElement
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||