Class CheckBoxIcon

java.lang.Object
com.jsql.view.swing.ui.CheckBoxIcon
All Implemented Interfaces:
Serializable, Icon, UIResource

public class CheckBoxIcon extends Object implements Icon, UIResource, Serializable
See Also:
  • Constructor Details

    • CheckBoxIcon

      public CheckBoxIcon()
  • Method Details

    • drawCheck

      protected void drawCheck(Graphics g, int x, int y)
    • paintIcon

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

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

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