com.croftsoft.apps.neuro
Class NeuroConfigImp

java.lang.Object
  extended by com.croftsoft.apps.neuro.NeuroConfigImp
All Implemented Interfaces:
NeuroConfig

public final class NeuroConfigImp
extends Object
implements NeuroConfig

Neuro configuration. Can be modified to be persistent.

Since:
2008-08-17
Version:
$Id: NeuroConfigImp.java,v 1.3 2008/08/30 01:40:43 croft Exp $
Author:
David Wallace Croft

Constructor Summary
NeuroConfigImp()
           
 
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 NeuroConfig 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

NeuroConfigImp

public NeuroConfigImp()
Method Detail

load

public static NeuroConfig load(String[] args)

getBackgroundColor

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

getCursor

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

getExampleParameter

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

getForegroundColor

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

getInfo

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

getFont

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

getFrameSize

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

getFrameTitle

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

getShutdownConfirmationPrompt

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

getThreadName

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

getUpdateRate

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

setExampleParameter

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

CroftSoft Javadoc

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