org.vizzini.ui.game.boardgame.chess
Class MoveImager
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoveImager
public MoveImager()
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 |