Class ColumnControlIcon

java.lang.Object
org.jdesktop.swingx.icon.ColumnControlIcon
All Implemented Interfaces:
Icon, UIResource, SwingConstants, SizingConstants

public class ColumnControlIcon extends Object implements Icon, UIResource, SizingConstants
Icon class for rendering icon which indicates user control of column visibility.
Version:
1.0
Author:
Amy Fowler, EUG (support sizes and color)
  • Constructor Details

    • ColumnControlIcon

      public ColumnControlIcon()
      ctor
    • ColumnControlIcon

      public ColumnControlIcon(int size, Color color)
      ctor
      Parameters:
      size - icon width and length
      color - circle is filled with
    • ColumnControlIcon

      public ColumnControlIcon(int size)
      convienient ctor
      Parameters:
      size - icon width and length
    • ColumnControlIcon

      protected ColumnControlIcon(int width, int height)
      convienient ctor
      Parameters:
      width - of the icon
      height - of the icon
    • ColumnControlIcon

      protected ColumnControlIcon(Dimension size)
      convienient ctor with Dimension
      Parameters:
      size - Dimension
  • Method Details