net.yura.mobile.gui.plaf.nimbus
Class NimbusIcon

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

public class NimbusIcon
extends Icon

Author:
Nathan

Field Summary
(package private)  Vector borders
           
(package private)  int color
           
(package private)  int type
           
 
Fields inherited from class net.yura.mobile.gui.Icon
height, px, py, width
 
Constructor Summary
NimbusIcon(int size, int type, Vector borders, int color)
           
 
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
 

Field Detail

borders

Vector borders

color

int color

type

int type
Constructor Detail

NimbusIcon

public NimbusIcon(int size,
                  int type,
                  Vector borders,
                  int color)
Method Detail

paintIcon

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