- All Known Subinterfaces:
RenderedIcon
- All Known Implementing Classes:
Carpenter
,ChannelSPD
,Checker
,ColorMapNode
,FixedImageAdapter
,Graytone
,IconImpl
,ImageAdapter
,ImageMap
,Material
,Phong
,RGBAShader
,RGBColor
,SpectralLightMapNode
,SunSkyLight
,SurfaceMap
,SyntheticTexture
public interface Icon
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetImage()
getImage
(int w, int h) boolean
void
paintIcon
(Component c, Graphics2D g, int x, int y, int w, int h, int state) void
-
Field Details
-
DEFAULT
static final int DEFAULT- See Also:
-
DISABLED
static final int DISABLED- See Also:
-
-
Method Details
-
paintIcon
-
prepareIcon
void prepareIcon() -
getIconSource
IconSource getIconSource() -
getImage
Image getImage() -
getImage
-
isMutable
boolean isMutable() -
getImageSource
URL getImageSource() -
getIconBounds
Rectangle getIconBounds()
-