public class TristateImage
extends java.lang.Object
| Constructor and Description |
|---|
TristateImage(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
Image |
getCopy() |
Image |
getDisabledInstance(int width,
int height,
int backColor) |
Image |
getNormalInstance(int width,
int height,
int backColor) |
Image |
getPressedInstance(int width,
int height,
int backColor,
int pressColor,
boolean enabled) |
public TristateImage(java.lang.String name)
throws ImageException,
IOException
ImageExceptionIOExceptionpublic void flush()
public Image getCopy() throws ImageException
ImageExceptionpublic Image getNormalInstance(int width, int height, int backColor) throws ImageException
ImageExceptionpublic Image getDisabledInstance(int width, int height, int backColor) throws ImageException
ImageExceptionpublic Image getPressedInstance(int width, int height, int backColor, int pressColor, boolean enabled) throws ImageException
ImageException