|
|||||||||
| Home >> All >> com >> voytechs >> html >> [ component overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.voytechs.html.component
Class Image

java.lang.Objectcom.voytechs.html.component.Component
com.voytechs.html.component.SimpleComponent
com.voytechs.html.component.Image
- public class Image
- extends SimpleComponent
A Image
| Field Summary | |
private java.lang.String |
imageUri
|
| Fields inherited from class com.voytechs.html.component.Component |
COMPONENT_FLAG_DISPATCHABLE, COMPONENT_FLAG_FORM, COMPONENT_FLAG_INIT, COMPONENT_FLAG_SHOW, tagProperties |
| Constructor Summary | |
Image(java.lang.String uri)
|
|
| Method Summary | |
java.lang.String |
getUri()
Get the text of this object. |
static void |
main(java.lang.String[] args)
Test function for Image |
void |
paint(com.voytechs.html.io.HtmlWriter htmlOut)
Output text to the HtmlWriter. |
void |
setUri(java.lang.String uri)
Set the text of the object. |
| Methods inherited from class com.voytechs.html.component.Component |
areFlagsSet, clearFlags, getParent, getRootFrame, getUriPath, init, setFlags, setParent, show, show, toStringPrefix, toStringPrefixCap, toStringPrefixTee, toStringTree |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
imageUri
private java.lang.String imageUri
| Constructor Detail |
Image
public Image(java.lang.String uri)
| Method Detail |
paint
public void paint(com.voytechs.html.io.HtmlWriter htmlOut) throws java.io.IOException
setUri
public void setUri(java.lang.String uri)
- Set the text of the object.
getUri
public java.lang.String getUri()
- Get the text of this object.
main
public static void main(java.lang.String[] args)
- Test function for Image
|
|||||||||
| Home >> All >> com >> voytechs >> html >> [ component overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC