Uses of Class
com.luciad.view.gxy.TLcdGXYPolylineLabelPainter
Package
Description
Representation aspects of ICAO symbols for AIS.
Everything related to views in a 2D world in the context of AIS.
Classes to visualize a magnetic north chart and a controller to rotate the magnetic north to the top.
Provides two-dimensional views and components supporting the visualization of the former's representation.
-
Uses of TLcdGXYPolylineLabelPainter in com.luciad.ais.symbology.icao
Modifier and TypeClassDescriptionclass
This label painter paints the airspace operations type, the airspace name and (for Control Areas) the class of airspace along the airspace border. -
Uses of TLcdGXYPolylineLabelPainter in com.luciad.ais.view.gxy
Modifier and TypeClassDescriptionclass
This extension of theTLcdGXYPolylineLabelPainter
class paints a label alongside the longest segment of a given polyline. -
Uses of TLcdGXYPolylineLabelPainter in com.luciad.format.magneticnorth.gxy
Modifier and TypeClassDescriptionclass
AILcdGXYLabelPainter
implementation for objects in aILcdMagneticNorthModel
. -
Uses of TLcdGXYPolylineLabelPainter in com.luciad.view.gxy
Modifier and TypeClassDescriptionclass
Extension ofTLcdGXYPolylineLabelPainter
that retrieves the label content through theILcdDataObject
interface instead of usingobject.toString()
.class
Extension ofTLcdGXYPolylineLabelPainter
that retrieves the label content through theILcdFeatured
interface instead of usingobject.toString()
.ModifierConstructorDescriptionTLcdGXYPolylineLabelPainter
(TLcdGXYPolylineLabelPainter aGXYLabelPainter)