Class FileSetPreviewImageGenerator
- java.lang.Object
-
- gov.nasa.worldwind.avlist.AVListImpl
-
- gov.nasa.worldwindx.applications.dataimporter.FileSetPreviewImageGenerator
-
- All Implemented Interfaces:
AVList,java.lang.Runnable
public class FileSetPreviewImageGenerator extends AVListImpl implements java.lang.Runnable
Generates a preview image for a file set.
-
-
Field Summary
Fields Modifier and Type Field Description protected FileSetfileSetprotected intheightprotected BufferedImageRasterthumbnailRasterprotected intwidth
-
Constructor Summary
Constructors Constructor Description FileSetPreviewImageGenerator(FileSet fileSet, int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcomposeImage()protected voidcreateImageRaster()java.awt.image.BufferedImagegetPreviewImage()voidrun()-
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getBooleanValue, getBooleanValue, getChangeSupport, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getRestorableStateForAVPair, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
-
-
-
-
Field Detail
-
fileSet
protected FileSet fileSet
-
width
protected int width
-
height
protected int height
-
thumbnailRaster
protected BufferedImageRaster thumbnailRaster
-
-
Constructor Detail
-
FileSetPreviewImageGenerator
public FileSetPreviewImageGenerator(FileSet fileSet, int width, int height)
-
-