Uses of Interface
com.luciad.gui.ILcdIcon
Package
Description
GUI aspects independent of any chosen windows API in the context of AIS.
Provides symbol providers and helper classes to support representation aspects of AIS.
Representation aspects of ICAO symbols for AIS.
Painters for 2D views in the context of AIS.
This package provides a
layer builder
that can be used for AIXM 3/4 data.
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.This package provides a
layer builder
that can be used for ARINC data.This package contains functionality related to the decoding of Bing Maps models.
This package contains functionality for retrieving copyright information when visualizing Bing Maps data.
This package contains functionality for retrieving copyright information from an ILcdGXYView with
Bing Maps imagery.
This package contains functionality for retrieving copyright information from an
ILspView
with Bing Maps imagery.This package contains a layer factory to visualize SIGWX weather feature models found in BUFR files.
Handles the cgm format.
GUI aspects independent of any chosen windows API in the context of the DAFIF format.
This package provides a
layer builder
that can be used for DAFIF or DAFIFT data.Provides painters for typical database objects.
Contains a painter provider for painting DWG shapes on a 2D view.
Contains a Lightspeed layer builder for visualizing GRIB data.
This package provides a set of KML utility classes.
This package provides classes for visualizing KML data on 2D maps.
Provides support for visualizing MBTiles vector data in a Lightspeed view.
Contains a painter provider and a label painter provider for painting MIF
shapes on a 2D view.
This package contains a layer builder to visualize NetCDF models.
Provides API for visualizing NVG data in a Lightspeed view.
Provides representations, decoders, and encoders for rasters.
Handles the S-52 format.
This package provides a
layer builder
to create layers for S57 data (individual cells and catalogues).Provides support for visualization of tiled 3D formats in Lightspeed views.
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
Provides GeoSym symbology support for the VPF format.
Provides support for visualizing vector data from a LuciadFusion Tile Store in a 2D view.
Provides support for visualizing LuciadFusion vector data models in a Lightspeed view.
GUI aspects independent of any chosen windows API.
GUI aspects specific for AWT.
Components and utilities for working with JavaFX based maps.
Components and utilities for working with Swing based maps.
This package contains a layer builder to visualized large point clouds.
Contains graphical user interface related classes like menu bars, toolbars, application panes and customizer factories.
Contains classes to create user-interface components for displaying and modifying the properties
of objects.
Contains a broad range of classes related to the visual represention of a map.
Provides actions that have a relationship with a map.
Provides actions that have a relationship with a Lightspeed map.
Provides a custom layer optimized for displaying large static datasets containing points.
Provides support for the visualization of radar feeds, for instance from
ASTERIX category 240 data.
Contains the domain model to represent military symbols from the APP-6A standard,
or optionally also from the TTA-106 V4 standard.
Representation aspects of APP-6A symbols.
Representation aspects of APP-6A symbols in xy space.
Provides a layer builder for APP6 a/b/c layers.
Military units (including modifiers) that can be represented by the MIL-STD 2525 military symbology standard.
Representation aspects of the MIL-STD 2525 military symbols.
Representation aspects of MIL-STD 2525 military symbols in xy space.
Provides a layer builder for MIL-STD 2525 b/c/d layers.
Provides a layer builder for APP-6 and/or MIL-STD-2525 layers.
General aspects of views.
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.
This package provides specializations of
TLcdLayerTree
and related classes for GXY views and GXY layers.Provides support for handling user interaction on an
ILspView
.Provides controller implementations that work with touch input instead of
mouse input.
This package provides JavaFX components which are related to a Lightspeed view or
allow interaction with a view.
Provides layering support for
ILspView
.Provides layering support for density layers.
Provides support for visualizing
ILcdGXYLayer
instances in an
ILspView
.Provides a custom layer optimized for displaying large static datasets containing points.
Provides layering support for raster layers.
Provides layering support for vector layers.
Provides a generic model for styles.
Provides classes for creating complex stroked line styles.
This package provides Swing components which are related to a view or allow interaction with a view.
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.
This package provides Swing components which are related to a view or allow interaction with a view.
Visualisation of the third dimension of a list of points.
This package contains the layer builder for visualizing
ALcdWMSProxy
instances in a Lightspeed view.-
Uses of ILcdIcon in com.luciad.ais.gui
-
Uses of ILcdIcon in com.luciad.ais.symbology
-
Uses of ILcdIcon in com.luciad.ais.symbology.icao
Modifier and TypeMethodDescriptionReturns an icon that can be used as representation for the given object.TLcdICAOAirspacePainter.getSnapIcon()
TLcdICAORunwayPainter.getSnapIcon()
TLcdICAODefaultSymbolProvider.getVectorIcon
(Object aObject) Returns a vector-based icon for the given object.Modifier and TypeMethodDescriptionvoid
TLcdICAODefaultSymbolProvider.setDefaultIcon
(ILcdIcon aIcon) Sets the default icon to be used when no icon can be found for a particular object.void
TLcdICAOAirspacePainter.setSnapIcon
(ILcdIcon aSnapIcon) void
TLcdICAORunwayPainter.setSnapIcon
(ILcdIcon aSnapIcon) -
Uses of ILcdIcon in com.luciad.ais.view.gxy.painter
Modifier and TypeMethodDescriptionvoid
TLcdGXYRefuelingTrackPainter.setSnapIcon
(ILcdIcon aSnapIcon) -
Uses of ILcdIcon in com.luciad.format.aixm.view.lightspeed
Modifier and TypeMethodDescriptionSets the legend icon for the layer. -
Uses of ILcdIcon in com.luciad.format.aixm51.view.gxy
Modifier and TypeMethodDescriptionReturns an icon that can be used as representation for the given object.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51SymbolProvider.setDefaultIcon
(ILcdIcon aIcon) Sets the default icon to be used when no icon can be found for a particular object. -
Uses of ILcdIcon in com.luciad.format.arinc.view.lightspeed
Modifier and TypeMethodDescriptionSets the legend icon for the layer. -
Uses of ILcdIcon in com.luciad.format.bingmaps
-
Uses of ILcdIcon in com.luciad.format.bingmaps.copyright
Modifier and TypeClassDescriptionclass
Icon to display copyright info.final class
Icon representing the Bing Maps logo when there are visible Bing Map layers in the view. -
Uses of ILcdIcon in com.luciad.format.bingmaps.copyright.gxy
Modifier and TypeClassDescriptionclass
TLcdBingMapsCopyrightIcon for displaying copyright info for anILcdGXYView
. -
Uses of ILcdIcon in com.luciad.format.bingmaps.copyright.lightspeed
Modifier and TypeClassDescriptionclass
Icon to display copyright info for anILspView
-
Uses of ILcdIcon in com.luciad.format.bufr.lightspeed
-
Uses of ILcdIcon in com.luciad.format.cgm
Modifier and TypeClassDescriptionclass
Icon implementation to represent icons that originate from a CGM file. -
Uses of ILcdIcon in com.luciad.format.dafif.gui
-
Uses of ILcdIcon in com.luciad.format.dafif.lightspeed
Modifier and TypeMethodDescriptionSets the legend icon for the layer. -
Uses of ILcdIcon in com.luciad.format.database.gxy
Modifier and TypeMethodDescriptionTLcdDatabaseGXYPainterProvider.getHandleSnapIcon()
Deprecated.Returns the icon that is used to paint snap targets of the polygons or polylines that get a painter from this provider.TLcdDatabaseGXYPainterProvider.getIcon()
Deprecated.Returns theILcdIcon
used for painting in default mode.TLcdDatabaseGXYPainterProvider.getSelectionIcon()
Deprecated.Returns theILcdIcon
used for painting in selected mode.TLcdDatabaseGXYPainterProvider.getSnapIcon()
Deprecated.Returns the icon that is used to paint snap targets of points that get a painter from this provider.Modifier and TypeMethodDescriptionvoid
TLcdDatabaseGXYPainterProvider.setHandleSnapIcon
(ILcdIcon aSnapIcon) Deprecated.Sets the icon that marks snap targets of the polygons or polylines that get a painter from this provider.void
Deprecated.Sets theILcdIcon
used for painting in default mode.void
TLcdDatabaseGXYPainterProvider.setSelectionIcon
(ILcdIcon aSelectionIcon) Deprecated.Sets theILcdIcon
used for painting in selected mode.void
TLcdDatabaseGXYPainterProvider.setSnapIcon
(ILcdIcon aSnapIcon) Deprecated.Sets the icon that marks snap targets of the points that get a painter from this provider. -
Uses of ILcdIcon in com.luciad.format.dwg.gxy
ModifierConstructorDescriptionTLcdDWGGXYPainterProvider
(boolean aUsePaintCache, ILcdIcon aIcon, ILcdGXYPainterStyle aLineStyle, ILcdGXYPainterStyle aFillStyle, ILcdGXYPainterStyle aFontStyle) Creates a new TLcdDWGGXYPainterProvider with the given level symbology and color table, and a set of painter styles to specify the drawing style of the ILcdDWGShape objects. -
Uses of ILcdIcon in com.luciad.format.grib.lightspeed
Modifier and TypeMethodDescriptionDeprecated. -
Uses of ILcdIcon in com.luciad.format.kml22.util
Modifier and TypeMethodDescriptionTLcdKML22IconProvider.retrieveIcon
(TLcdKML22IconStyle aIconStyle) Retrieves an icon for a given icon style. -
Uses of ILcdIcon in com.luciad.format.kml22.view.gxy
Modifier and TypeMethodDescriptionTLcdKML22GXYPainterProvider.getDefaultLoadingIcon()
Gets the default icon used while loading is in progress.Modifier and TypeMethodDescriptionvoid
TLcdKML22GXYPainterProvider.setDefaultLoadingIcon
(ILcdIcon aDefaultLoadingIcon) Sets the default icon used while loading is in progress. -
Uses of ILcdIcon in com.luciad.format.mbtiles.view.lightspeed
Modifier and TypeMethodDescription -
Uses of ILcdIcon in com.luciad.format.mif.gxy
Modifier and TypeMethodDescriptionTLcdMIFSymbolIconProvider.getIcon
(ILcdMIFSymbol aMIFSymbol) Returns the icon corresponding to the given MIF symbol.ModifierConstructorDescriptionTLcdMIFSymbolIconProvider
(ILcdIcon aDefaultIcon) Constructs an icon provider with a default icon. -
Uses of ILcdIcon in com.luciad.format.netcdf.lightspeed
Modifier and TypeMethodDescription -
Uses of ILcdIcon in com.luciad.format.nvg.lightspeed
-
Uses of ILcdIcon in com.luciad.format.raster
Modifier and TypeMethodDescriptionALcdRasterPainter.getSnapIcon()
Returns the icon that is used to paint snap target points of the object set to this painter.Modifier and TypeMethodDescriptionvoid
ALcdRasterPainter.setSnapIcon
(ILcdIcon aSnapIcon) Sets the icon that marks snap targets of the object currently set to this painter. -
Uses of ILcdIcon in com.luciad.format.s52
Modifier and TypeInterfaceDescriptioninterface
interface
An S-52 icon that represents a text.Modifier and TypeClassDescriptionclass
This ILcdIcon combines of one or more ILcdIcon instances.class
This class represents an icon from the S-52 symbology.class
Representation of a text element in the S52 domain model.Modifier and TypeMethodDescriptionILcdIcon[]
TLcdS52Symbol.getComponents()
Returns the components of which this symbol is composed.ILcdS52FillStyle.getIcon()
Returns the pattern icon for filling the object.ILcdIcon[]
ILcdS52Style.getIcons()
Gets the icons (for point objects).ILcdIcon[]
TLcdS52CombinedIcon.getIcons()
Returns the list of icons defining this combined icon.ILcdIcon[]
TLcdS52Style.getIcons()
ILcdS52FillStyleIconProvider.getS52FillStyleIcon
(String aPatternCode) Returns the pattern icon that is defined by the given code.ILcdS52IconProvider.getS52Icon
(String aIconCode) Returns theILcdIcon
that is defined by the given code.Modifier and TypeMethodDescriptionvoid
TLcdS52Symbol.setComponents
(ILcdIcon[] aComponents) Sets the components of which this symbol is to be composed.void
Sets the icons (for point objects).void
Sets the icons.void
ModifierConstructorDescriptionTLcdS52CombinedIcon
(ILcdIcon[] aIcons) Creates a new TLcdS52CombinedIcon with the given icons. -
Uses of ILcdIcon in com.luciad.format.s52.lightspeed
-
Uses of ILcdIcon in com.luciad.format.tiled3d.lightspeed
Modifier and TypeMethodDescription -
Uses of ILcdIcon in com.luciad.format.vpf
Modifier and TypeMethodDescriptionTLcdVPFGeoSymProvider.getAreaFillIcon
(ILcdVPFFACCFeature aFeature) Returns aTLcdVectorIcon
; itsgetDefaultLineColor()
method returns the GeoSym color that is used to represent the filled area of this feature.TLcdVPFGeoSymProvider.getAreaLineIcon
(ILcdVPFFACCFeature aFeature) Returns aTLcdVectorIcon
; itsgetDefaultLineColor()
method returns the GeoSym color that is used to represent the outline of this feature.TLcdVPFGeoSymProvider.getAreaPointIcon
(ILcdVPFFACCFeature aFeature) ILcdVPFLayerFactoryModel.getGXYLayerIcon
(TLcdVPFFeatureClass aVPFFeatureClass) Returns an icon that can be used to represent this feature class, for example, in a layer control or database tree.TLcdVPFLayerFactoryModel.getGXYLayerIcon
(TLcdVPFFeatureClass aVPFFeatureClass) TLcdVPFGeoSymProvider.getLineIcon
(ILcdVPFFACCFeature aFeature) Returns aTLcdVectorIcon
; itsgetDefaultLineColor()
method returns the GeoSym color that is used to represent this feature.ILcdVPFLayerFactoryModel.getPointIcon
(TLcdVPFFeatureClass aVPFFeatureClass) Returns an icon that can be used to represent a feature of the given feature class on a map.TLcdVPFGeoSymProvider.getPointIcon
(ILcdVPFFACCFeature aFeature) Returns the GeoSym icon that is used to represent the given FACC feature.TLcdVPFLayerFactoryModel.getPointIcon
(TLcdVPFFeatureClass aVPFFeatureClass) ILcdVPFLayerFactoryModel.getPointSelectionIcon
(TLcdVPFFeatureClass aVPFFeatureClass) Returns an icon that can be used to represent a feature of the given feature class on a map, in selected state.TLcdVPFLayerFactoryModel.getPointSelectionIcon
(TLcdVPFFeatureClass aVPFFeatureClass) -
Uses of ILcdIcon in com.luciad.format.vpf.lightspeed
-
Uses of ILcdIcon in com.luciad.fusion.client.view.gxy
Modifier and TypeMethodDescriptionabstract ILcdIcon
ALfnVectorGXYStyleProvider.getIcon
(ILcdDataObject aDataObject, ILcdPoint aPoint) Deprecated.Gets the icon to represent a given point with.TLfnVectorGXYStyleProvider.getIcon
(ILcdDataObject aDataObject, ILcdPoint aPoint) Deprecated.abstract ILcdIcon
ALfnVectorGXYStyleProvider.getSelectionIcon
(ILcdDataObject aDataObject, ILcdPoint aPoint) Deprecated.Gets the icon to represent a given selected point with.TLfnVectorGXYStyleProvider.getSelectionIcon
(ILcdDataObject aDataObject, ILcdPoint aPoint) Deprecated.Modifier and TypeMethodDescriptionTLfnVectorGXYStyleProvider.Builder.setPointIcon
(ILcdIcon aUnselected, ILcdIcon aSelected) Deprecated.Sets the icon for points. -
Uses of ILcdIcon in com.luciad.fusion.client.view.lightspeed
Modifier and TypeMethodDescriptionDeprecated. -
Uses of ILcdIcon in com.luciad.gui
Modifier and TypeInterfaceDescriptioninterface
An icon that provides a point within the icon that maps to the object it represents or decorates.interface
ILcdResizeableIcon extends ILcdIcon, allowing to set the width and the height of the icon.Modifier and TypeClassDescriptionclass
This ILcdAnchoredIcon wraps an icon, and can provide an anchor point.class
Draws a box (filled and/or outlined) around a provided icon.class
AnILcdResizeableIcon
composed from multipleILcdResizeableIcon
s.class
Deprecated.class
Wrapper for anILcdIcon
that adds halo effects when painting it.class
Icon that uses an image from a file name,java.awt.Image
, orILcdIcon
.class
Deprecated.seeTLcdTextIcon
for an implementation that supports multiple linesclass
Wrapper implementation ofILcdResizeableIcon
that rescales the wrapped icon when it is too large to fit the given size.class
Deprecated.The majority of the icons available in this class are available inTLcdIconFactory
as well.class
Convenience wrapper forILcdIcon
that also implementsILcdObjectIconProvider
by always returning itself.class
Icon implementation based on a Scalable Vector Graphics (SVG) file or XML document.class
A convenience icon implementation for simple symbols, such as squares or circles.class
Multi-line text icon.
The icon is immutable and uses the builder-pattern: seeTLcdTextIcon.newBuilder()
to create a new icon andTLcdTextIcon.asBuilder()
to modify an existing one.class
This icon delegates to anotherILcdIcon
, but translates it.class
Icon that displays a single text character based on achar
.class
Deprecated.Do not use this class, it is for internal use only.Modifier and TypeMethodDescriptionstatic ILcdIcon
Creates an icon for the specified identifier using thedefault theme
and thedefault size
.static ILcdIcon
TLcdIconFactory.create
(String aIconIdentifier, TLcdIconFactory.Theme aTheme, TLcdIconFactory.Size aSize) Creates an icon for the specified identifier using the specified theme and size.TLcdGUIIcon.getDelegateIcon()
Deprecated.TLcdResizeableIcon.getDelegateIcon()
Returns the base icon.TLcdShapeIcon.getDelegateIcon()
Deprecated.this method is not usedALcdAction.getIcon()
Returns the graphical representation of this action.Returns an icon that can be used as representation for this object.TLcdBoxIcon.getIcon()
Returns the content icon around which to draw a box.TLcdHaloIcon.getIcon()
Returns the icon to draw a halo for.Modifier and TypeMethodDescriptionstatic TLcdImageIcon
TLcdImageIcon.createCachedIcon
(ILcdIcon aIcon) Creates an image-based cached rendering of the given icon.Sets the icon to draw a box around.void
TLcdResizeableIcon.setDelegateIcon
(ILcdIcon aDelegateIcon) Sets the base icon.void
Sets the graphical representation of this action.void
Sets the icon draw a halo for.ModifierConstructorDescriptionALcdAction
(String aName, ILcdIcon aIcon) Defines anAction
object with the specified description string and a the specified aIcon.TLcdAnchoredIcon
(ILcdIcon aDelegateIcon) Create a new anchored icon based on the given icon, with the anchor point in the center of the icon.TLcdAnchoredIcon
(ILcdIcon aDelegateIcon, Point aAnchorPoint) Create a new anchored icon based on the given icon, with the given anchor point.TLcdHaloIcon
(ILcdIcon aIcon) Creates a new halo icon with the default settings: a one pixel white halo.TLcdHaloIcon
(ILcdIcon aIcon, Color aHaloColor, int aHaloThickness) Creates a newTLcdHaloIcon
wrapping the given icon, configured with the given halo color and thickness..TLcdResizeableIcon
(ILcdIcon aDelegateIcon) Constructs a newTLcdResizeableIcon
with the height and width of the iconaDelegateIcon
.TLcdResizeableIcon
(ILcdIcon aDelegateIcon, int aIconWidth, int aIconHeight) Constructs a newTLcdResizeableIcon
where the width and/or height can be specified.TLcdSingleIconProvider
(ILcdIcon aIcon) TLcdTranslatedIcon
(ILcdIcon aDelegateIcon, int aX, int aY) Creates a newTLcdTranslatedIcon
. -
Uses of ILcdIcon in com.luciad.gui.awt
ModifierConstructorDescriptionTLcdButton
(ILcdIcon aIcon) Deprecated.TLcdButton
(String aLabel, ILcdIcon aIcon) Deprecated. -
Uses of ILcdIcon in com.luciad.gui.javafx
ModifierConstructorDescriptionTLcdFXIcon
(ILcdIcon aIcon) Creates a new JavaFX wrapper around the given icon. -
Uses of ILcdIcon in com.luciad.gui.swing
Modifier and TypeClassDescriptionclass
A contrasted/brightened version of an icon.class
A grey version of an icon, often used to indicate a disabled state.class
Icon wrapper that paints the delegate icon rotated.
For convenience, it implements the SwingIcon
interface.ModifierConstructorDescriptionTLcdContrastIcon
(ILcdIcon aNormalIcon, double aContrast, double aBrightness) Create a new grey icon, based on the iconaNormalIcon
.TLcdGreyIcon
(ILcdIcon aNormalIcon) Create a new grey icon, based on the iconaNormalIcon
.TLcdIconSW
(ILcdIcon aILcdIcon) Deprecated.TLcdRotatingIcon
(ILcdIcon aIconToRotate) Creates an automatically rotating icon from the given icon.TLcdRotatingIcon
(ILcdIcon aIconToRotate, boolean aAutomaticRotation) Creates a rotating icon from the given icon.TLcdSWIcon
(ILcdIcon aILcdIcon) -
Uses of ILcdIcon in com.luciad.lidar.lightspeed
Modifier and TypeMethodDescription -
Uses of ILcdIcon in com.luciad.lucy.gui
Modifier and TypeMethodDescriptionALcyActiveSettable.getIcon()
Returns the icon of this active settable.TLcyAlwaysFitJToolBar.getRemainingItemsIcon()
Returns the icon that is used to show the remaining items.Modifier and TypeMethodDescriptionvoid
Sets the icon of this active settable.void
TLcyAlwaysFitJToolBar.setRemainingItemsIcon
(ILcdIcon aIcon) Sets the icon that is used to show the remaining items.ModifierConstructorDescriptionALcyActiveSettable
(String aName, ILcdIcon aIcon) Creates a newALcyActiveSettable
with the given name and the given icon.TLcySkinnedToolBar
(ILcdIcon aBackground, ILcdIcon aSelectedBackground) Creates a new skinned tool bar with the given background and selected background icons.TLcySkinnedToolBar
(JToolBar aToolBar, ILcdIcon aBackground, ILcdIcon aSelectedBackground) Creates a new skinned tool bar with the given background and selected background icons. -
Uses of ILcdIcon in com.luciad.lucy.gui.customizer
ModifierConstructorDescriptionprotected
ALcyCustomizerPanel
(ILcdFilter aObjectFilter, String aName, ILcdIcon aSmallIcon) Constructs a newALcyCustomizerPanel
.protected
ALcyCustomizerPanel
(ILcdFilter aObjectFilter, String aName, ILcdIcon aSmallIcon, String aShortDescription) Constructs a newALcyCustomizerPanel
. -
Uses of ILcdIcon in com.luciad.lucy.map
Modifier and TypeMethodDescriptionprotected ILcdIcon
TLcyMapComponentFactory.createIcon
(int aID, TLcyMapComponent aMapComponent) Creates a icon for the given ID.Modifier and TypeMethodDescriptionprotected void
TLcyMapComponentFactory.insertIcon
(int aID, ILcdIcon aIcon, TLcyMapComponent aMapComponentSFCT) Inserts the given icon into the given map component. -
Uses of ILcdIcon in com.luciad.lucy.map.action
Modifier and TypeMethodDescriptionALcyGXYNewControllerActiveSettable.getKeepActiveIcon()
Returns the icon that will be super imposed over the normal icon in case the active settable is kept active.Modifier and TypeMethodDescriptionvoid
ALcyGXYNewControllerActiveSettable.setKeepActiveIcon
(ILcdIcon aIcon) Sets the icon that will be super imposed over the normal icon in case the active settable is kept active. -
Uses of ILcdIcon in com.luciad.lucy.map.action.lightspeed
Modifier and TypeMethodDescriptionTLcyLspCreateControllerActiveSettable.getKeepActiveIcon()
Returns the icon that will be super imposed over the normal icon in case the active settable is kept active.Modifier and TypeMethodDescriptionvoid
TLcyLspCreateControllerActiveSettable.setKeepActiveIcon
(ILcdIcon aIcon) Sets the icon that will be super imposed over the normal icon in case the active settable is kept active. -
Uses of ILcdIcon in com.luciad.realtime.lightspeed.plots
Modifier and TypeMethodDescriptionDeprecated. -
Uses of ILcdIcon in com.luciad.realtime.lightspeed.radarvideo
Modifier and TypeMethodDescription -
Uses of ILcdIcon in com.luciad.symbology.app6a.model
-
Uses of ILcdIcon in com.luciad.symbology.app6a.view
-
Uses of ILcdIcon in com.luciad.symbology.app6a.view.gxy
Modifier and TypeMethodDescriptionILcdAPP6AStyle.getAnchorSymbol()
Deprecated.Returns the icon used as an anchor icon for the icon symbol.TLcdDefaultAPP6AStyle.getAnchorSymbol()
Deprecated.Modifier and TypeMethodDescriptionvoid
ILcdAPP6AStyle.setAnchorSymbol
(ILcdIcon aSymbol) Deprecated.Sets the icon which is displayed as an anchor icon for the icon symbol.The anchor icon is only displayed in 3D projection and it is placed above terrain.void
TLcdDefaultAPP6AStyle.setAnchorSymbol
(ILcdIcon aSymbol) Deprecated.Sets the icon which is displayed as an anchor icon for the icon symbol.The anchor icon is only displayed in 3D projection and it is placed above terrain. -
Uses of ILcdIcon in com.luciad.symbology.app6a.view.lightspeed
Modifier and TypeMethodDescription -
Uses of ILcdIcon in com.luciad.symbology.milstd2525b.model
Modifier and TypeMethodDescriptionTLcdMS2525bEchelonNode.getPreviewIcon()
Returns a preview icon. -
Uses of ILcdIcon in com.luciad.symbology.milstd2525b.view
-
Uses of ILcdIcon in com.luciad.symbology.milstd2525b.view.gxy
Modifier and TypeMethodDescriptionILcdMS2525bStyle.getAnchorSymbol()
Deprecated.Returns the icon used as an anchor icon for the icon symbol.TLcdDefaultMS2525bStyle.getAnchorSymbol()
Deprecated.Modifier and TypeMethodDescriptionvoid
ILcdMS2525bStyle.setAnchorSymbol
(ILcdIcon aSymbol) Deprecated.Sets the icon which is displayed as an anchor icon for the icon symbol.void
TLcdDefaultMS2525bStyle.setAnchorSymbol
(ILcdIcon aSymbol) Deprecated.Sets the icon which is displayed as an anchor icon for the icon symbol. -
Uses of ILcdIcon in com.luciad.symbology.milstd2525b.view.lightspeed
Modifier and TypeMethodDescription -
Uses of ILcdIcon in com.luciad.symbology.view.common
Modifier and TypeMethodDescriptionTLcdMilitarySymbolStyle.getAnchorSymbol()
Returns the icon used as an anchor icon for the icon symbol.Modifier and TypeMethodDescriptionvoid
TLcdMilitarySymbolStyle.setAnchorSymbol
(ILcdIcon aSymbol) Sets the icon which is displayed as an anchor icon for the icon symbol. -
Uses of ILcdIcon in com.luciad.symbology.view.lightspeed
Modifier and TypeMethodDescription -
Uses of ILcdIcon in com.luciad.view
-
Uses of ILcdIcon in com.luciad.view.gxy
Modifier and TypeMethodDescriptionTLcdGXYHatchedFillStyle.asIcon()
Returns this style as a tileable icon.TLcdGXYViewBufferedImage.getCornerIcon
(int aPosition) Returns theILcdIcon
to be painted at the given corner of the view.TLcdGXYViewCanvas.getCornerIcon
(int aPosition) Returns theILcdIcon
to be painted at the given corner of the view.TLcdGXYViewJPanel.getCornerIcon
(int aPosition) Returns theILcdIcon
to be painted at the given corner of the view.TLcdGXYViewJPanelLightWeight.getCornerIcon
(int aPosition) Returns theILcdIcon
to be painted at the given corner of the view.TLcdGXYViewPanel.getCornerIcon
(int aPosition) Returns theILcdIcon
to be painted at the given corner of the view.TLcdGXYViewPlanarImage.getCornerIcon
(int aPosition) Returns theILcdIcon
to be painted at the given corner of the view.ALcdGXYPen.getHotPointIcon()
Gets the hot point icon currently used by thisILcdGXYPen
.ILcdGXYController.getIcon()
Returns an icon to visualize the interaction implemented.TLcdGXYDensityLayer.getIcon()
TLcdGXYLayer.getIcon()
TLcdGXYLayerList.getIcon()
Deprecated.Returns a small graphical representation for this layer list.TLcdGXYShapePainter.getIcon()
Returns the icon to use when painting points.TLcdGXYShapePainter.getSelectedIcon()
Returns the icon to use when painting selected points.TLcdGXYShapePainter.getSnapIcon()
Returns the snapping icon.Modifier and TypeMethodDescriptionvoid
ILcdGXYView.putCornerIcon
(ILcdIcon aCornerIcon, int aPosition) Sets anILcdIcon
to be painted at the given corner of this view.void
TLcdGXYViewBufferedImage.putCornerIcon
(ILcdIcon aCornerIcon, int aPosition) Sets anILcdIcon
to be painted at the given corner of this view.void
TLcdGXYViewCanvas.putCornerIcon
(ILcdIcon aCornerIcon, int aPosition) Sets anILcdIcon
to be painted at the given corner of this view.void
TLcdGXYViewJPanel.putCornerIcon
(ILcdIcon aCornerIcon, int aPosition) Sets anILcdIcon
to be painted at the given corner of this view.void
TLcdGXYViewJPanelLightWeight.putCornerIcon
(ILcdIcon aCornerIcon, int aPosition) Sets anILcdIcon
to be painted at the given corner of this view.void
TLcdGXYViewPanel.putCornerIcon
(ILcdIcon aCornerIcon, int aPosition) Sets anILcdIcon
to be painted at the given corner of this view.void
TLcdGXYViewPlanarImage.putCornerIcon
(ILcdIcon aCornerIcon, int aPosition) void
ALcdGXYPen.setHotPointIcon
(ILcdIcon aIcon) Sets the hot point icon.void
void
void
Deprecated.Sets the small graphical representation for this layer list.void
Sets the icon to use when painting points.void
TLcdGXYShapePainter.setSelectedIcon
(ILcdIcon aIcon) Sets the icon to use when painting selected points.void
TLcdGXYShapePainter.setSnapIcon
(ILcdIcon aSnapIcon) Sets the snapping icon.ModifierConstructorDescriptionTLcdGXYLayerTreeNode
(String aLabel, ILcdIcon aIcon) Constructs a new instance ofILcdLayerTreeNode
with labelaLabel
and iconaIcon
.TLcdGXYSetControllerAction
(ILcdGXYController aGXYController, String aName, ILcdIcon aIcon) Creates a new controller set action with the given controller, name, and icon.TLcdGXYSetControllerAction
(ILcdGXYView aGXYView, ILcdGXYController aGXYController, String aName, ILcdIcon aIcon) Creates a new controller set action with the given controller, view, name, and icon. -
Uses of ILcdIcon in com.luciad.view.gxy.asynchronous
-
Uses of ILcdIcon in com.luciad.view.gxy.controller
Modifier and TypeMethodDescriptionALcdGXYController.getIcon()
TLcdGXYCompositeController.getIcon()
Returns the icon of the first added controller, ornull
if no controller is added.TLcdGXYRotateController.getRotateSpotIcon()
Used to retrieve the icon that is used to denote the anchor spot when rotating the view.Modifier and TypeMethodDescriptionvoid
void
TLcdGXYRotateController.setRotateSpotIcon
(ILcdIcon aRotateSpotIcon) Used to set the provided icon as the icon that will be used to denote the anchor spot when rotating the view. -
Uses of ILcdIcon in com.luciad.view.gxy.controller.touch
Modifier and TypeMethodDescriptionTLcdMapTouchRulerController.getHotPointIcon()
Returns the hot point icon, it can benull
.TLcdGXYTouchSelectEditController.getTouchAndHoldIcon()
Returns the icon used to indicate the touch-and-hold.Modifier and TypeMethodDescriptionvoid
TLcdMapTouchRulerController.setHotPointIcon
(ILcdIcon aHotPointIcon) Sets the hot point icon, used to paint the handles on the measurement line.void
TLcdGXYTouchSelectEditController.setTouchAndHoldIcon
(ILcdIcon aTouchAndHoldIcon) Sets the icon which will be used to indicate a touch-and-hold. -
Uses of ILcdIcon in com.luciad.view.gxy.painter
Modifier and TypeMethodDescriptionTLcdGXYArcBandPainter.getCenterIcon()
Returns the icon for the center point's default representation, used ifTLcdGXYArcBandPainter.isDrawCenter()
returns true.TLcdGXYArcPainter.getCenterIcon()
Returns the icon for the center point's default representation, used ifTLcdGXYArcPainter.isDrawCenter()
returns true.TLcdGXYCircleBy3PointsPainter.getCenterIcon()
Returns the icon for the center point's default representation, used ifTLcdGXYCircleBy3PointsPainter.isDrawCenter()
returns true.TLcdGXYCirclePainter.getCenterIcon()
Returns the icon for the center point's default representation, used ifTLcdGXYCirclePainter.isDrawCenter()
returns true.TLcdGXYCircularArcPainter.getCenterIcon()
Returns the icon for the center point's default representation, used ifTLcdGXYCircularArcPainter.isDrawCenter()
returns true.TLcdGXYArcBandPainter.getCenterIconWhenSelected()
Returns the icon for the center point's selected representation, used ifTLcdGXYArcBandPainter.isDrawCenterWhenSelected()
returns true.TLcdGXYArcPainter.getCenterIconWhenSelected()
Returns the icon for the center point's selected representation, used ifTLcdGXYArcPainter.isDrawCenterWhenSelected()
returns true.TLcdGXYCircleBy3PointsPainter.getCenterIconWhenSelected()
Returns the icon for the center point's selected representation, used ifTLcdGXYCircleBy3PointsPainter.isDrawCenterWhenSelected()
returns true.TLcdGXYCirclePainter.getCenterIconWhenSelected()
Returns the icon for the center point's selected representation, used ifTLcdGXYCirclePainter.isDrawCenterWhenSelected()
returns true.TLcdGXYCircularArcPainter.getCenterIconWhenSelected()
Returns the icon for the center point's selected representation, used ifTLcdGXYCircularArcPainter.isDrawCenterWhenSelected()
returns true.TLcdGXYDynamicSegmentationEventPainter.getDefaultIcon()
Deprecated.TLcdGXYPointShapeListPainter.getDefaultIcon()
Deprecated.Returns the icon to paint points with in default mode.TLcdGXYIconPainter.getIcon()
Returns theILcdIcon
used for painting in default mode.protected ILcdIcon
TLcdGXYIconPainter.getIcon
(int aRenderMode) Returns the icon that needs to be painted for the specified rendering mode.TLcdGXYDynamicSegmentationEventPainter.getSelectionIcon()
Deprecated.TLcdGXYIconPainter.getSelectionIcon()
Returns theILcdIcon
used for painting in selected mode.TLcdGXYPointShapeListPainter.getSelectionIcon()
Deprecated.Returns the icon to paint points with in selection mode.TLcdGXYArcBandPainter.getSnapIcon()
Returns the icon that is used to paint snap target points of the object set to this painter.TLcdGXYArcPainter.getSnapIcon()
Returns the icon that is used to paint snap target points of the object set to this painter.TLcdGXYBoundsPainter.getSnapIcon()
Returns the icon that is used to paint snap target points of the object set to this painter.TLcdGXYBufferPainter.getSnapIcon()
Returns the icon to paint snap target points of the object set to this painter.TLcdGXYCircleBy3PointsPainter.getSnapIcon()
Returns the icon that is used to paint snap target points of the object set to this painter.TLcdGXYCirclePainter.getSnapIcon()
Returns the icon that is used to paint snap target points of the object set to this painter.TLcdGXYCircularArcPainter.getSnapIcon()
Returns the icon that is used to paint snap target points of the object set to this painter.TLcdGXYEllipsePainter.getSnapIcon()
Returns the icon that is used to paint snap target points of the object set to this painter.TLcdGXYGeoBufferPainter.getSnapIcon()
Returns the icon that is used to paint snap target points of the object set to this painter.TLcdGXYIconPainter.getSnapIcon()
Returns the icon that is used to paint snap target points of the object set to this painter.TLcdGXYLonLatHeightBufferPainter.getSnapIcon()
Deprecated.Returns the icon to paint snap target points of the object set to this painter.TLcdGXYOffsetIconPainter.getSnapIcon()
Returns theILcdIcon
to paint snap target points of the object set to this painter.TLcdGXYPointListPainter.getSnapIcon()
Returns the icon that is used to paint snap target points of the object set to this painter.TLcdGXYTextPainter.getSnapIcon()
Returns the icon that is used to paint snap target points of the object set to this painter.Modifier and TypeMethodDescriptionvoid
TLcdGXYArcBandPainter.setCenterIcon
(ILcdIcon aIcon) Sets the icon for the center point's default representation, ifTLcdGXYArcBandPainter.isDrawCenter()
returns true.void
TLcdGXYArcPainter.setCenterIcon
(ILcdIcon aIcon) Sets the icon for the center point's default representation, ifTLcdGXYArcPainter.isDrawCenter()
returns true.void
TLcdGXYCircleBy3PointsPainter.setCenterIcon
(ILcdIcon aIcon) Sets the icon for the center point's default representation, ifTLcdGXYCircleBy3PointsPainter.isDrawCenter()
returns true.void
TLcdGXYCirclePainter.setCenterIcon
(ILcdIcon aIcon) Sets the icon for the center point's default representation, ifTLcdGXYCirclePainter.isDrawCenter()
returns true.void
TLcdGXYCircularArcPainter.setCenterIcon
(ILcdIcon aIcon) Sets the icon for the center point's default representation, ifTLcdGXYCircularArcPainter.isDrawCenter()
returns true.void
TLcdGXYArcBandPainter.setCenterIconWhenSelected
(ILcdIcon aIcon) Sets the icon for the center point's selected representation, ifTLcdGXYArcBandPainter.isDrawCenterWhenSelected()
returns true.void
TLcdGXYArcPainter.setCenterIconWhenSelected
(ILcdIcon aIcon) Sets the icon for the center point's selected representation, ifTLcdGXYArcPainter.isDrawCenterWhenSelected()
returns true.void
TLcdGXYCircleBy3PointsPainter.setCenterIconWhenSelected
(ILcdIcon aIcon) Sets the icon for the center point's selected representation, ifTLcdGXYCircleBy3PointsPainter.isDrawCenterWhenSelected()
returns true.void
TLcdGXYCirclePainter.setCenterIconWhenSelected
(ILcdIcon aIcon) Sets the icon for the center point's selected representation, ifTLcdGXYCirclePainter.isDrawCenterWhenSelected()
returns true.void
TLcdGXYCircularArcPainter.setCenterIconWhenSelected
(ILcdIcon aIcon) Sets the icon for the center point's selected representation, ifTLcdGXYCircularArcPainter.isDrawCenterWhenSelected()
returns true.void
TLcdGXYDynamicSegmentationEventPainter.setDefaultIcon
(ILcdIcon aIcon) Deprecated.void
TLcdGXYPointShapeListPainter.setDefaultIcon
(ILcdIcon aIcon) Deprecated.Sets the icon to paint points with in default mode.void
Sets theILcdIcon
used for painting in default mode.void
TLcdGXYDynamicSegmentationEventPainter.setSelectionIcon
(ILcdIcon aIcon) Deprecated.void
TLcdGXYIconPainter.setSelectionIcon
(ILcdIcon aSelectionIcon) Sets theILcdIcon
used for painting in selected mode.void
TLcdGXYPointShapeListPainter.setSelectionIcon
(ILcdIcon aSelectionIcon) Deprecated.Sets the icon to paint points with in selection mode.void
TLcdGXYArcBandPainter.setSnapIcon
(ILcdIcon aSnapIcon) Sets the icon that marks snap targets of the object currently set to this painter.void
TLcdGXYArcPainter.setSnapIcon
(ILcdIcon aSnapIcon) Sets the icon that marks snap targets of the object currently set to this painter.void
TLcdGXYBoundsPainter.setSnapIcon
(ILcdIcon aSnapIcon) Sets the icon that marks snap targets of the object currently set to this painter.void
TLcdGXYBufferPainter.setSnapIcon
(ILcdIcon aSnapIcon) Sets the icon to paint snap target points of the object set to this painter.void
TLcdGXYCircleBy3PointsPainter.setSnapIcon
(ILcdIcon aSnapIcon) Sets the icon that marks snap targets of the object currently set to this painter.void
TLcdGXYCirclePainter.setSnapIcon
(ILcdIcon aSnapIcon) Sets the icon that marks snap targets of the object currently set to this painter.void
TLcdGXYCircularArcPainter.setSnapIcon
(ILcdIcon aSnapIcon) Sets the icon that marks snap targets of the object currently set to this painter.void
TLcdGXYEllipsePainter.setSnapIcon
(ILcdIcon aSnapIcon) Sets the icon that marks snap targets of the object currently set to this painter.void
TLcdGXYGeoBufferPainter.setSnapIcon
(ILcdIcon aSnapIcon) Sets the icon that marks snap targets of the object currently set to this painter.void
TLcdGXYIconPainter.setSnapIcon
(ILcdIcon aSnapIcon) Sets the icon that marks snap targets of the object currently set to this painter.void
TLcdGXYLonLatHeightBufferPainter.setSnapIcon
(ILcdIcon aSnapIcon) Deprecated.Sets the icon to paint snap target points of the object set to this painter.void
TLcdGXYOffsetIconPainter.setSnapIcon
(ILcdIcon aSnapIcon) Sets theILcdIcon
to paint snap target points of the object set to this painter.void
TLcdGXYPointListPainter.setSnapIcon
(ILcdIcon aSnapIcon) Sets the icon that marks snap targets of the object currently set to this painter.void
TLcdGXYTextPainter.setSnapIcon
(ILcdIcon aSnapIcon) Sets the icon that marks snap targets of the object currently set to this painter.ModifierConstructorDescriptionTLcdGXYPointShapeListPainter
(ILcdIcon aDefaultIcon) Deprecated.Calls the default constructor and sets the default icon.TLcdGXYPointShapeListPainter
(ILcdIcon aDefaultIcon, ILcdIcon aSelectionIcon) Deprecated.Calls the default constructor and sets the default and selection icon. -
Uses of ILcdIcon in com.luciad.view.gxy.swing
Modifier and TypeClassDescriptionclass
AnALcdScaleIndicator
implementation forILcdGXYView
instances.ModifierConstructorDescriptionALcdBusyLayerTreeNodeCellRenderer
(TLcdLayerTreeNodeCellRenderer aDelegateRenderer, ILcdIcon aPaintingIcon, ILcdIcon aBusyIcon) Wrap a newALcdBusyLayerTreeNodeCellRenderer
aroundaDelegateRenderer
, where the painting icon isaPaintingIcon
and the busyiconaBusyIcon
.TLcdGXYBusyLayerTreeNodeCellRenderer
(ILcdGXYView aGXYView, TLcdLayerTreeNodeCellRenderer aDelegateRenderer, ILcdIcon aPaintingIcon, ILcdIcon aBusyIcon) Wrap a newTLcdGXYBusyLayerTreeNodeCellRenderer
aroundaDelegateRenderer
, where the painting icon isaPaintingIcon
and the busyiconaBusyIcon
. -
Uses of ILcdIcon in com.luciad.view.lightspeed.controller
-
Uses of ILcdIcon in com.luciad.view.lightspeed.controller.touch
Modifier and TypeMethodDescriptionTLspTouchAndHoldActionController.getTouchAndHoldIcon()
Returns the icon to be displayed while a touch and hold is active and not released.Modifier and TypeMethodDescriptionvoid
TLspTouchAndHoldActionController.setTouchAndHoldIcon
(ILcdIcon aTouchAndHoldIcon) Sets the icon to be displayed when a touch and hold action is active and not released. -
Uses of ILcdIcon in com.luciad.view.lightspeed.javafx
-
Uses of ILcdIcon in com.luciad.view.lightspeed.layer
Modifier and TypeMethodDescriptionALspLayer.getIcon()
protected final ILcdIcon
ALspLayerBuilder.getIcon()
Returns the icon that is currently set.Modifier and TypeMethodDescriptionSets the icon of the layer.void
ModifierConstructorDescriptionTLspLayerTreeNode
(String aLabel, ILcdIcon aIcon) Constructs a new instance ofILcdLayerTreeNode
with labelaLabel
and iconaIcon
. -
Uses of ILcdIcon in com.luciad.view.lightspeed.layer.density
Modifier and TypeMethodDescriptionDeprecated. -
Uses of ILcdIcon in com.luciad.view.lightspeed.layer.integration.gxy
-
Uses of ILcdIcon in com.luciad.view.lightspeed.layer.plots
Modifier and TypeMethodDescriptionSets the icon of the layer. -
Uses of ILcdIcon in com.luciad.view.lightspeed.layer.raster
Modifier and TypeMethodDescription -
Uses of ILcdIcon in com.luciad.view.lightspeed.layer.shape
Modifier and TypeMethodDescription -
Uses of ILcdIcon in com.luciad.view.lightspeed.style
Modifier and TypeMethodDescriptionTLspIconStyle.getIcon()
Gets the icon.TLspFillStyle.getTextureIcon()
Returns the texture icon used for the fill, if any.Modifier and TypeMethodDescriptionILcdExpression
<? extends ILcdIcon> TLspParameterizedIconStyle.getIcon()
Returns the expression that determines what icon to use.ILcdExpression
<? extends ILcdIcon> TLspPlotStyle.getIcon()
Returns the expression that determines what icon to use.Modifier and TypeMethodDescriptionSets the icon.Sets an icon to use for all objects.Appends the specified icon as a glyph.TLspFillStyle.Builder.textureIcon
(ILcdIcon aTextureIcon) Specifies an icon to create a texture map.Modifier and TypeMethodDescriptionTLspParameterizedIconStyle.Builder.icon
(ILcdExpression<? extends ILcdIcon> aIcon) Sets the expression that determines the icon to use.TLspPlotStyle.Builder.icon
(ILcdExpression<? extends ILcdIcon> aIconExpression) Sets the expression that determines the icon to use. -
Uses of ILcdIcon in com.luciad.view.lightspeed.style.complexstroke
Modifier and TypeMethodDescriptionALspComplexStroke.ArcBuilder.fillTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the fill color.ALspComplexStroke.ArrowBuilder.fillTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the fill color.ALspComplexStroke.LineBuilder.fillTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the fill color.ALspComplexStroke.RectangleBuilder.fillTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the fill color.ALspComplexStroke.TriangleBuilder.fillTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the fill color.ALspComplexStroke.WaveBuilder.fillTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the fill color.Creates a builder used to create icon stroke patterns.Sets the icon to use.ALspComplexStroke.ArcBuilder.lineTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the line color.ALspComplexStroke.ArrowBuilder.lineTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the line color.ALspComplexStroke.LineBuilder.lineTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the line color.ALspComplexStroke.ParallelLineBuilder.lineTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the line color.ALspComplexStroke.PolylineBuilder.lineTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the line color.ALspComplexStroke.RectangleBuilder.lineTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the line color.ALspComplexStroke.TriangleBuilder.lineTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the line color.ALspComplexStroke.WaveBuilder.lineTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the line color. -
Uses of ILcdIcon in com.luciad.view.lightspeed.swing
-
Uses of ILcdIcon in com.luciad.view.map
Modifier and TypeMethodDescriptionTLcdAdvancedMapRulerController.getHotPointIcon()
Returns the hot point icon, it can benull
.TLcdMapGeorefGridLayer.getIcon()
TLcdMapLonLatGridLayer.getIcon()
Gets the icon for this layerTLcdUPSGridLayer.getIcon()
Returns null.TLcdUTMGridLayer.getIcon()
Returns the icon to represent this layer.TLcdXYGridLayer.getIcon()
Returns the icon to represent this layer.Modifier and TypeMethodDescriptionvoid
TLcdAdvancedMapRulerController.setHotPointIcon
(ILcdIcon aHotPointIcon) Sets the hot point icon, used to paint the handles on the measurement line.void
void
Sets the icon for this layer.void
Empty implementation.void
Sets the icon to represent this layer.void
Sets the icon to represent this layer. -
Uses of ILcdIcon in com.luciad.view.map.mgrs
Modifier and TypeMethodDescriptionTLcdMGRSGridLayer.getIcon()
Returns the icon to represent this layer. -
Uses of ILcdIcon in com.luciad.view.map.multilevelgrid
Modifier and TypeMethodDescriptionTLcdMultilevelGridLayer.getIcon()
Returns a graphical representation of this layer, which can be used in a GUI. -
Uses of ILcdIcon in com.luciad.view.swing
Modifier and TypeMethodDescriptionTLcdLayerTreeNodeCellRenderer.getDefaultLeafIcon()
The default icon, used for leafs that don't have an icon.TLcdLayerTreeNodeCellRenderer.getDefaultNodeIcon()
The default icon, used for nodes (not leafs) that don't have an icon.Modifier and TypeMethodDescriptionvoid
TLcdLayerTreeNodeCellRenderer.setDefaultLeafIcon
(ILcdIcon aDefaultLeafIcon) Sets the default icon, used for leafs that don't have an icon.void
TLcdLayerTreeNodeCellRenderer.setDefaultNodeIcon
(ILcdIcon aDefaultNodeIcon) Sets the default icon, used for nodes (not leafs) that don't have an icon. -
Uses of ILcdIcon in com.luciad.view.vertical
Modifier and TypeMethodDescriptionTLcdDefaultVVRenderer.getPointIcon
(int aPointIndex) TLcdDefaultVVRendererJ2D.getPointIcon
(int aPointIndex) abstract ILcdIcon
ALcdVVXAxisRendererJ2D.getXAxisIcon
(int aPointIndex) Modifier and TypeMethodDescriptionvoid
TLcdDefaultVVRenderer.setPointIcon
(ILcdIcon aIcon) Sets the defaultILcdIcon
for the main-profile-points.void
TLcdDefaultVVRendererJ2D.setPointIcon
(ILcdIcon aIcon) Sets the defaultILcdIcon
for the main-profile-points. -
Uses of ILcdIcon in com.luciad.wms.client.lightspeed
TLcdIconFactory
as well.