Uses of Interface
com.luciad.view.gxy.painter.ILcdGXYPathPainter
Packages that use ILcdGXYPathPainter
Package
Description
Painters for 2D views in the context of AIS.
Classes to visualize a magnetic north chart and a controller to rotate the magnetic north to the top.
Handles the POL format.
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
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 ILcdGXYPathPainter in com.luciad.ais.view.gxy.painter
Classes in com.luciad.ais.view.gxy.painter that implement ILcdGXYPathPainterModifier and TypeClassDescriptionclassThis painter extendsTLcdGXYPointListPainter, but paints an icon if the point list contains only a single point.classThis extension ofTLcdGXYShapeListPainterpaintsILcdShapeListobjects whose shapes are themselvesILcdPointListimplementations. -
Uses of ILcdGXYPathPainter in com.luciad.format.magneticnorth.gxy
Classes in com.luciad.format.magneticnorth.gxy that implement ILcdGXYPathPainterModifier and TypeClassDescriptionclassPainter for layers containing aILcdMagneticNorthModel. -
Uses of ILcdGXYPathPainter in com.luciad.format.pol
Classes in com.luciad.format.pol that implement ILcdGXYPathPainter -
Uses of ILcdGXYPathPainter in com.luciad.format.vpf
Classes in com.luciad.format.vpf that implement ILcdGXYPathPainterModifier and TypeClassDescriptionclassExtendsTLcdGXYPointListPainterand adds functionality for painting VPF domain objects using GeoSym symbology. -
Uses of ILcdGXYPathPainter in com.luciad.view.gxy
Classes in com.luciad.view.gxy that implement ILcdGXYPathPainterModifier and TypeClassDescriptionclassA painter and editor for all supported shape types. -
Uses of ILcdGXYPathPainter in com.luciad.view.gxy.painter
Classes in com.luciad.view.gxy.painter that implement ILcdGXYPathPainterModifier and TypeClassDescriptionclassPaints and locatesILcdArcBandobjects and enables visual editing ofILcd2DEditableArcBandobjects in anILcdGXYView.classPaints and locatesILcdArcobjects and enables visual editing ofILcd2DEditableArcobjects in anILcdGXYView.classDeprecated.classPaints and locatesILcdBoundsobjects and enables visual editing ofILcd2DEditableBoundsobjects in anILcdGXYView.classPaints and locatesILcdCircleBy3Pointsobjects and enables visual editing ofILcd2DEditableCircleBy3Pointsobjects in anILcdGXYView.classPaints and locatesILcdCircleobjects and enables visual editing ofILcd2DEditableCircleobjects in anILcdGXYView.classPaints and locatesILcdCircularArcBy3Points,ILcdCircularArcByBulgeandILcdCircularArcByCenterPointobjects and enables visual editing ofILcd2DEditableCircularArcBy3Points,ILcd2DEditableCircularArcByBulgeandILcd2DEditableCircularArcByCenterPointobjects in anILcdGXYView.classPaints and locatesILcdCompositeCurveobjects and enables visual editing ofILcdCompositeCurveobjects in anILcdGXYView.classPaints and locates composite ring objects, i.e. objects that are of typeILcdCompositeCurveandILcdRing, and enables visual editing of editable composite ring objects, i.e. objects that are of typeILcdEditableCompositeCurveandILcdRing, in anILcdGXYView.classPaints and locatesILcdEllipseobjects and enables visual editing ofILcd2DEditableEllipseobjects in anILcdGXYView.classPaints and locatesILcdPointListobjects (includingILcdComplexPolygon) and enables visual editing ofILcd2DEditablePointListobjects in anILcdGXYView.classDeprecated.useTLcdGXYShapeListPainterinstead.classDeprecated.useTLcdGXYShapeListPainterinstead.classPaints and edits rounded polylines and polygons.classPaints and locatesILcdShapeListobjects and enables visual editing ofILcdShapeListobjects in anILcdGXYView.classPaints and locatesILcdSurfaceobjects and enables visual editing ofILcdSurfaceobjects in anILcdGXYView.Methods in com.luciad.view.gxy.painter that return types with arguments of type ILcdGXYPathPainterModifier and TypeMethodDescriptionTLcdGXYCompositeCurvePainter.getCurveGXYPainterProvider()Returns the painter provider used to provide a painter for each shape inside the composite curve.TLcdGXYCompositeRingPainter.getCurveGXYPainterProvider()Returns the painter provider used to provide a painter for each shape inside the composite ring.TLcdGXYSurfacePainter.getRingGXYPainterProvider()Returns the painter provider used to provide a painter for the exterior and interior rings.Method parameters in com.luciad.view.gxy.painter with type arguments of type ILcdGXYPathPainterModifier and TypeMethodDescriptionvoidTLcdGXYCompositeCurvePainter.setCurveGXYPainterProvider(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider) Sets the painter provider used to provide a painter for each shape inside the composite curve.voidTLcdGXYCompositeRingPainter.setCurveGXYPainterProvider(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider) Sets the painter provider used to provide a painter for each shape inside the composite ring.voidTLcdGXYSurfacePainter.setRingGXYPainterProvider(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider) Sets the painter provider used to provide a painter for the exterior and interior rings.Constructor parameters in com.luciad.view.gxy.painter with type arguments of type ILcdGXYPathPainterModifierConstructorDescriptionTLcdGXYCompositeCurvePainter(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider, ILcdGXYEditorProvider aCurveGXYEditorProvider) Constructs a defaultTLcdGXYCompositeCurvePainterwith the specified painter and editor, and sets the display name to "CompositeCurve".TLcdGXYCompositeCurvePainter(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider, ILcdGXYEditorProvider aCurveGXYEditorProvider, ILcdCurveConnectorProvider aCurveConnectorProvider) Constructs a defaultTLcdGXYCompositeCurvePainterwith the specified painter, editor and connector provider, and sets the display name to "CompositeCurve".TLcdGXYCompositeRingPainter(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider, ILcdGXYEditorProvider aCurveGXYEditorProvider) Constructs a defaultTLcdGXYCompositeRingPainterwith the specified painter and editor, and sets the display name to "CompositeRing".TLcdGXYCompositeRingPainter(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider, ILcdGXYEditorProvider aCurveGXYEditorProvider, ILcdCurveConnectorProvider aCurveConnectorProvider) Constructs a defaultTLcdGXYCompositeRingPainterwith the specified painter, editor and connector provider, and sets the display name to "CompositeRing".TLcdGXYSurfacePainter(ILcdGXYPainterProvider<ILcdGXYPathPainter> aRingGXYPainterProvider) Constructs a defaultTLcdGXYSurfacePainterwith the specified painter, and sets the display name to "Surface".TLcdGXYSurfacePainter(ILcdGXYPainterProvider<ILcdGXYPathPainter> aRingGXYPainterProvider, ILcdCurveConnectorProvider aCurveConnectorProvider) Constructs a defaultTLcdGXYSurfacePainterwith the specified painter and connector provider, and sets the display name to "Surface".
TLcdGXYShapeListPainterinstead.