| Package | Description |
|---|---|
| ucar.nc2.ui.image |
| Modifier and Type | Field and Description |
|---|---|
SourcePicture |
ScalablePicture.sourcePicture
the source picture for the scalable picture
|
| Modifier and Type | Method and Description |
|---|---|
SourcePicture |
ScalablePicture.getSourcePicture()
return the image in the original size
|
SourcePicture |
SourcePicture.getSourcePicture()
returns a reference to this
SourcePicture object |
static SourcePicture |
PictureCache.getSourcePicture(URL url)
returns a picture from the cache.
|
SourcePicture |
ScalablePicture.setSourcePicture(SourcePicture source) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PictureCache.add(URL url,
SourcePicture sp)
store an image in the cache
|
SourcePicture |
ScalablePicture.setSourcePicture(SourcePicture source) |
void |
ScalablePicture.sourceStatusChange(int statusCode,
String statusMessage,
SourcePicture sp)
method that is invoked by the SourcePictureListener interface.
|
void |
SourcePictureListener.sourceStatusChange(int statusCode,
String statusMessage,
SourcePicture sp)
inform the listener that the status has changed
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.