public interface Thumbnail
Modifier and Type | Interface and Description |
---|---|
static interface |
Thumbnail.ThumbnailListener |
Modifier and Type | Field and Description |
---|---|
static List<Thumbnail.ThumbnailListener> |
listenerList |
Modifier and Type | Method and Description |
---|---|
default void |
addListener(Thumbnail.ThumbnailListener listener) |
BufferedImage |
getImage(ProgressMonitor pm) |
Product |
getProduct() |
boolean |
hasCachedImage() |
boolean |
hasImage() |
default void |
notifyImageUpdated() |
default void |
removeListener(Thumbnail.ThumbnailListener listener) |
static final List<Thumbnail.ThumbnailListener> listenerList
boolean hasImage()
boolean hasCachedImage()
BufferedImage getImage(ProgressMonitor pm)
Product getProduct()
default void addListener(Thumbnail.ThumbnailListener listener)
default void removeListener(Thumbnail.ThumbnailListener listener)
default void notifyImageUpdated()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.