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
ImageException
IOException
public void flush()
public Image getCopy() throws ImageException
ImageException
public Image getNormalInstance(int width, int height, int backColor) throws ImageException
ImageException
public Image getDisabledInstance(int width, int height, int backColor) throws ImageException
ImageException
public Image getPressedInstance(int width, int height, int backColor, int pressColor, boolean enabled) throws ImageException
ImageException