ucar.nc2.iosp.adde
Class AddeImage

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

public class AddeImage
extends Object


Constructor Summary
AddeImage(String urlName)
           
 
Method Summary
static AddeImage factory(String urlName)
           
static int getCacheSize()
           
 BufferedImage getImage()
           
static int getMaxCacheSize()
           
 String getName()
           
 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(String urlName)
          throws IOException,
                 MalformedURLException
Throws:
IOException
MalformedURLException
Method Detail

factory

public static AddeImage factory(String urlName)
                         throws IOException,
                                MalformedURLException
Throws:
IOException
MalformedURLException

getMaxCacheSize

public static int getMaxCacheSize()

setMaxCacheSize

public static void setMaxCacheSize(int max)

getCacheSize

public static int getCacheSize()

getPreferredSize

public Dimension getPreferredSize()

getImage

public BufferedImage getImage()

getName

public String getName()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.