com.croftsoft.apps.exemplar
Class ExemplarConfigImp

java.lang.Object
  extended by com.croftsoft.apps.exemplar.ExemplarConfigImp
All Implemented Interfaces:
ExemplarConfig

public final class ExemplarConfigImp
extends Object
implements ExemplarConfig

Exemplar configuration. Can be modified to be persistent.

Since:
2006-01-03
Version:
$Id: ExemplarConfigImp.java,v 1.2 2008/04/19 21:31:00 croft Exp $
Author:
David Wallace Croft

Constructor Summary
ExemplarConfigImp()
           
 
Method Summary
 Color getBackgroundColor()
           
 Cursor getCursor()
           
 String getExampleParameter()
           
 Font getFont()
           
 Color getForegroundColor()
           
 Dimension getFrameSize()
           
 String getFrameTitle()
           
 String getInfo()
           
 String getShutdownConfirmationPrompt()
           
 String getThreadName()
           
 double getUpdateRate()
           
static ExemplarConfig load(String[] args)
           
 void setExampleParameter(String exampleParameter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExemplarConfigImp

public ExemplarConfigImp()
Method Detail

load

public static ExemplarConfig load(String[] args)

getBackgroundColor

public Color getBackgroundColor()
Specified by:
getBackgroundColor in interface ExemplarConfig

getCursor

public Cursor getCursor()
Specified by:
getCursor in interface ExemplarConfig

getExampleParameter

public String getExampleParameter()
Specified by:
getExampleParameter in interface ExemplarConfig

getForegroundColor

public Color getForegroundColor()
Specified by:
getForegroundColor in interface ExemplarConfig

getInfo

public String getInfo()
Specified by:
getInfo in interface ExemplarConfig

getFont

public Font getFont()
Specified by:
getFont in interface ExemplarConfig

getFrameSize

public Dimension getFrameSize()
Specified by:
getFrameSize in interface ExemplarConfig

getFrameTitle

public String getFrameTitle()
Specified by:
getFrameTitle in interface ExemplarConfig

getShutdownConfirmationPrompt

public String getShutdownConfirmationPrompt()
Specified by:
getShutdownConfirmationPrompt in interface ExemplarConfig

getThreadName

public String getThreadName()
Specified by:
getThreadName in interface ExemplarConfig

getUpdateRate

public double getUpdateRate()
Specified by:
getUpdateRate in interface ExemplarConfig

setExampleParameter

public void setExampleParameter(String exampleParameter)
Specified by:
setExampleParameter in interface ExemplarConfig

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)