public class OptionDialog
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.io.File[] |
files
The image files.
|
boolean |
isSlow
Whether we should run in slow motion (for presentation).
|
int |
numRows
The number of rows to use.
|
Constructor and Description |
---|
OptionDialog(java.io.File[] files,
int numRows,
boolean isSlow)
Creates a new option dialog.
|
Modifier and Type | Method and Description |
---|---|
Options |
getOptions()
Asks the user and returns the options.
|
public java.io.File[] files
public int numRows
public boolean isSlow
public OptionDialog(java.io.File[] files, int numRows, boolean isSlow)
files
- the image filesnumRows
- the number of rows to useisSlow
- whether we should run in slow motion (for
presentation)public Options getOptions()