org.util.xml.renderer.html
Class HTMLImage

java.lang.Object
  extended by org.util.xml.renderer.html.HTMLObject
      extended by org.util.xml.renderer.html.HTMLImage
All Implemented Interfaces:
ParserPolicy

public class HTMLImage
extends HTMLObject


Field Summary
 
Fields inherited from class org.util.xml.renderer.html.HTMLObject
background_, foreground_, height_, html_text, init_, is_mouse_over_, margin_bottom_, margin_left_, margin_right_, margin_up_, now_y_, offset_x_, offset_y_, preferred_height_, preferred_location_, preferred_width_, preferred_x_, preferred_y_, rect_, width_, write_point_x_, write_point_y_, x_, y_
 
Constructor Summary
HTMLImage(TagElement tag)
           
 
Method Summary
 Element allowElement(Element element)
          called when element is detected.
 void paint(java.awt.Graphics g)
           
 
Methods inherited from class org.util.xml.renderer.html.HTMLObject
addChangeListener, alert, alert, checkEndTag, debug, doLayout, doRenderer, draw, finished, fireChanged, forceEmptyTag, getHeight, getInnerPolicy, getPreferredHeight, getPreferredWidth, getPreferredX, getPreferredY, getWidth, getX, getY, hit, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, selectEncoding, setBackground, setForeground, setLocation, setPreferredLocation, setPreferredSize, setSize, startElement, throwExceptionIfDocumentHasError, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLImage

public HTMLImage(TagElement tag)
Method Detail

paint

public void paint(java.awt.Graphics g)
Overrides:
paint in class HTMLObject

allowElement

public Element allowElement(Element element)
Description copied from interface: ParserPolicy
called when element is detected.

Specified by:
allowElement in interface ParserPolicy
Overrides:
allowElement in class HTMLObject