Uses of Interface
com.luciad.view.gxy.ILcdGXYMultiLabelPainter
Packages that use ILcdGXYMultiLabelPainter
Package
Description
Representation aspects of ICAO symbols for AIS.
Everything related to views in a 2D world in the context of AIS.
This package contains the class
TLcdAIXM51GXYPainterEditorProvider, which can be used as a
(label) painter provider and (label) editor provider to visualize and/or edit AIXM 5.1 data.Classes to visualize a magnetic north chart and a controller to rotate the magnetic north to the top.
Conversion of SLD Feature Type Style model into ILcdGXYPainter/ILcdGXYLabelPainter implementations which can be used
in an ILcdGXYView.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
-
Uses of ILcdGXYMultiLabelPainter in com.luciad.ais.symbology.icao
Classes in com.luciad.ais.symbology.icao that implement ILcdGXYMultiLabelPainterModifier and TypeClassDescriptionclassThis label painter paints detailed airspace labels according to the ICAO guidelines for aeronautical charts.classThis label painter paints the airspace operations type, the airspace name and (for Control Areas) the class of airspace along the airspace border.classThis class contains all the logic needed to paint area minimum altitude labels.classThis extension ofTLcdICAONavaidLabelPainterpaints DME labels.classThis class contains all the logic needed to paint navaid labels.classThis extension ofTLcdICAONavaidLabelPainterpaints NDB labels.classThis extension ofTLcdICAONavaidLabelPainterpaints TACAN labels.classThis extension ofTLcdICAONavaidLabelPainterpaints VOR labels. -
Uses of ILcdGXYMultiLabelPainter in com.luciad.ais.view.gxy
Classes in com.luciad.ais.view.gxy that implement ILcdGXYMultiLabelPainterModifier and TypeClassDescriptionclassThis extension of theTLcdGXYPolylineLabelPainterclass paints a label alongside the longest segment of a given polyline.classA label painter for procedure trajectory legs. -
Uses of ILcdGXYMultiLabelPainter in com.luciad.format.aixm51.view.gxy
Classes in com.luciad.format.aixm51.view.gxy that implement ILcdGXYMultiLabelPainterModifier and TypeClassDescriptionclassATLcdGXYStampLabelPainterwhich draws an 'ICAO Annex 4'-compliant label for AIXM 5.1 Airspace features.classATLcdGXYStampLabelPainterthat draws an 'ICAO Annex 4'-compliant label for AIXM 5.1 Navaid features.classExtension ofTLcdGXYLabelPainterfor AIXM 5.1 features that uses XPath expressions to retrieve the label content. -
Uses of ILcdGXYMultiLabelPainter in com.luciad.format.magneticnorth.gxy
Classes in com.luciad.format.magneticnorth.gxy that implement ILcdGXYMultiLabelPainterModifier and TypeClassDescriptionclassAILcdGXYLabelPainterimplementation for objects in aILcdMagneticNorthModel. -
Uses of ILcdGXYMultiLabelPainter in com.luciad.ogc.sld.view.gxy
Classes in com.luciad.ogc.sld.view.gxy that implement ILcdGXYMultiLabelPainterModifier and TypeClassDescriptionclassAnALcdSLDFeatureTypeStylePainterthat checks whether the scale of the view it is painting is valid for the object set to it, delegates to its rule painters for objects that are accepted by the rule painters for all of itsILcdGXYPainterfunctionalities (paint, isTouched, boundsSFCT, ...), delegates to its rule painters for objects that are accepted by the rule painters for all of itsILcdGXYLabelPainterfunctionalities (paintLabel, labelBoundsSFCT, ...).classA painter that handles painting of all the objects that comply to a given rule. -
Uses of ILcdGXYMultiLabelPainter in com.luciad.view.gxy
Subinterfaces of ILcdGXYMultiLabelPainter in com.luciad.view.gxyModifier and TypeInterfaceDescriptioninterfaceExtension ofILcdGXYMultiLabelPainterthat allows free label placement next to the discrete label placement offered by the super interface.Classes in com.luciad.view.gxy that implement ILcdGXYMultiLabelPainterModifier and TypeClassDescriptionclassThis class implements some of the functionality common to mostILcdGXYLabelPainter2s.classThis label painter paints curved text strings along a path.classExtension ofTLcdGXYLabelPainterthat retrieves the label content through theILcdDataObjectinterface instead of usingobject.toString().classExtension ofTLcdGXYPolygonLabelPainterthat retrieves the label content through theILcdDataObjectinterface instead of usingobject.toString().classExtension ofTLcdGXYPolylineLabelPainterthat retrieves the label content through theILcdDataObjectinterface instead of usingobject.toString().classExtension ofTLcdGXYLabelPainterthat retrieves the label content through theILcdFeaturedinterface instead of usingobject.toString().classExtension ofTLcdGXYPolygonLabelPainterthat retrieves the label content through theILcdFeaturedinterface instead of usingobject.toString().classExtension ofTLcdGXYPolylineLabelPainterthat retrieves the label content through theILcdFeaturedinterface instead of usingobject.toString().classA label painter that adds halo effects to labels.classAn extension ofTLcdGXYHaloLabelPainterthat supportsILcdGXYLabelPainter2.classTLcdGXYLabelPainteris an implementation ofILcdGXYLabelPainter2that paints textual labels.classTLcdGXYMultiFontLabelPainteris an implementation ofILcdGXYLabelPainter2that paints textual labels using multiple fonts or colors.classTLcdGXYPolygonStampLabelPainterthat displays the polygon's toString() method as a text label.classPolygon label painter and label editor that positions the center of labels inside the polygon.classTLcdGXYPolylineStampLabelPainterthat displays a point list's toString() method as a text label.classPoint list label painter and label editor that positions labels on or along line segments.classThis implementation ofILcdGXYLabelPainter2delegates the actual painting to aALcdGXYLabelStamp. -
Uses of ILcdGXYMultiLabelPainter in com.luciad.view.gxy.painter
Classes in com.luciad.view.gxy.painter that implement ILcdGXYMultiLabelPainterModifier and TypeClassDescriptionclassThis label painter composes a list ofILcdGXYLabelPainters into 1 label painter.classThis label painter adapts anILcdGXYPainterinto anILcdGXYLabelPainter2.classWrapper for anILcdGXYPainterthat paints objects at a certain offset.