KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > metal > MetalCheckBoxIcon

javax.swing.plaf.metal
Class MetalCheckBoxIcon

java.lang.Object
  extended by javax.swing.plaf.metal.MetalCheckBoxIcon
All Implemented Interfaces:
Serializable, Icon, UIResource
See Also:
Source Code, XMLEncoder

protected void drawCheck(Component c,
                         Graphics g,
                         int x,
                         int y)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int getControlSize()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getIconHeight()
See Also:
Icon
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getIconWidth()
See Also:
Icon
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MetalCheckBoxIcon()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paintIcon(Component c,
                      Graphics g,
                      int x,
                      int y)
See Also:
Icon
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags