Flight Club


flightclub.data
Class HangGlider

java.lang.Object
  |
  +--flightclub.client.GliderType
        |
        +--flightclub.data.HangGlider

public class HangGlider
extends GliderType

This class outputs the text file of data for a hangglider. See GliderType for a definition of the file format. The file hangglider.txt is output to the current directory.


Field Summary
 
Fields inherited from class flightclub.client.GliderType
modelViewer, obj, polar, turnRadius, typeName
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class flightclub.client.GliderType
toString, writeFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

main

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

Dan Burton <danb@dircon.co.uk> | latest update: 20 Sep 2002;