Description
In BBj 5.0 and higher, the BBjImageManager object is used to create BBjImage objects.
Creation
BBjAPI > BBjSysGui > BBjImageManager
The BBjImageManager object is accessed using the following BBjSysGui method:
| Return Value | Method | 
| BBjImageManager | 
Methods of BBjImageManager
| Return Value | Method | 
| int | addImageList(int imageWidth, BBjImage image!) | 
| int | |
| int | getImageCount(string filename) | 
| loadImageFromBytes(string binary) | |
| loadImageFromClientJar(string filename) | |
| loadImageFromClientURL(string url) | |
| loadImageFromFile(string filename) | |
| loadImageFromFile(string filename, int index) | |
| loadImageFromImageList(int id, int index) | |
| loadImageFromServerJar(string filename) | |
| loadImageFromServerURL(string url) | |
| loadImageFromURL(string url) | |
| void | setCacheSize(int size) | 
| void | setDefaultIcon(BBjImage image) | 
Remarks
None.
Example
|  | 
See Also
BBj Object Creation and Assignment
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.