This is the interface used for Open UI images.
public interface OpenUIImage
All members of OpenUIImage, including inherited members.
Methods| Modifier and Type | Method | Description |
|---|---|---|
| public byte[] | getBitmapData() | Returns the bitmap data for the image. |
| public String | getImageName() | Retrieves the imageName. |
| public ImageType | getImageType() | Retrieves the image type. |
| public MaskColor | getMaskColor() | Retrieves the image's transparency color. |
| public boolean | isValid() | Returns whether the image represented by this object is valid. |