com.croftsoft.apps.slideshow
Class SlideshowConfig

java.lang.Object
  extended by com.croftsoft.apps.slideshow.SlideshowConfig

public final class SlideshowConfig
extends Object

Configuration. Can be modified to be persistent.

Since:
2006-10-30
Version:
$Id: SlideshowConfig.java,v 1.4 2006/12/17 09:42:39 croft Exp $
Author:
David Wallace Croft

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

Constructor Detail

SlideshowConfig

public SlideshowConfig()
Method Detail

load

public static SlideshowConfig 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()

getShutdownConfirmationPrompt

public String getShutdownConfirmationPrompt()

getThreadName

public String getThreadName()

getUpdateRate

public double getUpdateRate()

getImageFilenames

public String[] getImageFilenames()

getDisplayTimeNanos

public long getDisplayTimeNanos()

getDisplayImageFilename

public boolean getDisplayImageFilename()

CroftSoft Javadoc

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