Uses of Class
ucar.unidata.idv.ui.ImageWrapper

Packages that use ImageWrapper
ucar.unidata.idv.ui User Interface (UI) classes for the IDV 
 

Uses of ImageWrapper in ucar.unidata.idv.ui
 

Methods in ucar.unidata.idv.ui that return types with arguments of type ImageWrapper
static List<ImageWrapper> ImageWrapper.makeImageWrappers(List source)
          utility to create a list of ImageWrapper from a list of file names
 

Method parameters in ucar.unidata.idv.ui with type arguments of type ImageWrapper
 void ImageSequenceGrabber.createKmz(String movieFile, List<ImageWrapper> images, Element scriptingNode)
          create the kmz
static List<String> ImageWrapper.makeFileList(List<ImageWrapper> wrappers)
          utility to return a list of the image paths in the given list of ImageWrappers
 

Constructor parameters in ucar.unidata.idv.ui with type arguments of type ImageWrapper
ImageSequenceGrabber(String filename, IntegratedDataViewer idv, ImageGenerator imageGenerator, Element scriptingNode, List<ImageWrapper> imageFiles, Dimension size, double displayRate)
          This gets called when we automatically create a movie.
ImageSequenceGrabber(String filename, IntegratedDataViewer idv, ImageGenerator imageGenerator, Element scriptingNode, List<ImageWrapper> imageFiles, Dimension size, double displayRate, double endPause)
          This gets called when we automatically create a movie.