net.sf.jzeno.echo
Class DHLStyle

java.lang.Object
  extended by net.sf.jzeno.echo.AbstractHardCodedStyle
      extended by net.sf.jzeno.echo.DHLStyle
All Implemented Interfaces:
StyleManager

public class DHLStyle
extends AbstractHardCodedStyle


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.jzeno.echo.StyleManager
StyleManager.MetaData
 
Field Summary
 
Fields inherited from class net.sf.jzeno.echo.AbstractHardCodedStyle
styleNameToDemoPanelClass, styleNameToDescription, styleNameToMetaDataList, styleNameToStyle
 
Constructor Summary
DHLStyle()
           
 
Method Summary
protected  void init()
           
 
Methods inherited from class net.sf.jzeno.echo.AbstractHardCodedStyle
getDemoPanelClass, getDescription, getMetaData, getStyle, getStyleNames, importMetaData, importMetaData, remove, save, setDemoPanelClass, setDescription, setMetaData, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DHLStyle

public DHLStyle()
Method Detail

init

protected void init()
Specified by:
init in class AbstractHardCodedStyle