net.yura.mobile.gui.plaf
Class SynthLookAndFeel

java.lang.Object
  extended by net.yura.mobile.gui.plaf.LookAndFeel
      extended by net.yura.mobile.gui.plaf.SynthLookAndFeel
Direct Known Subclasses:
AndroidLookAndFeel

public class SynthLookAndFeel
extends LookAndFeel

Author:
Yura Mamyrin
See Also:
SynthLookAndFeel

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
SynthLookAndFeel()
           
 
Method Summary
protected  Icon getIcon(String path, int x, int y, int w, int h)
           
protected  InputStream getResourceAsStream(String path)
           
 void load(InputStream input)
           
 
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

SynthLookAndFeel

public SynthLookAndFeel()
Method Detail

getIcon

protected Icon getIcon(String path,
                       int x,
                       int y,
                       int w,
                       int h)

getResourceAsStream

protected InputStream getResourceAsStream(String path)

load

public void load(InputStream input)
          throws Exception
Parameters:
input -
Throws:
Exception
See Also:
SynthLookAndFeel.load