A B C D F G H I J K L M N P R S T U V W

A

ActuatorXY - Class in jaron.gui
The ActuatorXY class is a generic GUI control that provides the functionality to implement a component with an x- and a y-axis (e.g. a joystick).
ActuatorXY(int, int, int, int, int, int) - Constructor for class jaron.gui.ActuatorXY
Creates a new ActuatorXY object.
ActuatorXY(int, int, int, int) - Constructor for class jaron.gui.ActuatorXY
Creates a new ActuatorXY object.
addGraph(String, int) - Method in class jaron.pde.Graph
Adds a graph that will be drawn periodically.
addListenerX(SignalListener) - Method in class jaron.gui.ActuatorXY
Adds a listener to the x-axis.
addListenerY(SignalListener) - Method in class jaron.gui.ActuatorXY
Adds a listener to the y-axis.
addNMEAListener(NMEAListener) - Method in class jaron.flightgear.FlightGearNMEAReceiver
Adds a listener to the EventListener mechanism.
addSignalListener(SignalListener) - Method in class jaron.components.Signal
Adds the listener to the EventListener mechanism.
addSignalListener(String, SignalListener) - Method in class jaron.flightgear.FlightGearReceiver
Adds a listener to a FlightGear (FG) signal that is identified by a key.
addSignalListener(SignalListener) - Method in class jaron.pde.Slider
Adds a listener to the slider.
addTrackpoint(Trackpoint) - Method in class jaron.gps.Trackpath
Adds a trackpoint to the track path.
addTrackpointListener(TrackpointListener) - Method in class jaron.autopilot.FlightGearGpsReceiver
Adds a listener to the EventListener mechanism.
addTrackpointListener(TrackpointListener) - Method in class jaron.flightgear.FlightGearNMEAReceiver
Adds a listener to the EventListener mechanism.
addWaypoint(double, double) - Method in class jaron.autopilot.MissionController
Adds a new navigation waypoint to the list of the target waypoints.
ALTITUDE_MODE_ABSOLUTE - Static variable in class jaron.google.GoogleEarthKMLProvider
A preset value to be used with the setTrackAltitudeMode method.
ArtificialHorizon - Class in jaron.pde
The ArtificialHorizon class provides a virtual horizon like device for the Processing Development Environment.
ArtificialHorizon(PApplet, int, int, int, int) - Constructor for class jaron.pde.ArtificialHorizon
Creates a new ArtificialHorizon object for the Processing Development Environment (PDE) at a certain position and with a certain width and height.
ArtificialHorizon(PApplet, int, int) - Constructor for class jaron.pde.ArtificialHorizon
Creates a new ArtificialHorizon object for the Processing Development Environment (PDE) at a certain position.
Axis - Class in jaron.gui
The Axis class represents an axis that can be used in an actuator (see ActuatorXY).
Axis(int, int) - Constructor for class jaron.gui.Axis
Creates an new Axis object.

A B C D F G H I J K L M N P R S T U V W