org.util.xml.renderer.html2
Class HTMLObject

java.lang.Object
  extended by org.util.xml.renderer.html2.HTMLObject
Direct Known Subclasses:
HTMLImg, HTMLText

public abstract class HTMLObject
extends java.lang.Object


Constructor Summary
HTMLObject(HTMLDocument root)
           
 
Method Summary
abstract  javax.swing.JComponent getPanel()
           
 HTMLDocument getRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLObject

public HTMLObject(HTMLDocument root)
Method Detail

getRoot

public HTMLDocument getRoot()

getPanel

public abstract javax.swing.JComponent getPanel()