ucar.nc2.iosp.adde
Class AddeImage

java.lang.Object
  extended by ucar.nc2.iosp.adde.AddeImage

public class AddeImage
extends java.lang.Object


Constructor Summary
AddeImage(java.lang.String urlName)
           
 
Method Summary
static AddeImage factory(java.lang.String urlName)
           
static int getCacheSize()
           
 java.awt.image.BufferedImage getImage()
           
static int getMaxCacheSize()
           
 java.lang.String getName()
           
 java.awt.Dimension getPreferredSize()
           
static void setMaxCacheSize(int max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddeImage

public AddeImage(java.lang.String urlName)
          throws java.io.IOException,
                 java.net.MalformedURLException
Throws:
java.io.IOException
java.net.MalformedURLException
Method Detail

factory

public static AddeImage factory(java.lang.String urlName)
                         throws java.io.IOException,
                                java.net.MalformedURLException
Throws:
java.io.IOException
java.net.MalformedURLException

getMaxCacheSize

public static int getMaxCacheSize()

setMaxCacheSize

public static void setMaxCacheSize(int max)

getCacheSize

public static int getCacheSize()

getPreferredSize

public java.awt.Dimension getPreferredSize()

getImage

public java.awt.image.BufferedImage getImage()

getName

public java.lang.String getName()