uk.me.jstott.jcoord
Class Test

java.lang.Object
  extended by uk.me.jstott.jcoord.Test

public class Test
extends java.lang.Object

Class to illustrate the use of the various functions of the classes in the Jcoord package. (c) 2006 Jonathan Stott Created on 11-Feb-2006

Since:
1.0
Version:
1.0
Author:
Jonathan Stott

Constructor Summary
Test()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

main

public static void main(java.lang.String[] args)
Main method

Parameters:
args - not used
Since:
1.0