Module utilities

Interface Icon

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 Details

  • Method Details

    • paintIcon

      void paintIcon(Component c, Graphics2D g, int x, int y, int w, int h, int state)
    • prepareIcon

      void prepareIcon()
    • getIconSource

      IconSource getIconSource()
    • getImage

      Image getImage()
    • getImage

      Image getImage(int w, int h)
    • isMutable

      boolean isMutable()
    • getImageSource

      URL getImageSource()
    • getIconBounds

      Rectangle getIconBounds()