See: Description
Interface | Description |
---|---|
ILcdVVCursorChangeEventListener |
Defines a listener that will be informed of changes made to the Cursor on the
Vertical View.
|
ILcdVVGridCoordinates |
This class collects the methods that are useful when doing free-form
drawing on the TLcdVVJPanel.
|
ILcdVVGridLineOrdinateProvider |
Provides information on the vertical view grid.
|
ILcdVVGridRenderer |
Renders grid lines and ordinate labels (i.e.
|
ILcdVVModel |
A vertical view model.
|
ILcdVVRenderer | |
ILcdVVXAxisRenderer |
Renders decorations (e.g.
|
Class | Description |
---|---|
ALcdVVModel |
This class provides the default implementation of
a
ILcdVVModel . |
ALcdVVXAxisRendererJ2D |
This class is an abstract implementation of the
ILcdVVXAxisRenderer . |
TLcdAltitudeRangeSliderAdapter |
Whenever the view's model changes, this adapter updates the
TLcdVVAltitudeRangeSliderJPanel automatically with the new
bounds ( min/max altitude ) of the ILcdVVModel of the
TLcdVVJPanel . |
TLcdDefaultVVGridLineOrdinateProvider |
This class is a default implementation of
ILcdVVGridLineOrdinateProvider . |
TLcdDefaultVVGridRenderer |
This class is a default implementation of
ILcdVVGridRenderer . |
TLcdDefaultVVRenderer |
This class is a default implementation of
ILcdVVRenderer . |
TLcdDefaultVVRendererJ2D |
This class is a default implementation of
ILcdVVRenderer . |
TLcdVVAltitudeRangeSliderJPanel |
This class is an extension of the JPanel that adapts the top (or bottom)
offset of a TLcdVVJPanel by use of the
TLcdRangeSliderModel |
TLcdVVCursorChangeEvent |
This event is thrown by a
TLcdVVJPanel when its cursor's position has
changed. |
TLcdVVGridLineOrdinateProviderRVSM |
Provides grid-line information based on the Reduced Vertical Separation Minimum (RVSM).
|
TLcdVVJPanel |
This
JPanel allows to display one vertical profile (for example
a 3D polyline of lon/lat/height points) and a number of sub-profiles
that are associated to the main profile. |
TLcdVVLeftRightOffsetRangeSliderJPanel |
This JPanel will make it possible to set the left and right offset on a
TLcdVVJPanel.
|
TLcdVVStartEndIndexJSlider |
This class is used to interact with a
TLcdVVJPanel to update the
starting and the ending point. |
TLcdVVWithControllersJPanel |
Convenience JPanel that combines a vertical view with a set of controllers.
|