|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectprefsState
class prefsState
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 |
---|
public boolean ToNewFile
public boolean ToNewFileAndWindow
public boolean ToNewLayer
public boolean ToCurrentLayer
public boolean OnlyIfExists
public boolean CreateNew
public boolean PromptSize
public boolean LastSize
public boolean FixedSize
public double Anim
public int Width
public int Height
public int UndoLevel
public java.lang.String Transition
public int CycleNumber
Constructor Detail |
---|
prefsState()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |