org.util.xml.renderer.html
クラス HTMLImage

java.lang.Object
  上位を拡張 org.util.xml.renderer.html.HTMLObject
      上位を拡張 org.util.xml.renderer.html.HTMLImage
すべての実装されたインタフェース:
ParserPolicy

public class HTMLImage
extends HTMLObject


フィールドの概要
 
クラス 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_
 
コンストラクタの概要
HTMLImage(TagElement tag)
           
 
メソッドの概要
 Element allowElement(Element element)
          called when element is detected.
 void paint(java.awt.Graphics g)
           
 
クラス org.util.xml.renderer.html.HTMLObject から継承されたメソッド
addChangeListener, alert, alert, checkEndTag, debug, doLayout, doRenderer, draw, 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
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HTMLImage

public HTMLImage(TagElement tag)
メソッドの詳細

paint

public void paint(java.awt.Graphics g)
オーバーライド:
クラス HTMLObject 内の paint

allowElement

public Element allowElement(Element element)
インタフェース ParserPolicy の記述:
called when element is detected.

定義:
インタフェース ParserPolicy 内の allowElement
オーバーライド:
クラス HTMLObject 内の allowElement