Uses of Class
com.luciad.view.gxy.painter.TLcdGXYPointListPainter
Packages that use TLcdGXYPointListPainter
Package
Description
Painters for 2D views in the context of AIS.
Provides 2D visualization support for
ILcdEarthTileSet
s.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 TLcdGXYPointListPainter in com.luciad.ais.view.gxy.painter
Subclasses of TLcdGXYPointListPainter in com.luciad.ais.view.gxy.painterModifier and TypeClassDescriptionclass
This painter extendsTLcdGXYPointListPainter
, but paints an icon if the point list contains only a single point. -
Uses of TLcdGXYPointListPainter in com.luciad.earth.view.gxy
Methods in com.luciad.earth.view.gxy that return TLcdGXYPointListPainterModifier and TypeMethodDescriptionTLcdEarthGXYVertexArrayPainter.getLinePainter()
TLcdEarthGXYVertexArrayPainter.getTrianglePainter()
Methods in com.luciad.earth.view.gxy with parameters of type TLcdGXYPointListPainterModifier and TypeMethodDescriptionvoid
TLcdEarthGXYVertexArrayPainter.setLinePainter
(TLcdGXYPointListPainter aLinePainter) void
TLcdEarthGXYVertexArrayPainter.setTrianglePainter
(TLcdGXYPointListPainter aTrianglePainter) Constructors in com.luciad.earth.view.gxy with parameters of type TLcdGXYPointListPainterModifierConstructorDescriptionTLcdEarthGXYVertexArrayPainter
(TLcdGXYPointListPainter aLinePainter, TLcdGXYPointListPainter aTrianglePainter) Creates a 2D painter for vertex array's that uses the given painters for drawing the lines and triangles. -
Uses of TLcdGXYPointListPainter in com.luciad.format.magneticnorth.gxy
Subclasses of TLcdGXYPointListPainter in com.luciad.format.magneticnorth.gxyModifier and TypeClassDescriptionclass
Painter for layers containing aILcdMagneticNorthModel
. -
Uses of TLcdGXYPointListPainter in com.luciad.format.pol
Subclasses of TLcdGXYPointListPainter in com.luciad.format.pol -
Uses of TLcdGXYPointListPainter in com.luciad.format.vpf
Subclasses of TLcdGXYPointListPainter in com.luciad.format.vpfModifier and TypeClassDescriptionclass
ExtendsTLcdGXYPointListPainter
and adds functionality for painting VPF domain objects using GeoSym symbology. -
Uses of TLcdGXYPointListPainter in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return TLcdGXYPointListPainterModifier and TypeMethodDescriptionprotected TLcdGXYPointListPainter
TLcdFeaturedPolygonGXYLayerCodec.createGXYPointListPainter()
This factory method creates a new, uninitializedTLcdGXYPointListPainter
.protected TLcdGXYPointListPainter
TLcdFeaturedPolylineGXYLayerCodec.createGXYPointListPainter()
This factory method creates a new, uninitializedTLcdGXYPointListPainter
. -
Uses of TLcdGXYPointListPainter in com.luciad.view.gxy.painter
Subclasses of TLcdGXYPointListPainter in com.luciad.view.gxy.painterModifier and TypeClassDescriptionclass
Paints and edits rounded polylines and polygons.