tw.idv.imacat.calcmosaic
Class CalcMosaic

java.lang.Object
  extended by tw.idv.imacat.calcmosaic.CalcMosaic

public class CalcMosaic
extends java.lang.Object

A program to create mosaic art from images with Calc.

Version:
0.2.1
Author:
imacat

Constructor Summary
CalcMosaic(java.lang.String[] args)
          Creates a new instance of CalcMosaic.
 
Method Summary
 void create()
          Creates mosaic effect of images with Calc.
static void main(java.lang.String[] args)
          Runs CalcMosaic from the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalcMosaic

public CalcMosaic(java.lang.String[] args)
Creates a new instance of CalcMosaic.

Parameters:
args - the command line arguments
Method Detail

main

public static void main(java.lang.String[] args)
                 throws com.sun.star.comp.helper.BootstrapException,
                        java.io.IOException
Runs CalcMosaic from the command line.

Parameters:
args - the command line arguments
Throws:
com.sun.star.comp.helper.BootstrapException - if fails to create the initial component context
java.io.IOException - when file couldn't be found or was corrupt

create

public void create()
            throws com.sun.star.comp.helper.BootstrapException,
                   java.io.IOException
Creates mosaic effect of images with Calc.

Throws:
com.sun.star.comp.helper.BootstrapException - if fails to create the initial component context
java.io.IOException - when file couldn't be found or was corrupt