com.huguesjohnson.tiamat.tools
Class SpriteEditor

java.lang.Object
  extended bycom.huguesjohnson.tiamat.tools.SpriteEditor
All Implemented Interfaces:
java.lang.Runnable

public class SpriteEditor
extends java.lang.Object
implements java.lang.Runnable

SpriteEditor - main class for a Sprite editor

Author:
Hugues Johnson

Constructor Summary
SpriteEditor()
          constructor
 
Method Summary
 void exitHandler()
          exitHandler - override this if creating an instance of SpriteEditor in another class
static void main(java.lang.String[] arguments)
          entry point for program
 void run()
          start the thread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpriteEditor

public SpriteEditor()
constructor

Method Detail

exitHandler

public void exitHandler()
exitHandler - override this if creating an instance of SpriteEditor in another class


run

public void run()
start the thread

Specified by:
run in interface java.lang.Runnable

main

public static void main(java.lang.String[] arguments)
entry point for program