| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface ImageOptionItem.ImageProvider
Utility interface that serves as "universe" of available image descriptions.
| Method Summary | |
|---|---|
|  void | addImage(java.awt.Image i)Add an Imageinstance directly. | 
|  void | addImage(java.net.URL u)Add an URLinstance that describes an image resource. | 
|  void | addImage(URLImageWrapper w)Add a wrapper object directly that wraps both image object and URL resource together | 
|  java.util.Collection | getAvailableImages()Retrieve all registered image descriptions | 
| Method Detail | 
|---|
java.util.Collection getAvailableImages()
void addImage(java.awt.Image i)
Image instance directly. No URL or other resource is associated with this instance
i - an Image instance to register.void addImage(java.net.URL u)
URL instance that describes an image resource.
u - an URL instance to register.void addImage(URLImageWrapper w)
w - wrapper object that should be registered.| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||