java.lang.Object
repast.simphony.dataLoader.ui.wizard.builder.SquareIcon
All Implemented Interfaces:
Icon

public class SquareIcon extends Object implements Icon
  • Constructor Details

    • SquareIcon

      public SquareIcon(Color color)
  • Method Details

    • toggle

      public void toggle()
    • getIconWidth

      public int getIconWidth()
      Specified by:
      getIconWidth in interface Icon
    • getIconHeight

      public int getIconHeight()
      Specified by:
      getIconHeight in interface Icon
    • paintIcon

      public void paintIcon(Component comp, Graphics g, int x, int y)
      Specified by:
      paintIcon in interface Icon