net.sourceforge.mlf.metouia
Class MetouiaCheckBoxIcon

java.lang.Object
  extended byjavax.swing.plaf.metal.MetalCheckBoxIcon
      extended bynet.sourceforge.mlf.metouia.MetouiaCheckBoxIcon
All Implemented Interfaces:
javax.swing.Icon, java.io.Serializable, javax.swing.plaf.UIResource

public class MetouiaCheckBoxIcon
extends javax.swing.plaf.metal.MetalCheckBoxIcon

This class represents a check box icon.

See Also:
Serialized Form

Constructor Summary
MetouiaCheckBoxIcon()
           
 
Method Summary
 void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
          Draws the check box icon at the specified location.
 
Methods inherited from class javax.swing.plaf.metal.MetalCheckBoxIcon
drawCheck, getControlSize, getIconHeight, getIconWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetouiaCheckBoxIcon

public MetouiaCheckBoxIcon()
Method Detail

paintIcon

public void paintIcon(java.awt.Component c,
                      java.awt.Graphics g,
                      int x,
                      int y)
Draws the check box icon at the specified location.

Parameters:
c - The component to draw on.
g - The graphics context.
x - The x coordinate of the top left corner.
y - The y coordinate of the top left corner.