kiyut.citra 3.7

kiyut.swing.button
Class ColorChooserButton.ColorIcon

java.lang.Object
  extended by kiyut.swing.button.ColorChooserButton.ColorIcon
All Implemented Interfaces:
Icon
Enclosing class:
ColorChooserButton

public class ColorChooserButton.ColorIcon
extends Object
implements Icon

Icon that represent Color Icon


Constructor Summary
ColorChooserButton.ColorIcon()
           
 
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

ColorChooserButton.ColorIcon

public ColorChooserButton.ColorIcon()
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

kiyut.citra 3.7