Icon
, org.pushingpixels.flamingo.api.common.icon.ResizableIcon
public class SubstanceDisabledResizableIcon extends Object implements org.pushingpixels.flamingo.api.common.icon.ResizableIcon
Modifier and Type | Field | Description |
---|---|---|
protected org.pushingpixels.substance.internal.utils.LazyResettableHashMap<BufferedImage> |
cachedImages |
Image cache to speed up rendering.
|
protected org.pushingpixels.flamingo.api.common.icon.ResizableIcon |
delegate |
The main (pre-filtered) icon.
|
Constructor | Description |
---|---|
SubstanceDisabledResizableIcon(org.pushingpixels.flamingo.api.common.icon.ResizableIcon delegate) |
Creates a new filtered icon.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getIconHeight() |
|
int |
getIconWidth() |
|
void |
paintIcon(Component c,
Graphics g,
int x,
int y) |
|
void |
setDimension(Dimension newDimension) |
protected org.pushingpixels.substance.internal.utils.LazyResettableHashMap<BufferedImage> cachedImages
protected org.pushingpixels.flamingo.api.common.icon.ResizableIcon delegate
public SubstanceDisabledResizableIcon(org.pushingpixels.flamingo.api.common.icon.ResizableIcon delegate)
delegate
- The main (pre-filtered) icon.public int getIconHeight()
getIconHeight
in interface Icon
public int getIconWidth()
getIconWidth
in interface Icon
public void setDimension(Dimension newDimension)
setDimension
in interface org.pushingpixels.flamingo.api.common.icon.ResizableIcon