Uses of Class
org.jvnet.flamingo.common.icon.ImageWrapperResizableIcon

Packages that use ImageWrapperResizableIcon
org.jvnet.flamingo.common.icon   
 

Uses of ImageWrapperResizableIcon in org.jvnet.flamingo.common.icon
 

Methods in org.jvnet.flamingo.common.icon that return ImageWrapperResizableIcon
static ImageWrapperResizableIcon ImageWrapperResizableIcon.getIcon(java.awt.Image image, java.awt.Dimension initialDim)
          Returns the icon for the specified URL.
static ImageWrapperResizableIcon ImageWrapperResizableIcon.getIcon(java.io.InputStream inputStream, java.awt.Dimension initialDim)
          Returns the icon for the specified input stream.
static ImageWrapperResizableIcon ImageWrapperResizableIcon.getIcon(java.net.URL location, java.awt.Dimension initialDim)
          Returns the icon for the specified URL.