|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.refractions.udig.style.sld.Images
public class Images
The image descriptors for the plugin
| Field Summary |
|---|
| Fields inherited from interface net.refractions.udig.style.sld.ImageConstants |
|---|
BAD_OVERLAY, COLORBLIND_ICON, CRT_ICON, DOUBTFUL_OVERLAY, GOOD_OVERLAY, LAPTOP_ICON, PATH_EVIEW, PATH_OVR, PHOTOCOPY_ICON, PRINTER_ICON, PROJECTOR_ICON, UNKNOWN_OVERLAY |
| Constructor Summary | |
|---|---|
Images()
|
|
| Method Summary | |
|---|---|
void |
cleanUp()
Cleanup image cache. |
Image |
get(java.lang.String id)
Returns the image associated with the given key, or null if none. |
static ImageDescriptor |
getDescriptor(java.lang.String id)
Returns the image descriptor for ID, or null if not found. |
ImageDescriptor |
getImageDescriptor(java.lang.String id)
|
void |
initializeImages(java.net.URL url,
ImageRegistry shared)
Initializes the table of images used in this plugin. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Images()
| Method Detail |
|---|
public static ImageDescriptor getDescriptor(java.lang.String id)
Images are from CatalogUIPlugin.getDefault().getImages()
id -
public void initializeImages(java.net.URL url,
ImageRegistry shared)
The Images from ISharedImages will be registered with CatalogUIPlugin.getDefault().getImageRegistry().
url - shared - public void cleanUp()
public ImageDescriptor getImageDescriptor(java.lang.String id)
public Image get(java.lang.String id)
null if none.
id - the key
null if none
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||