com.croftsoft.apps.exemplar
Class Config

java.lang.Object
  extended by com.croftsoft.apps.exemplar.Config

public final class Config
extends Object

Exemplar configuration. Can be modified to be persistent.

Since:
2006-01-03
Version:
$Id: Config.java,v 1.10 2006/06/22 13:38:21 croft Exp $
Author:
David Wallace Croft

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

Constructor Detail

Config

public Config()
Method Detail

load

public static Config load(String[] args)

getBackgroundColor

public Color getBackgroundColor()

getCursor

public Cursor getCursor()

getForegroundColor

public Color getForegroundColor()

getInfo

public String getInfo()

getFont

public Font getFont()

getFrameSize

public Dimension getFrameSize()

getFrameTitle

public String getFrameTitle()

getShutdownConfirmationPrompt

public String getShutdownConfirmationPrompt()

getThreadName

public String getThreadName()

getUpdateRate

public double getUpdateRate()

CroftSoft Javadoc

CroftSoft Apps Javadoc (2006-11-12 23:26:47)