com.croftsoft.apps.neuro
Interface NeuroConfig

All Known Implementing Classes:
NeuroConfigImp

public interface NeuroConfig

Neuro configuration. Can be modified to be persistent.

Since:
2008-08-17
Version:
$Id: NeuroConfig.java,v 1.1 2008/08/17 21:03:25 croft Exp $
Author:
David Wallace Croft

Method Summary
 Color getBackgroundColor()
           
 Cursor getCursor()
           
 String getExampleParameter()
           
 Font getFont()
           
 Color getForegroundColor()
           
 Dimension getFrameSize()
           
 String getFrameTitle()
           
 String getInfo()
           
 String getShutdownConfirmationPrompt()
           
 String getThreadName()
           
 double getUpdateRate()
           
 void setExampleParameter(String exampleParameter)
           
 

Method Detail

getBackgroundColor

Color getBackgroundColor()

getCursor

Cursor getCursor()

getExampleParameter

String getExampleParameter()

getForegroundColor

Color getForegroundColor()

getInfo

String getInfo()

getFont

Font getFont()

getFrameSize

Dimension getFrameSize()

getFrameTitle

String getFrameTitle()

getShutdownConfirmationPrompt

String getShutdownConfirmationPrompt()

getThreadName

String getThreadName()

getUpdateRate

double getUpdateRate()

setExampleParameter

void setExampleParameter(String exampleParameter)

CroftSoft Javadoc

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