Uses of Interface
com.luciad.view.gxy.painter.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
Modifier and TypeClassDescriptionclass
This painter extendsTLcdGXYPointListPainter
, but paints an icon if the point list contains only a single point.class
This extension ofTLcdGXYShapeListPainter
paintsILcdShapeList
objects whose shapes are themselvesILcdPointList
implementations. -
Uses of ILcdGXYPathPainter in com.luciad.format.magneticnorth.gxy
Modifier and TypeClassDescriptionclass
Painter for layers containing aILcdMagneticNorthModel
. -
Uses of ILcdGXYPathPainter in com.luciad.format.pol
-
Uses of ILcdGXYPathPainter in com.luciad.format.vpf
Modifier and TypeClassDescriptionclass
ExtendsTLcdGXYPointListPainter
and adds functionality for painting VPF domain objects using GeoSym symbology. -
Uses of ILcdGXYPathPainter in com.luciad.view.gxy
Modifier and TypeClassDescriptionclass
A painter and editor for all supported shape types. -
Uses of ILcdGXYPathPainter in com.luciad.view.gxy.painter
Modifier and TypeClassDescriptionclass
Paints and locatesILcdArcBand
objects and enables visual editing ofILcd2DEditableArcBand
objects in anILcdGXYView
.class
Paints and locatesILcdArc
objects and enables visual editing ofILcd2DEditableArc
objects in anILcdGXYView
.class
Deprecated.class
Paints and locatesILcdBounds
objects and enables visual editing ofILcd2DEditableBounds
objects in anILcdGXYView
.class
Paints and locatesILcdCircleBy3Points
objects and enables visual editing ofILcd2DEditableCircleBy3Points
objects in anILcdGXYView
.class
Paints and locatesILcdCircle
objects and enables visual editing ofILcd2DEditableCircle
objects in anILcdGXYView
.class
Paints and locatesILcdCircularArcBy3Points
,ILcdCircularArcByBulge
andILcdCircularArcByCenterPoint
objects and enables visual editing ofILcd2DEditableCircularArcBy3Points
,ILcd2DEditableCircularArcByBulge
andILcd2DEditableCircularArcByCenterPoint
objects in anILcdGXYView
.class
Paints and locatesILcdCompositeCurve
objects and enables visual editing ofILcdCompositeCurve
objects in anILcdGXYView
.class
Paints and locates composite ring objects, i.e. objects that are of typeILcdCompositeCurve
andILcdRing
, and enables visual editing of editable composite ring objects, i.e. objects that are of typeILcdEditableCompositeCurve
andILcdRing
, in anILcdGXYView
.class
Paints and locatesILcdEllipse
objects and enables visual editing ofILcd2DEditableEllipse
objects in anILcdGXYView
.class
Paints and locatesILcdPointList
objects (includingILcdComplexPolygon
) and enables visual editing ofILcd2DEditablePointList
objects in anILcdGXYView
.class
Deprecated.useTLcdGXYShapeListPainter
instead.class
Deprecated.useTLcdGXYShapeListPainter
instead.class
Paints and edits rounded polylines and polygons.class
Paints and locatesILcdShapeList
objects and enables visual editing ofILcdShapeList
objects in anILcdGXYView
.class
Paints and locatesILcdSurface
objects and enables visual editing ofILcdSurface
objects in anILcdGXYView
.Modifier 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.Modifier and TypeMethodDescriptionvoid
TLcdGXYCompositeCurvePainter.setCurveGXYPainterProvider
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider) Sets the painter provider used to provide a painter for each shape inside the composite curve.void
TLcdGXYCompositeRingPainter.setCurveGXYPainterProvider
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider) Sets the painter provider used to provide a painter for each shape inside the composite ring.void
TLcdGXYSurfacePainter.setRingGXYPainterProvider
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider) Sets the painter provider used to provide a painter for the exterior and interior rings.ModifierConstructorDescriptionTLcdGXYCompositeCurvePainter
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider, ILcdGXYEditorProvider aCurveGXYEditorProvider) Constructs a defaultTLcdGXYCompositeCurvePainter
with the specified painter and editor, and sets the display name to "CompositeCurve".TLcdGXYCompositeCurvePainter
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider, ILcdGXYEditorProvider aCurveGXYEditorProvider, ILcdCurveConnectorProvider aCurveConnectorProvider) Constructs a defaultTLcdGXYCompositeCurvePainter
with the specified painter, editor and connector provider, and sets the display name to "CompositeCurve".TLcdGXYCompositeRingPainter
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider, ILcdGXYEditorProvider aCurveGXYEditorProvider) Constructs a defaultTLcdGXYCompositeRingPainter
with the specified painter and editor, and sets the display name to "CompositeRing".TLcdGXYCompositeRingPainter
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider, ILcdGXYEditorProvider aCurveGXYEditorProvider, ILcdCurveConnectorProvider aCurveConnectorProvider) Constructs a defaultTLcdGXYCompositeRingPainter
with the specified painter, editor and connector provider, and sets the display name to "CompositeRing".TLcdGXYSurfacePainter
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aRingGXYPainterProvider) Constructs a defaultTLcdGXYSurfacePainter
with the specified painter, and sets the display name to "Surface".TLcdGXYSurfacePainter
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aRingGXYPainterProvider, ILcdCurveConnectorProvider aCurveConnectorProvider) Constructs a defaultTLcdGXYSurfacePainter
with the specified painter and connector provider, and sets the display name to "Surface".
TLcdGXYShapeListPainter
instead.