Uses of Class
ucar.unidata.idv.ui.ImageWrapper
Packages that use ImageWrapper
-
Uses of ImageWrapper in ucar.unidata.idv.ui
Methods in ucar.unidata.idv.ui that return types with arguments of type ImageWrapperModifier and TypeMethodDescriptionstatic List<ImageWrapper> ImageWrapper.makeImageWrappers(List source) utility to create a list of ImageWrapper from a list of file namesMethod parameters in ucar.unidata.idv.ui with type arguments of type ImageWrapperModifier and TypeMethodDescriptionvoidImageSequenceGrabber.createKmz(String movieFile, List<ImageWrapper> images, Element scriptingNode) create the kmzvoidImageSequenceGrabber.createZip(String movieFile, List<ImageWrapper> images, Element scriptingNode) create the kmzImageWrapper.makeFileList(List<ImageWrapper> wrappers) utility to return a list of the image paths in the given list of ImageWrappersConstructor parameters in ucar.unidata.idv.ui with type arguments of type ImageWrapperModifierConstructorDescriptionImageSequenceGrabber(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.