Class SquareIcon

  • All Implemented Interfaces:
    Icon

    public class SquareIcon
    extends Object
    implements Icon
    Draws a square colored icon.
    Version:
    $Revision$ $Date$
    Author:
    Nick Collier
    • Constructor Detail

      • SquareIcon

        public SquareIcon​(int width,
                          int height,
                          Color color)
    • Method Detail

      • 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
      • 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.
      • 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.
      • getColor

        public Color getColor()
        Gets the color of this Icon.
        Returns: