net.yura.android.plaf
Class FadeIcon

java.lang.Object
  extended by net.yura.mobile.gui.Icon
      extended by net.yura.android.plaf.FadeIcon

public class FadeIcon
extends Icon


Field Summary
 
Fields inherited from class net.yura.mobile.gui.Icon
height, px, py, width
 
Constructor Summary
FadeIcon(int color, int size)
           
 
Method Summary
 void paintIcon(Component c, Graphics2D g, int x, int y)
           
 
Methods inherited from class net.yura.mobile.gui.Icon
getIconHeight, getIconWidth, getImage, getSubimage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FadeIcon

public FadeIcon(int color,
                int size)
Method Detail

paintIcon

public void paintIcon(Component c,
                      Graphics2D g,
                      int x,
                      int y)
Overrides:
paintIcon in class Icon
See Also:
Icon.paintIcon