net.yura.mobile.gui.plaf
Class MetalLookAndFeel

java.lang.Object
  extended by net.yura.mobile.gui.plaf.LookAndFeel
      extended by net.yura.mobile.gui.plaf.MetalLookAndFeel

public class MetalLookAndFeel
extends LookAndFeel

Author:
Yura Mamyrin
See Also:
MetalLookAndFeel

Field Summary
 
Fields inherited from class net.yura.mobile.gui.plaf.LookAndFeel
FONT_LARGE, FONT_MEDIUM, FONT_SMALL, ICON_ARROW_DOWN, ICON_ARROW_LEFT, ICON_ARROW_RIGHT, ICON_ARROW_UP, ICON_CHECKBOX, ICON_COMBO, ICON_RADIO, ICON_SPINNER_LEFT, ICON_SPINNER_RIGHT
 
Constructor Summary
MetalLookAndFeel()
           
MetalLookAndFeel(int size)
           
 
Method Summary
 void addMetalIcon(Style style, String icon, String prop)
           
protected  int getBlack()
           
protected  int getPrimary1()
           
protected  int getPrimary2()
           
protected  int getPrimary3()
           
protected  int getSecondary1()
           
protected  int getSecondary2()
           
protected  int getSecondary3()
           
protected  int getWhite()
           
 
Methods inherited from class net.yura.mobile.gui.plaf.LookAndFeel
getStyle, setStyleFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetalLookAndFeel

public MetalLookAndFeel()

MetalLookAndFeel

public MetalLookAndFeel(int size)
Method Detail

addMetalIcon

public void addMetalIcon(Style style,
                         String icon,
                         String prop)

getBlack

protected int getBlack()

getPrimary1

protected int getPrimary1()

getPrimary2

protected int getPrimary2()

getPrimary3

protected int getPrimary3()

getSecondary1

protected int getSecondary1()

getSecondary2

protected int getSecondary2()

getSecondary3

protected int getSecondary3()

getWhite

protected int getWhite()