org.freehep.swing.plaf.metal
Class CheckBoxMenuItemIcon

java.lang.Object
  extended by org.freehep.swing.plaf.metal.CheckBoxMenuItemIcon
All Implemented Interfaces:
Serializable, Icon, UIResource

public class CheckBoxMenuItemIcon
extends Object
implements Icon, UIResource, Serializable

Version:
$Id: CheckBoxMenuItemIcon.java 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann
See Also:
Serialized Form

Constructor Summary
CheckBoxMenuItemIcon()
           
 
Method Summary
 int getIconHeight()
           
 int getIconWidth()
           
 void paintIcon(Component c, Graphics g, int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckBoxMenuItemIcon

public CheckBoxMenuItemIcon()
Method Detail

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.