public class CalcMosaic
extends java.lang.Object
Constructor and Description |
---|
CalcMosaic(java.io.File[] files,
int numRows,
boolean isSlow)
Creates a new instance of CalcMosaic, with the parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
chooseFiles()
Chooses the image files.
|
static void |
main(java.lang.String[] args)
Runs CalcMosaic from the command line.
|
public CalcMosaic(java.io.File[] files, int numRows, boolean isSlow)
files
- The image filesnumRows
- The number of rows to use, default to 0 (estimate it
automatically)isSlow
- Should we create in slow motion (for presentation)public static void main(java.lang.String[] args) throws com.sun.star.comp.helper.BootstrapException, java.io.IOException
args
- the command line argumentscom.sun.star.comp.helper.BootstrapException
- if fails to
create the initial component contextjava.io.IOException
- when file couldn't be found or
was corruptpublic void chooseFiles()