com.croftsoft.apps.skipper
Class SkipperConfig

java.lang.Object
  extended by com.croftsoft.apps.skipper.SkipperConfig

public final class SkipperConfig
extends Object

Skipper persistent configuration. Copyright 2007 David Wallace Croft.

Since:
2006-12-19
Version:
$Date: 2007/07/28 17:59:46 $ $Author: croft $
Author:
David Wallace Croft

Constructor Summary
SkipperConfig()
           
 
Method Summary
static File createWeightsFile()
           
 Color getBackgroundColor()
           
 Boolean getDefaultDisplayingImageFilename()
           
 long getDefaultDisplayTime()
           
 String getDefaultPicturesPath()
           
 Boolean getDisplayingImageFilename()
           
 long getDisplayTime()
           
 Font getFont()
           
 Color getForegroundColor()
           
 Dimension getFrameSize()
           
 String getFrameTitle()
           
 String getInfo()
           
 String getPicturesPath()
           
 String getShutdownConfirmationPrompt()
           
 String getThreadName()
           
 double getUpdateRate()
           
static SkipperConfig load(String[] args)
           
 void save()
           
 void setDisplayingImageFilename(Boolean displayingImageFilename)
           
 void setDisplayTime(long displayTime)
           
 void setPicturesPath(String picturesPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkipperConfig

public SkipperConfig()
Method Detail

createWeightsFile

public static File createWeightsFile()

load

public static SkipperConfig load(String[] args)

getBackgroundColor

public Color getBackgroundColor()

getForegroundColor

public Color getForegroundColor()

getInfo

public String getInfo()

getFont

public Font getFont()

getFrameSize

public Dimension getFrameSize()

getFrameTitle

public String getFrameTitle()

getPicturesPath

public String getPicturesPath()

getShutdownConfirmationPrompt

public String getShutdownConfirmationPrompt()

getThreadName

public String getThreadName()

getUpdateRate

public double getUpdateRate()

getDisplayTime

public long getDisplayTime()

getDefaultDisplayTime

public long getDefaultDisplayTime()

getDefaultPicturesPath

public String getDefaultPicturesPath()

getDisplayingImageFilename

public Boolean getDisplayingImageFilename()

getDefaultDisplayingImageFilename

public Boolean getDefaultDisplayingImageFilename()

setDisplayingImageFilename

public void setDisplayingImageFilename(Boolean displayingImageFilename)

setDisplayTime

public void setDisplayTime(long displayTime)

setPicturesPath

public void setPicturesPath(String picturesPath)

save

public void save()
          throws IOException
Throws:
IOException

CroftSoft Javadoc

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