Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.voytechs.html.component
Class Image  view Image download Image.java

java.lang.Object
  extended bycom.voytechs.html.component.Component
      extended bycom.voytechs.html.component.SimpleComponent
          extended bycom.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
Output text to the HtmlWriter.

Specified by:
paint in class Component

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