pivot.wtk.skin.obsidian
Class ObsidianTheme

java.lang.Object
  extended by pivot.wtk.Theme
      extended by pivot.wtk.skin.obsidian.ObsidianTheme

public final class ObsidianTheme
extends Theme

Obsidian theme.

Author:
gbrown

Field Summary
 
Fields inherited from class pivot.wtk.Theme
componentSkinMap, PROVIDER_NAME
 
Constructor Summary
ObsidianTheme()
           
 
Method Summary
 Font getFont()
           
 Image getMessageIcon(MessageType messageType)
           
 Image getSmallMessageIcon(MessageType messageType)
           
protected  void install()
           
protected  void uninstall()
           
 
Methods inherited from class pivot.wtk.Theme
getSkinClass, getTheme, setTheme
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObsidianTheme

public ObsidianTheme()
Method Detail

install

protected void install()
Specified by:
install in class Theme

uninstall

protected void uninstall()
Specified by:
uninstall in class Theme

getFont

public Font getFont()
Specified by:
getFont in class Theme

getMessageIcon

public Image getMessageIcon(MessageType messageType)
Specified by:
getMessageIcon in class Theme

getSmallMessageIcon

public Image getSmallMessageIcon(MessageType messageType)
Specified by:
getSmallMessageIcon in class Theme