public class Options
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 |
---|
Options(java.io.File[] files,
int numRows,
boolean isSlow)
Creates a new set of options.
|