org.util.xml.renderer.html2
Class HTMLImg

java.lang.Object
  extended by org.util.xml.renderer.html2.HTMLObject
      extended by org.util.xml.renderer.html2.HTMLImg

public class HTMLImg
extends HTMLObject


Constructor Summary
HTMLImg(HTMLDocument root)
           
 
Method Summary
 javax.swing.JComponent getPanel()
           
 java.net.URL getURL()
           
 void setURL(java.net.URL url)
           
 
Methods inherited from class org.util.xml.renderer.html2.HTMLObject
getRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLImg

public HTMLImg(HTMLDocument root)
Method Detail

setURL

public void setURL(java.net.URL url)

getURL

public java.net.URL getURL()

getPanel

public javax.swing.JComponent getPanel()
Specified by:
getPanel in class HTMLObject