Class ColorPanel.SelectedIcon

java.lang.Object
org.apache.log4j.chainsaw.color.ColorPanel.SelectedIcon
All Implemented Interfaces:
Icon
Enclosing class:
ColorPanel

class ColorPanel.SelectedIcon extends Object implements Icon
  • Field Details

    • isSelected

      private boolean isSelected
    • width

      private int width
    • height

      private int height
    • xPoints

      private int[] xPoints
    • yPoints

      private int[] yPoints
  • Constructor Details

    • SelectedIcon

      public SelectedIcon(boolean isSelected)
  • Method Details