org.vizzini.ui.game.boardgame.chess
Class MoveImager

java.lang.Object
  extended by org.vizzini.ui.game.boardgame.chess.MoveImager

public class MoveImager
extends Object

Provides a utility application which creates images of token moves for documentation.

Since:
v0.3
Version:
v0.3
Author:
Jeffrey M. Thompson

Constructor Summary
MoveImager()
           
 
Method Summary
 void createImage(String type, Arrangement arrangement, Markings markings)
          Create an image for the given type, and save it to a file.
static void main(String[] args)
          Application method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveImager

public MoveImager()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Application method.

Parameters:
args - Input arguments.
Throws:
Exception
Since:
v0.3

createImage

public void createImage(String type,
                        Arrangement arrangement,
                        Markings markings)
                 throws IllegalAccessException,
                        InstantiationException,
                        IOException
Create an image for the given type, and save it to a file.

Throws:
IllegalAccessException
InstantiationException
IOException
Since:
v0.3


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02