Class prefsState

java.lang.Object
  extended by prefsState

 class prefsState
extends java.lang.Object

This class provides the preferences settings. There are no OS/Hardware dependencies or variances. There are no security constraints. There are no references to any external specifications.


Field Summary
 double Anim
          This is the value for the animation interval.
 boolean CreateNew
          This is the boolean state of the new File copy.
 int CycleNumber
          This is value for the number of loops.
 boolean FixedSize
          This is the boolean state of the new File creation.
 int Height
          This is value for the height of a fixed size image.
 boolean LastSize
          This is the boolean state of the new File creation.
 boolean OnlyIfExists
          This is the boolean state of the new File copy.
 boolean PromptSize
          This is the boolean state of the new File creation.
 boolean ToCurrentLayer
          This is the boolean state of copying to the current layer.
 boolean ToNewFile
          This is the boolean state of copying to a new file.
 boolean ToNewFileAndWindow
          This is the boolean state of copying to a new file and window.
 boolean ToNewLayer
          This is the boolean state of copying to a new layer.
 java.lang.String Transition
          This is value for the transition.
 int UndoLevel
          This is value for the undo level.
 int Width
          This is value for the width of a fixed size image.
 
Constructor Summary
prefsState()
          The constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ToNewFile

public boolean ToNewFile
This is the boolean state of copying to a new file. If true the paste to will copy to new files.


ToNewFileAndWindow

public boolean ToNewFileAndWindow
This is the boolean state of copying to a new file and window. If true the paste to will copy to new files and open them in a window.


ToNewLayer

public boolean ToNewLayer
This is the boolean state of copying to a new layer. If true the paste to will create a new layer and then paste into that layer.


ToCurrentLayer

public boolean ToCurrentLayer
This is the boolean state of copying to the current layer. If true the paste to will paste into the current layer.


OnlyIfExists

public boolean OnlyIfExists
This is the boolean state of the new File copy. If true the paste to will paste to Files only if they exist.


CreateNew

public boolean CreateNew
This is the boolean state of the new File copy. If true the paste to will paste to Files and create them if necessary.


PromptSize

public boolean PromptSize
This is the boolean state of the new File creation. If true new files will use as their initial size the size of the last file saved.


LastSize

public boolean LastSize
This is the boolean state of the new File creation. If true new files will ask for the size at creation.


FixedSize

public boolean FixedSize
This is the boolean state of the new File creation. If true new files will use as their initial size the size specified in Width and Height.


Anim

public double Anim
This is the value for the animation interval.


Width

public int Width
This is value for the width of a fixed size image.


Height

public int Height
This is value for the height of a fixed size image.


UndoLevel

public int UndoLevel
This is value for the undo level.


Transition

public java.lang.String Transition
This is value for the transition.


CycleNumber

public int CycleNumber
This is value for the number of loops.

Constructor Detail

prefsState

prefsState()
The constructor.