org.util.html.objects
Class HTMLImg

java.lang.Object
  extended by org.util.html.objects.HTMLObject
      extended by org.util.html.objects.HTMLImg
All Implemented Interfaces:
ParserPolicy

public class HTMLImg
extends HTMLObject


Field Summary
 
Fields inherited from class org.util.html.objects.HTMLObject
forse_empty_tag_list_
 
Constructor Summary
HTMLImg(HTMLDocument root)
           
 
Method Summary
 javax.swing.JComponent getPanel()
           
 java.net.URL getURL()
           
 void setPreferredSize(java.awt.Dimension size)
           
 void setURL(java.net.URL url)
           
 
Methods inherited from class org.util.html.objects.HTMLObject
allowElement, checkEndTag, finished, forceEmptyTag, getInnerPolicy, getNextX, getNextY, getRoot, isLayouted, selectEncoding, setLayouted, setNextXY, throwExceptionIfDocumentHasError
 
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)

setPreferredSize

public void setPreferredSize(java.awt.Dimension size)

getURL

public java.net.URL getURL()

getPanel

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