Class PaletteIcon

java.lang.Object
repast.simphony.gis.styleEditor.PaletteIcon
All Implemented Interfaces:
Icon

public class PaletteIcon extends Object implements Icon
Author:
Nick Collier
  • Constructor Details

  • Method Details

    • getColorAt

      public Color getColorAt(int x, int y)
    • getColorIndexAt

      public int getColorIndexAt(int x, int y)
    • getIconHeight

      public int getIconHeight()
      Returns the icon's height.
      Specified by:
      getIconHeight in interface Icon
      Returns:
      an int specifying the fixed height of the icon.
    • getIconWidth

      public int getIconWidth()
      Returns the icon's width.
      Specified by:
      getIconWidth in interface Icon
      Returns:
      an int specifying the fixed width of the icon.
    • paintIcon

      public void paintIcon(Component c, Graphics g, int x, int y)
      Draw the icon at the specified location. Icon implementations may use the Component argument to get properties useful for painting, e.g. the foreground or background color.
      Specified by:
      paintIcon in interface Icon