net.yura.android.plaf
Class AndroidIcon

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

public class AndroidIcon
extends Icon

Author:
Yura Mamyrin

Field Summary
 
Fields inherited from class net.yura.mobile.gui.Icon
height, px, py, width
 
Constructor Summary
AndroidIcon(Drawable drawable)
           
 
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

AndroidIcon

public AndroidIcon(Drawable drawable)
Method Detail

paintIcon

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