C F G O S

C

close() - Method in class org.flightgear.fgfsclient.FGFSConnection
Close the connection to FlightGear.

F

FGFSConnection - class org.flightgear.fgfsclient.FGFSConnection.
A connection to a running instance of FlightGear.
FGFSConnection(String, int) - Constructor for class org.flightgear.fgfsclient.FGFSConnection
Constructor.

G

get(String) - Method in class org.flightgear.fgfsclient.FGFSConnection
Get the raw string value for a property.
getBoolean(String) - Method in class org.flightgear.fgfsclient.FGFSConnection
Get a property value as a boolean.
getDouble(String) - Method in class org.flightgear.fgfsclient.FGFSConnection
Get a property value as a double.
getFloat(String) - Method in class org.flightgear.fgfsclient.FGFSConnection
Get a property value as a float.
getInt(String) - Method in class org.flightgear.fgfsclient.FGFSConnection
Get a property value as an integer.
getLong(String) - Method in class org.flightgear.fgfsclient.FGFSConnection
Get a property value as a long.

O

org.flightgear.fgfsclient - package org.flightgear.fgfsclient
 

S

set(String, String) - Method in class org.flightgear.fgfsclient.FGFSConnection
Set the raw string value for a property.
setBoolean(String, boolean) - Method in class org.flightgear.fgfsclient.FGFSConnection
Set a property value from a boolean.
setDouble(String, double) - Method in class org.flightgear.fgfsclient.FGFSConnection
Set a property value from a double.
setFloat(String, float) - Method in class org.flightgear.fgfsclient.FGFSConnection
Set a property value from a float.
setInt(String, int) - Method in class org.flightgear.fgfsclient.FGFSConnection
Set a property value from an int.
setLong(String, long) - Method in class org.flightgear.fgfsclient.FGFSConnection
Set a property value from a long.

C F G O S