net.yura.mobile.gui.plaf
Class MetalIcon

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

public class MetalIcon
extends Icon

Author:
Yura Mamyrin

Field Summary
 
Fields inherited from class net.yura.mobile.gui.Icon
height, px, py, width
 
Constructor Summary
MetalIcon(int size, int type, int fore, int back)
           
 
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

MetalIcon

public MetalIcon(int size,
                 int type,
                 int fore,
                 int back)
Method Detail

paintIcon

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