Flight Club


flightclub.data
Class Sailplane

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

public class Sailplane
extends GliderType

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


Field Summary
 
Fields inherited from class flightclub.client.GliderType
modelViewer, obj, polar, turnRadius, typeName
 
Constructor Summary
Sailplane()
           
 
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
 

Constructor Detail

Sailplane

public Sailplane()
Method Detail

main

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

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