de.grogra.icon
Interface Icon
- All Known Subinterfaces:
- RenderedIcon
- All Known Implementing Classes:
- AutoregressiveTexture, Carpenter, ChannelSPD, Checker, ColorMapNode, DiamondSquareTexture, FixedImageAdapter, Graytone, IconImpl, ImageAdapter, ImageMap, Material, Phong, RGBAShader, RGBColor, SpectralLightMapNode, SunSkyLight, SurfaceMap, SyntheticTexture, SyntheticTexture
public interface Icon
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
DISABLED
static final int DISABLED
- See Also:
- Constant Field Values
getIconBounds
java.awt.Rectangle getIconBounds()
getIconSource
IconSource getIconSource()
getImage
java.awt.Image getImage()
getImage
java.awt.Image getImage(int w,
int h)
getImageSource
java.net.URL getImageSource()
isMutable
boolean isMutable()
paintIcon
void paintIcon(java.awt.Component c,
java.awt.Graphics2D g,
int x,
int y,
int w,
int h,
int state)
prepareIcon
void prepareIcon()