com.jtattoo.plaf
Class BaseIcons.CloseSymbol

java.lang.Object
  extended by com.jtattoo.plaf.BaseIcons.CloseSymbol
All Implemented Interfaces:
Icon
Enclosing class:
BaseIcons

public static class BaseIcons.CloseSymbol
extends Object
implements Icon


Constructor Summary
BaseIcons.CloseSymbol(Color foregroundColor, Color shadowColor, Color rolloverColor)
           
BaseIcons.CloseSymbol(Color foregroundColor, Color shadowColor, Color rolloverColor, Color inactiveForegroundColor, Color inactiveShadowColor, Insets insets)
           
BaseIcons.CloseSymbol(Color foregroundColor, Color shadowColor, Color rolloverColor, Insets insets)
           
 
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

BaseIcons.CloseSymbol

public BaseIcons.CloseSymbol(Color foregroundColor,
                             Color shadowColor,
                             Color rolloverColor)

BaseIcons.CloseSymbol

public BaseIcons.CloseSymbol(Color foregroundColor,
                             Color shadowColor,
                             Color rolloverColor,
                             Insets insets)

BaseIcons.CloseSymbol

public BaseIcons.CloseSymbol(Color foregroundColor,
                             Color shadowColor,
                             Color rolloverColor,
                             Color inactiveForegroundColor,
                             Color inactiveShadowColor,
                             Insets insets)
Method Detail

getIconHeight

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

getIconWidth

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

paintIcon

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


Copyright © 2011. All Rights Reserved.