Uses of Interface
com.luciad.view.gxy.ILcdGXYPainter
Packages that use ILcdGXYPainter
Package
Description
Representation aspects of ICAO symbols for AIS.
Painters for 2D views in the context of AIS.
Provides 2D visualization support for
ILcdEarthTileSets.
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.Contains a painter provider for painting CGM shapes on a 2D view.
Provides painters for typical database objects.
Contains a painter provider for painting DGN shapes on a 2D view.
Contains a painter provider for painting DWG shapes on a 2D view.
Contains painters and icons for visualizing GRIB data.
This package provides classes for visualizing KML data on 2D maps.
Classes to visualize a magnetic north chart and a controller to rotate the magnetic north to the top.
Contains a painter provider and a label painter provider for painting MIF
shapes on a 2D view.
This package contains a painter provider to visualize NetCDF models.
Provides API for visualizing NVG data in an
ILcdGXYView.Handles the POL format.
Provides representations, decoders, and encoders for rasters.
Contains a painter provider for painting S-57 geometries on a 2D view,
using the S-52 standard.
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
Contains class for visualization of VPF data.
Provides support for visualizing vector data from a LuciadFusion Tile Store in a 2D view.
Provides the add-ons to support various data formats in Lucy; both data formats that ship
with LuciadLightspeed Essential as well as data formats that ship with additional LuciadLightspeed components.
Provides the addon that allows to draw trajectories on the map and to replay tracks along those
trajectories.
Conversion of SLD Feature Type Style model into ILcdGXYPainter/ILcdGXYLabelPainter implementations which can be used
in an ILcdGXYView.
Representation aspects of APP-6A symbols in xy space.
Painters for the APP-6A symbols that are not icons.
Representation aspects of MIL-STD 2525 military symbols in xy space.
Painters for the MIL-STD 2525 military symbols that are not icons.
The hypsometry package provides support for computing and rendering slopes,
orientations, azimuths, and other parameters derived from elevations.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Provides layer-specific asynchronous painting.
Controllers for 2D views.
Touch controllers for the 2D view.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
Utilities for making maps.
Provides GXY visualization support
for the Military Grid Reference System (MGRS).
Classes to work with rectangular axis aligned grids consisting of multiple uniform levels, called multilevel grids.
Painters for maps.
Contains a layer factory for models that contain an
ALcdWMSProxy
object.This package contains a painter that visualizes
ALcdWMSProxy
instances in a GXY view using a tiled approach.-
Uses of ILcdGXYPainter in com.luciad.ais.symbology.icao
Classes in com.luciad.ais.symbology.icao that implement ILcdGXYPainterModifier and TypeClassDescriptionclassThis painter paintsILcdGenericAirspaceobjects according to the ICAO guidelines for aeronautical charts.classThis painter paintsILcdRunwayobjects according to the ICAO guidelines for aeronautical charts.Methods in com.luciad.ais.symbology.icao that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcdICAORunwayPainter.getGXYPainter(Object aObject) Returns a painter forILcdRunwayobjects. -
Uses of ILcdGXYPainter in com.luciad.ais.view.gxy.painter
Classes in com.luciad.ais.view.gxy.painter that implement ILcdGXYPainterModifier and TypeClassDescriptionclassThis extension ofTLcdGXYIconPainteroverrides the standard approach of always using the same icon.classThis painter extendsTLcdGXYPointListPainter, but paints an icon if the point list contains only a single point.classThis painter is used for paintingILcdILSobjects.classA painter forTLcdProcedureTrajectoryobjects.classThis painter is used for refueling tracks (ILcdRefuelingTrackand refueling air spacesILcdRefuelingAirspace).classThis extension ofTLcdGXYShapeListPainterpaintsILcdShapeListobjects whose shapes are themselvesILcdPointListimplementations.Methods in com.luciad.ais.view.gxy.painter that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcdGXYILSPainter.getDMEPainter()Returns the painter that is used to paint DMEs.TLcdGXYILSPainter.getGlidePathPainter()Returns the painter that is used to paint glide paths.TLcdGXYRoutePainter.getGXYPainter(Object aObject) TLcdGXYILSPainter.getLocalizerPainter()Returns the painter that is used to paint localizers.TLcdGXYILSPainter.getMarkerPainter()Returns the painter that is used to paint markers.TLcdGXYAISPointListPainter.getPointPainter()Returns the painter that will be used to paint pointLists consisting of only one point.TLcdGXYRoutePainter.getPointPainter()Returns the painter used to paint icons on the points of a route.Methods in com.luciad.ais.view.gxy.painter with parameters of type ILcdGXYPainterModifier and TypeMethodDescriptionvoidTLcdGXYILSPainter.setDMEPainter(ILcdGXYPainter aPainter) Specifies a painter that is able to paint DMEs.voidTLcdGXYILSPainter.setGlidePathPainter(ILcdGXYPainter aPainter) Specifies a painter that is able to paint glide paths.voidTLcdGXYILSPainter.setLocalizerPainter(ILcdGXYPainter aPainter) Specifies a painter that is able to paint localizers.voidTLcdGXYILSPainter.setMarkerPainter(ILcdGXYPainter aPainter) Specifies a painter that is able to paintILcdMarkerobjects.voidTLcdGXYAISPointListPainter.setPointPainter(ILcdGXYPainter aPointPainter) Specifies a painter that is able to paint instances of implementations of theILcdPointand theILcdShapeinterface.voidTLcdGXYRoutePainter.setPointPainter(ILcdGXYPainter aPainter) Sets the painter used to paint icons on the points of a route.Constructors in com.luciad.ais.view.gxy.painter with parameters of type ILcdGXYPainterModifierConstructorDescriptionTLcdGXYILSPainter(ILcdGXYPainter aGlidePathPainter, ILcdGXYPainter aLocalizerPainter, ILcdGXYPainter aMarkerPainter, ILcdGXYPainter aDMEPainter) Constructs a newTLcdGXYILSPainterobject. -
Uses of ILcdGXYPainter in com.luciad.earth.view.gxy
Classes in com.luciad.earth.view.gxy that implement ILcdGXYPainterModifier and TypeClassDescriptionclassA base class for paintingILcdEarthTileSets in anILcdGXYView.classThisILcdGXYPaintercan paint the elevation data ofILcdEarthTileSetinstances in a 2D view.classThisILcdGXYPaintercan paint the multi-valued raster data ofILcdEarthTileSetinstances in a 2D view.classThisILcdGXYPaintercan paint the raster data ofILcdEarthTileSetinstances in a 2D view.classThisILcdGXYPaintercan paint the scalar data ofILcdEarthTileSetinstances in a 2D view.classThisILcdGXYPaintercan paint the vector data ofILcdEarthTileSetinstances in a 2D view.classA 2D painter forTLcdEarthIndexedVertexArray's.Methods in com.luciad.earth.view.gxy that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcdEarthGXYVertexArrayPainter.getGXYPainter(Object o) TLcdEarthGXYVectorPainter.getTileDataPainter()Returns the current gxy painter for the tile data.Methods in com.luciad.earth.view.gxy with parameters of type ILcdGXYPainterModifier and TypeMethodDescriptionvoidTLcdEarthGXYVectorPainter.setTileDataPainter(ILcdGXYPainter aDelegate) Sets the gxy painter for the tile data.Constructors in com.luciad.earth.view.gxy with parameters of type ILcdGXYPainterModifierConstructorDescriptionTLcdEarthGXYVectorPainter(ILcdGXYPainter aTileDataPainter) Creates a new 2D Painter that delegates painting of the tile data to the given painter.TLcdEarthGXYVectorPainter(ILcdGXYPainter aTileDataPainter, ILcdEarthGXYLodSelectionStrategy aLodStrategy) Creates a new 2D Painter that delegates painting of the tile data to the given painter.TLcdEarthGXYVectorPainter(ILcdGXYPainter aTileDataPainter, ILcdEarthGXYLodSelectionStrategy aLodStrategy, int aCacheSize) Creates a new 2D Painter with the specified cache size, which delegates painting of the tile data to the given painter. -
Uses of ILcdGXYPainter in com.luciad.format.aixm51.view.gxy
Methods in com.luciad.format.aixm51.view.gxy that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcdAIXM51GXYPainterEditorProvider.getGXYPainter(Object aObject) Provides a painter for each feature type supported by this class, and its corresponding timeslice type. -
Uses of ILcdGXYPainter in com.luciad.format.cgm.gxy
Methods in com.luciad.format.cgm.gxy that return ILcdGXYPainter -
Uses of ILcdGXYPainter in com.luciad.format.database.gxy
Methods in com.luciad.format.database.gxy that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcdDatabaseGXYPainterProvider.getGXYPainter(Object aObject) Deprecated. -
Uses of ILcdGXYPainter in com.luciad.format.dgn.gxy
Classes in com.luciad.format.dgn.gxy that implement ILcdGXYPainterModifier and TypeClassDescriptionclassThis is an implementation ofILcdGXYPainterthat accepts aTLcdDGNCellfor painting on anILcdGXYView.classThis is an implementation ofILcdGXYPainterthat accepts aTLcdDGNComplexShapefor painting on anILcdGXYView.classDeprecated.Methods in com.luciad.format.dgn.gxy that return ILcdGXYPainter -
Uses of ILcdGXYPainter in com.luciad.format.dwg.gxy
Methods in com.luciad.format.dwg.gxy that return ILcdGXYPainter -
Uses of ILcdGXYPainter in com.luciad.format.grib.gxy
Classes in com.luciad.format.grib.gxy that implement ILcdGXYPainterModifier and TypeClassDescriptionclassDeprecated.The NetCDF decoder should be used to decode GRIB data.Methods in com.luciad.format.grib.gxy that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcdGRIBGXYPainterProvider.getGXYPainter(Object aObject) Deprecated. -
Uses of ILcdGXYPainter in com.luciad.format.kml22.view.gxy
Methods in com.luciad.format.kml22.view.gxy that return ILcdGXYPainter -
Uses of ILcdGXYPainter in com.luciad.format.magneticnorth.gxy
Classes in com.luciad.format.magneticnorth.gxy that implement ILcdGXYPainterModifier and TypeClassDescriptionclassPainter for layers containing aILcdMagneticNorthModel. -
Uses of ILcdGXYPainter in com.luciad.format.mif.gxy
Methods in com.luciad.format.mif.gxy that return ILcdGXYPainter -
Uses of ILcdGXYPainter in com.luciad.format.netcdf.gxy
Methods in com.luciad.format.netcdf.gxy that return ILcdGXYPainterModifier and TypeMethodDescriptionprotected ILcdGXYPainterTLcdNetCDFGXYPainterProvider.createImagePainter(ILcdModel aModel) Creates and configures an image painter for the given model.TLcdNetCDFGXYPainterProvider.getGXYPainter(Object aObject) Returns an image painter for the given object. -
Uses of ILcdGXYPainter in com.luciad.format.nvg.gxy
Methods in com.luciad.format.nvg.gxy that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcdNVGGXYPainterProvider.getGXYPainter(Object aObject) Finds anILcdGXYPainterthat can be used to paint or locate the object passed. -
Uses of ILcdGXYPainter in com.luciad.format.pol
Classes in com.luciad.format.pol that implement ILcdGXYPainter -
Uses of ILcdGXYPainter in com.luciad.format.raster
Subinterfaces of ILcdGXYPainter in com.luciad.format.rasterModifier and TypeInterfaceDescriptioninterfaceAnILcdRasterPainterprovides additional common methods overILcdGXYPainter, that are typically useful for painting rasters.Classes in com.luciad.format.raster that implement ILcdGXYPainterModifier and TypeClassDescriptionclassThis abstract class provides a basis for implementing theILcdRasterPainterinterface.classTLcdAllInMemoryRasterPainterimplements anILcdGXYPainterfor anILcdRaster.classImportant notice: the packagecom.luciad.imagingpresents a new API for the modeling of raster data.classThisILcdGXYPainterpaintsILcdMultivaluedRasterobjects from models that have aTLcdMultivaluedRasterModelDescriptor.classThisILcdGXYPaintercan paintILcdMultilevelRasterinstances, applying only a scaling transformation.classThisILcdGXYPaintercan paintILcdRasterinstances, applying only a scaling transformation.classImportant notice: the packagecom.luciad.imagingpresents a new API for the modeling of raster data.classThis ILcdRasterPainter paints multilevel elevation rasters as translucent rasters with dark or light shading based on the position of the sun.classThis ILcdRasterPainter paints elevation rasters as translucent rasters with dark or light shading based on the position of the sun.classThisILcdGXYPaintercan paintILcdMultilevelRasterinstances, warping them between different coordinate systems as required.classThisILcdGXYPaintercan paintILcdRasterinstances, warping them between different coordinate systems as required.Methods in com.luciad.format.raster that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcdMultilevelRasterPainter.getGXYPainter(Object aObject) TLcdNoWarpMultilevelRasterPainter.getGXYPainter(Object aObject) TLcdNoWarpRasterPainter.getGXYPainter(Object aObject) TLcdRasterPainter.getGXYPainter(Object aObject) TLcdShadedMultilevelRasterPainter.getGXYPainter(Object aObject) TLcdShadedRasterPainter.getGXYPainter(Object aObject) TLcdWarpMultilevelRasterPainter.getGXYPainter(Object aObject) TLcdWarpRasterPainter.getGXYPainter(Object aObject) -
Uses of ILcdGXYPainter in com.luciad.format.s52.gxy
Methods in com.luciad.format.s52.gxy that return ILcdGXYPainter -
Uses of ILcdGXYPainter in com.luciad.format.vpf
Classes in com.luciad.format.vpf that implement ILcdGXYPainterModifier and TypeClassDescriptionclassExtendsTLcdGXYPointListPainterand adds functionality for painting VPF domain objects using GeoSym symbology.classExtendsTLcdGXYIconPainterand adds functionality for painting VPF domain objects using GeoSym symbology.Methods in com.luciad.format.vpf that return ILcdGXYPainterModifier and TypeMethodDescriptionstatic ILcdGXYPainterTLcdVPFDatabaseTree.createDefaultGXYPainter(int aFeatureClassType) Deprecated. -
Uses of ILcdGXYPainter in com.luciad.format.vpf.gxy
Methods in com.luciad.format.vpf.gxy that return ILcdGXYPainter -
Uses of ILcdGXYPainter in com.luciad.fusion.client.view.gxy
Methods in com.luciad.fusion.client.view.gxy that return ILcdGXYPainterModifier and TypeMethodDescriptionTLfnVectorGXYPainterProvider.getGXYPainter(Object aObject) Deprecated. -
Uses of ILcdGXYPainter in com.luciad.lucy.addons.decoders
Methods in com.luciad.lucy.addons.decoders that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcyGMLPainterProvider.getGXYPainter(Object aObject) TLcySVGPainterProvider.getGXYPainter(Object aObject) -
Uses of ILcdGXYPainter in com.luciad.lucy.addons.pim
Methods in com.luciad.lucy.addons.pim that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcyPIMPreviewUnitPainterProvider.getGXYPainter(Object aObject) -
Uses of ILcdGXYPainter in com.luciad.ogc.sld.view.gxy
Classes in com.luciad.ogc.sld.view.gxy that implement ILcdGXYPainterModifier and TypeClassDescriptionclassAbstract class that contains the information to implement a painter for objects that should be rendered according to a feature type style.classAbstract class that contains the information to implement a painter for objects that comply to a rule.classAnALcdSLDFeatureTypeStylePainterthat 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.Methods in com.luciad.ogc.sld.view.gxy that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcdSLDFeatureTypeStylePainter.getGXYPainter(Object aObject) Always returns this as painter. -
Uses of ILcdGXYPainter in com.luciad.symbology.app6a.view.gxy
Methods in com.luciad.symbology.app6a.view.gxy with parameters of type ILcdGXYPainterModifier and TypeMethodDescriptionvoidILcdAPP6AStyle.anchorPointSFCT(Graphics aGraphics, int aMode, ILcdGXYContext aGXYContext, Point aPointSFCT, TLcdXYBounds aBounds, ILcdGXYPainter aGXYPainter) Deprecated.Correction of the anchor point of the label.voidTLcdDefaultAPP6AStyle.anchorPointSFCT(Graphics aGraphics, int aMode, ILcdGXYContext aGXYContext, Point aPointSFCT, TLcdXYBounds aBounds, ILcdGXYPainter aGXYPainter) Deprecated. -
Uses of ILcdGXYPainter in com.luciad.symbology.app6a.view.gxy.painter
Methods in com.luciad.symbology.app6a.view.gxy.painter that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcdAPP6AGXYPainterProvider.getGXYPainter(Object aObject) Returns a validILcdGXYPainterfor painting aObject. -
Uses of ILcdGXYPainter in com.luciad.symbology.milstd2525b.view.gxy
Methods in com.luciad.symbology.milstd2525b.view.gxy with parameters of type ILcdGXYPainterModifier and TypeMethodDescriptionvoidILcdMS2525bStyle.anchorPointSFCT(Graphics aGraphics, int aMode, ILcdGXYContext aGXYContext, Point aPointSFCT, TLcdXYBounds aBounds, ILcdGXYPainter aGXYPainter) Deprecated.Correction of the anchor point of the label.voidTLcdDefaultMS2525bStyle.anchorPointSFCT(Graphics aGraphics, int aMode, ILcdGXYContext aGXYContext, Point aPointSFCT, TLcdXYBounds aBounds, ILcdGXYPainter aGXYPainter) Deprecated. -
Uses of ILcdGXYPainter in com.luciad.symbology.milstd2525b.view.gxy.painter
Methods in com.luciad.symbology.milstd2525b.view.gxy.painter that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcdMS2525bGXYPainterProvider.getGXYPainter(Object aObject) Returns a validILcdGXYPainterfor painting aObject. -
Uses of ILcdGXYPainter in com.luciad.symbology.view.common
Methods in com.luciad.symbology.view.common with parameters of type ILcdGXYPainterModifier and TypeMethodDescriptionvoidTLcdMilitarySymbolStyle.anchorPointSFCT(Graphics aGraphics, int aMode, ILcdGXYContext aGXYContext, Point aPointSFCT, TLcdXYBounds aBounds, ILcdGXYPainter aGXYPainter) Correction of the anchor point of the label. -
Uses of ILcdGXYPainter in com.luciad.tea.hypsometry
Classes in com.luciad.tea.hypsometry that implement ILcdGXYPainterModifier and TypeClassDescriptionclassA painter for hypsometric results based on an earth tileset.classThis ILcdRasterPainter paints hypsometric versions of multilevel elevation rasters.classThis ILcdRasterPainter paints hypsometric versions of elevation rasters.Methods in com.luciad.tea.hypsometry that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcdHypsometricMultilevelRasterPainter.getGXYPainter(Object aObject) TLcdHypsometricRasterPainter.getGXYPainter(Object aObject) -
Uses of ILcdGXYPainter in com.luciad.view.gxy
Classes in com.luciad.view.gxy with type parameters of type ILcdGXYPainterModifier and TypeInterfaceDescriptioninterfaceILcdGXYPainterProvider<T extends ILcdGXYPainter>Provides anILcdGXYLayerwith anILcdGXYPainterto represent the objects in the layers model.Classes in com.luciad.view.gxy that implement ILcdGXYPainterModifier and TypeClassDescriptionclassALcdGXYPainteris an abstract class that can be used for implementing theILcdGXYPainterinterface.classDeprecated.The functionality offered by this class has been replaced with a properILcdGXYLabelEditor.classA painter and editor for all supported shape types.Methods in com.luciad.view.gxy that return ILcdGXYPainterModifier and TypeMethodDescriptionALcdGXYPainter.getGXYPainter(Object aObject) ILcdGXYLayer.getGXYPainter(Object aObject) Returns the painter to use to render the object in a view.TLcdGXYDensityLayer.getGXYPainter(Object aObject) final ILcdGXYPainterTLcdGXYEditableLabelPainter.getGXYPainter(Object aObject) Deprecated.TLcdGXYLayer.getGXYPainter(Object aObject) TLcdGXYLayerList.getGXYPainter(Object aObject) Deprecated.Finds a suitable painter for the given object by requesting the sublayers for a suitable painter.TLcdGXYPainterProvider.getGXYPainter(Object aObject) Returns the first foundILcdGXYPainterwhich has been registered with a Class that satisfyClass.isInstance(aObject).TLcdGXYShapePainter.getGXYPainter(Object aObject) Finds anILcdGXYPainterthat can be used to paint or locate the object passed.TLcdSingleGXYPainterProvider.getGXYPainter(Object aObject) TLcdGXYPainterProvider.getGXYPainters()Methods in com.luciad.view.gxy with parameters of type ILcdGXYPainterModifier and TypeMethodDescriptionvoidTLcdGXYPainterProvider.registerGXYPainterForClass(Class aDataClass, ILcdGXYPainter aGXYPainter) Registers anILcdGXYPainterto associate to a given Class ofObject.voidTLcdGXYPainterProvider.registerGXYPainterForClassName(String aDataClassName, ILcdGXYPainter aGXYPainter) Registers anILcdGXYPainterto associate to a given Class name ofObject.Constructors in com.luciad.view.gxy with parameters of type ILcdGXYPainterModifierConstructorDescriptionTLcdSingleGXYPainterProvider(ILcdGXYPainter aGXYPainter) Creates aILcdGXYPainterProviderimplementation that returns the given painter for every object. -
Uses of ILcdGXYPainter in com.luciad.view.gxy.asynchronous
Methods in com.luciad.view.gxy.asynchronous that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcdGXYAsynchronousLayerWrapper.getGXYPainter(Object aObject) Returns a clone of the wrapped layer's GXYPainter, or the painter itself if the associated paint queue is empty. -
Uses of ILcdGXYPainter in com.luciad.view.gxy.controller
Methods in com.luciad.view.gxy.controller with parameters of type ILcdGXYPainterModifier and TypeMethodDescriptionprotected voidTLcdGXYSelectController.addInSelection(Object aObject, ILcdGXYPainter aGXYPainter, ILcdGXYContext aGXYContext) Deprecated.This method is called in the selection process to add aObject in the selection.protected voidTLcdGXYSelectController.removeFromSelection(Object aObject, ILcdGXYPainter aGXYPainter, ILcdGXYContext aGXYContext) Deprecated.This method is called in the selection process to remove aObject from the selection. -
Uses of ILcdGXYPainter in com.luciad.view.gxy.controller.touch
Methods in com.luciad.view.gxy.controller.touch that return ILcdGXYPainterModifier and TypeMethodDescriptionprotected ILcdGXYPainterTLcdMapTouchRulerController.createGXYEqualDistanceCurvePainter()Creates the painter of the equal distance curve for the polylines used to measure the distances.protected ILcdGXYPainterTLcdMapTouchRulerController.createGXYPolylinePainter()Creates the painter for the polylines used to measure the distances. -
Uses of ILcdGXYPainter in com.luciad.view.gxy.painter
Subinterfaces of ILcdGXYPainter in com.luciad.view.gxy.painterModifier and TypeInterfaceDescriptioninterfacePainter that can discretize shapes intoILcdAWTPathandILcdGeneralPathinstances, enabling them to be used in more complex shapes.Classes in com.luciad.view.gxy.painter that implement ILcdGXYPainterModifier and TypeClassDescriptionclassProvidesOUTLINED,FILLEDandOUTLINED_FILLEDmodes to paint objects which cover an area.classPaints and locatesILcdArcBandobjects and enables visual editing ofILcd2DEditableArcBandobjects in anILcdGXYView.classPaints and locatesILcdArcobjects and enables visual editing ofILcd2DEditableArcobjects in anILcdGXYView.classDeprecated.useTLcdGXYShapeListPainterinstead.classPaints and locatesILcdBoundsobjects and enables visual editing ofILcd2DEditableBoundsobjects in anILcdGXYView.classPaints, locates and enables visual editing ofTLcdLonLatBufferandTLcdLonLatHeightBufferobjects 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.classA wrapper for apainterwhich limits the painted region to an area delimited by a certain set of shapes.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.classDeprecated.do not use.classPaints and locatesILcdEllipseobjects and enables visual editing ofILcd2DEditableEllipseobjects in anILcdGXYView.classPaints buffer shapes and enables visual editing of buffer shapes in anILcdGXYView.classWrapper for aILcdGXYPainterthat adds halo effects when painting objects.classPaints and locatesILcdShapeobjects as points and enables visual editing ofILcd2DEditableShapeobjects as points in anILcdGXYView.classThisILcdGXYPainterpaintsALcdImageusing icons at regular grid locations in the view.classPainter for ALcdImage objects in anILcdGXYView.classDeprecated.TLcdGXYBufferPainter can paint and edit both TLcdLonLatBuffer and TLcdLonLatHeightBuffer objects.classWrapper for anILcdGXYPainterthat paints objects at a certain offset.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.classPaints and locatesILcdTextobjects and enables visual editing ofILcd2DEditableTextobjects in anILcdGXYView.Methods in com.luciad.view.gxy.painter that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcdGXYOffsetIconPainter.getDelegateAnchorPainter()Returns the delegate anchor painter that was specified in the constructor.TLcdGXYOffsetIconPainter.getDelegateOffsetIconPainter()Returns the delegate icon painter that was specified in the constructor.TLcdGXYClippingPainterWrapper.getDelegatePainter()Returns theILcdGXYPainterto which the object rendering is delegated.TLcdGXYHaloPainter.getDelegatePainter()Returns theILcdGXYPainterto which the rendering of the objects is delegated.TLcdGXYLabelPainterAdapter.getDelegatePainter()Returns the delegate painter.TLcdGXYClippingPainterWrapper.getGXYPainter(Object o) TLcdGXYDynamicSegmentationEventPainter.getGXYPainter(Object aObject) Deprecated.TLcdGXYHaloPainter.getGXYPainter(Object aObject) Always returns this painter itself.TLcdGXYOffsetIconPainter.getGXYPainter(Object aObject) protected final ILcdGXYPainterTLcdGXYAreaShapeListPainter.retrieveShapePainter(ILcdShapeList aShapeList, int aShapeIndex) Deprecated.protected final ILcdGXYPainterTLcdGXYPointShapeListPainter.retrieveShapePainter(ILcdShapeList aShapeList, int aShapeIndex) Deprecated.protected final ILcdGXYPainterTLcdGXYPolylineShapeListPainter.retrieveShapePainter(ILcdShapeList aShapeList, int aShapeIndex) Deprecated.protected ILcdGXYPainterTLcdGXYShapeListPainter.retrieveShapePainter(ILcdShapeList aShapeList, int aShapeIndex) Returns the painter for the shape at the given index in theILcdShapeListobject.Methods in com.luciad.view.gxy.painter with parameters of type ILcdGXYPainterModifier and TypeMethodDescriptionvoidTLcdGXYHaloPainter.setDelegatePainter(ILcdGXYPainter aDelegatePainter) Sets theILcdGXYPainterto which the rendering of the objects is to be delegated.Constructors in com.luciad.view.gxy.painter with parameters of type ILcdGXYPainterModifierConstructorDescriptionTLcdGXYClippingPainterWrapper(ILcdGXYPainter aDelegate, ILcdModel aClipModel) Creates a new painter that clips the content of the given painter to the given model.TLcdGXYHaloPainter(ILcdGXYPainter aPainter) Creates a newTLcdGXYHaloPainterwrapping the given painter, with default halo parameters (Color = white, thickness = 1)TLcdGXYHaloPainter(ILcdGXYPainter aPainter, Color aHaloColor, int aHaloThickness) Creates a newTLcdGXYHaloPainterwrapping the given painter, configured with the given halo color and thickness.TLcdGXYLabelPainterAdapter(ILcdGXYPainter aDelegatePainter) Creates a new label painter adapter that makes a label painter out of anILcdGXYPainter.TLcdGXYLabelPainterAdapter(ILcdGXYPainter aDelegatePainter, ILcdGXYEditor aDelegateEditor) Creates a new label painter adapter that makes a label painter out of anILcdGXYPainterand aILcdGXYEditor.TLcdGXYOffsetIconPainter(ILcdGXYPainter aDelegateAnchorPainter, ILcdGXYPainter aDelegateOffsetIconPainter, ILcdGXYEditor aDelegateOffsetEditor, ILcdGXYLabelPainter aDelegateLabelPainter) Creates an offset icon painter that delegates its operations to the specified painters and editor.TLcdGXYOffsetIconPainter(ILcdGXYPainter aDelegateAnchorPainter, ILcdGXYPainter aDelegateOffsetIconPainter, ILcdGXYEditor aDelegateOffsetEditor, ILcdGXYLabelPainter aDelegateLabelPainter, boolean aMapAllToSublabels) Creates an offset icon painter that delegates its operations to the specified painters and editor. -
Uses of ILcdGXYPainter in com.luciad.view.map
Methods in com.luciad.view.map that return ILcdGXYPainterModifier and TypeMethodDescriptionprotected ILcdGXYPainterTLcdAdvancedMapRulerController.createGXYEqualDistanceCurvePainter()Creates the painter of the equal distance curve for the polylines used to measure the distances.protected ILcdGXYPainterTLcdAdvancedMapRulerController.createGXYPolylinePainter()Creates the painter for the polylines used to measure the distances.TLcdMapGeorefGridLayer.getGXYPainter(Object aObject) TLcdMapLonLatGridLayer.getGXYPainter()Returns theILcdGXYPainterthat paints the longitude/latitude grid.TLcdMapLonLatGridLayer.getGXYPainter(Object aObject) TLcdUPSGridLayer.getGXYPainter(Object aObject) Always returns null.TLcdUTMGridLayer.getGXYPainter(Object aObject) Painting of this layer is handled by the UTM zone painter set.TLcdXYGridLayer.getGXYPainter(Object aObject) Painting of this layer is handled by an internal painter.Methods in com.luciad.view.map with parameters of type ILcdGXYPainterModifier and TypeMethodDescriptionvoidTLcdMapLonLatGridLayer.setGXYPainter(ILcdGXYPainter aGXYPainter) Sets theILcdGXYPainterthat paints the longitude/latitude grid. -
Uses of ILcdGXYPainter in com.luciad.view.map.mgrs
Methods in com.luciad.view.map.mgrs that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcdMGRSGridLayer.getGXYPainter(Object aObject) Painting of this layer is handled by an internal painter. -
Uses of ILcdGXYPainter in com.luciad.view.map.multilevelgrid
Methods in com.luciad.view.map.multilevelgrid that return ILcdGXYPainterModifier and TypeMethodDescriptionTLcdMultilevelGridLayer.getGXYPainter(Object aObject) Always returns null. -
Uses of ILcdGXYPainter in com.luciad.view.map.painter
Classes in com.luciad.view.map.painter that implement ILcdGXYPainterModifier and TypeClassDescriptionclassThis painter displays a polar grid centered on a domain object.classThisILcdGXYPainterpaintsTLcdLonLatGridobjects as a maritime-style border around the view.classThisILcdGXYPainterpaintsTLcdLonLatGridinstances.classTheTLcdUTMZonePainterextendsALcdGXYPainterand implementsILcdGXYPainterto paint an UTM-MGRS zone (TLcdUTMZone) on a hemisphere. -
Uses of ILcdGXYPainter in com.luciad.wms.client.gxy
Classes in com.luciad.wms.client.gxy that implement ILcdGXYPainterModifier and TypeClassDescriptionclassA painter forALcdWMSProxyobjects. -
Uses of ILcdGXYPainter in com.luciad.wms.client.gxy.tiled
Classes in com.luciad.wms.client.gxy.tiled that implement ILcdGXYPainterModifier and TypeClassDescriptionclassPainter for visualizingALcdWMSProxyobjects in a GXY view.
TLcdGXYEllipsePainter