com.croftsoft.core.animation
Class AnimationInit

java.lang.Object
  extended by com.croftsoft.core.animation.AnimationInit
All Implemented Interfaces:
Testable, Serializable

public class AnimationInit
extends Object
implements Serializable, Testable

Animation initializer.

Since:
2003-03-07
Version:
2003-08-02
See Also:
Serialized Form
Author:
David Wallace Croft

Field Summary
static String DEFAULT_APPLET_INFO
           
static ArrayComponentPainter DEFAULT_ARRAY_COMPONENT_PAINTER
           
static ArrayComponentUpdater DEFAULT_ARRAY_COMPONENT_UPDATER
           
static Color DEFAULT_BACKGROUND_COLOR
           
static Cursor DEFAULT_CURSOR
           
static Font DEFAULT_FONT
           
static Color DEFAULT_FOREGROUND_COLOR
           
static String DEFAULT_FRAME_ICON_FILENAME
           
static Double DEFAULT_FRAME_RATE
           
static Dimension DEFAULT_FRAME_SIZE
           
static String DEFAULT_FRAME_TITLE
           
static String DEFAULT_SHUTDOWN_CONFIRMATION_PROMPT
           
 
Constructor Summary
AnimationInit()
           
AnimationInit(AnimationInit animationInit)
           
 
Method Summary
 String getAppletInfo()
           
 ArrayComponentPainter getArrayComponentPainter()
           
 ArrayComponentUpdater getArrayComponentUpdater()
           
 Color getBackgroundColor()
           
 Cursor getCursor()
           
 Font getFont()
           
 Color getForegroundColor()
           
 String getFrameIconFilename()
           
 Double getFrameRate()
           
 Dimension getFrameSize()
           
 String getFrameTitle()
           
 String getShutdownConfirmationPrompt()
           
 TextAnimator getTextAnimator()
           
static AnimationInit load(String filename)
           
static void main(String[] args)
          Test method.
static void save(AnimationInit animationInit, String filename)
           
 void setAppletInfo(String appletInfo)
           
 void setArrayComponentPainter(ArrayComponentPainter arrayComponentPainter)
           
 void setArrayComponentUpdater(ArrayComponentUpdater arrayComponentUpdater)
           
 void setBackgroundColor(Color backgroundColor)
           
 void setCursor(Cursor cursor)
           
 void setFont(Font font)
           
 void setForegroundColor(Color foregroundColor)
           
 void setFrameIconFilename(String frameIconFilename)
           
 void setFrameRate(Double frameRate)
           
 void setFrameSize(Dimension frameSize)
           
 void setFrameTitle(String frameTitle)
           
 void setShutdownConfirmationPrompt(String shutdownConfirmationPrompt)
           
 void setTextAnimator(TextAnimator textAnimator)
           
static boolean test(String[] args)
          Test method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_APPLET_INFO

public static final String DEFAULT_APPLET_INFO
See Also:
Constant Field Values

DEFAULT_BACKGROUND_COLOR

public static final Color DEFAULT_BACKGROUND_COLOR

DEFAULT_CURSOR

public static final Cursor DEFAULT_CURSOR

DEFAULT_FONT

public static final Font DEFAULT_FONT

DEFAULT_FOREGROUND_COLOR

public static final Color DEFAULT_FOREGROUND_COLOR

DEFAULT_FRAME_ICON_FILENAME

public static final String DEFAULT_FRAME_ICON_FILENAME

DEFAULT_FRAME_RATE

public static final Double DEFAULT_FRAME_RATE

DEFAULT_FRAME_SIZE

public static final Dimension DEFAULT_FRAME_SIZE

DEFAULT_FRAME_TITLE

public static final String DEFAULT_FRAME_TITLE

DEFAULT_SHUTDOWN_CONFIRMATION_PROMPT

public static final String DEFAULT_SHUTDOWN_CONFIRMATION_PROMPT
See Also:
Constant Field Values

DEFAULT_ARRAY_COMPONENT_UPDATER

public static final ArrayComponentUpdater DEFAULT_ARRAY_COMPONENT_UPDATER

DEFAULT_ARRAY_COMPONENT_PAINTER

public static final ArrayComponentPainter DEFAULT_ARRAY_COMPONENT_PAINTER
Constructor Detail

AnimationInit

public AnimationInit(AnimationInit animationInit)

AnimationInit

public AnimationInit()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Test method.

Throws:
Exception

test

public static boolean test(String[] args)
Test method.


load

public static AnimationInit load(String filename)
                          throws FileNotFoundException
Throws:
FileNotFoundException

save

public static void save(AnimationInit animationInit,
                        String filename)
                 throws FileNotFoundException
Throws:
FileNotFoundException

getTextAnimator

public TextAnimator getTextAnimator()

setTextAnimator

public void setTextAnimator(TextAnimator textAnimator)

getAppletInfo

public String getAppletInfo()

getArrayComponentPainter

public ArrayComponentPainter getArrayComponentPainter()

getArrayComponentUpdater

public ArrayComponentUpdater getArrayComponentUpdater()

getBackgroundColor

public Color getBackgroundColor()

getCursor

public Cursor getCursor()

getFont

public Font getFont()

getForegroundColor

public Color getForegroundColor()

getFrameIconFilename

public String getFrameIconFilename()

getFrameRate

public Double getFrameRate()

getFrameSize

public Dimension getFrameSize()

getFrameTitle

public String getFrameTitle()

getShutdownConfirmationPrompt

public String getShutdownConfirmationPrompt()

setAppletInfo

public void setAppletInfo(String appletInfo)

setArrayComponentPainter

public void setArrayComponentPainter(ArrayComponentPainter arrayComponentPainter)

setArrayComponentUpdater

public void setArrayComponentUpdater(ArrayComponentUpdater arrayComponentUpdater)

setBackgroundColor

public void setBackgroundColor(Color backgroundColor)

setCursor

public void setCursor(Cursor cursor)

setFont

public void setFont(Font font)

setForegroundColor

public void setForegroundColor(Color foregroundColor)

setFrameIconFilename

public void setFrameIconFilename(String frameIconFilename)

setFrameRate

public void setFrameRate(Double frameRate)

setFrameSize

public void setFrameSize(Dimension frameSize)

setFrameTitle

public void setFrameTitle(String frameTitle)

setShutdownConfirmationPrompt

public void setShutdownConfirmationPrompt(String shutdownConfirmationPrompt)

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)