Uses of Interface
com.luciad.view.gxy.ILcdGXYPainterStyle
Package
Description
Representation aspects of ICAO symbols for AIS.
Painters for 2D views in the context of AIS.
Provides 2D visualization support for
ILcdEarthTileSet
s.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.
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.
Handles the POL format.
Provides representations, decoders, and encoders for rasters.
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
Provides support for visualizing vector data from a LuciadFusion Tile Store in a 2D view.
This package provides a new, highly configurable data format.
Contains a broad range of classes related to the visual represention of a map.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Touch controllers for the 2D view.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
Utilities for making maps.
Classes to work with rectangular axis aligned grids consisting of multiple uniform levels, called multilevel grids.
-
Uses of ILcdGXYPainterStyle in com.luciad.ais.symbology.icao
Modifier and TypeMethodDescriptionTLcdICAOAirspacePainter.getBandStyle()
Gets the fill style.TLcdICAOAirspacePainter.getLineStyle()
Gets the line style. -
Uses of ILcdGXYPainterStyle in com.luciad.ais.view.gxy.painter
Modifier and TypeMethodDescriptionTLcdGXYProcedureTrajectoryPainter.getConnectorPainterStyle()
Returns theILcdGXYPainterStyle
to be used for connector procedure geometry.TLcdGXYProcedureTrajectoryPainter.getDecorationPainterStyle()
Returns theILcdGXYPainterStyle
to be used for decoration procedure geometry.TLcdGXYProcedureTrajectoryPainter.getErrorPainterStyle()
Returns theILcdGXYPainterStyle
to be used for erroneous procedure geometry.TLcdGXYRoutePainter.getLineStyle()
Returns the line style of this painter.TLcdGXYProcedureTrajectoryPainter.getMissedApproachPainterStyle()
Returns theILcdGXYPainterStyle
to be used for normal procedure geometry that comes after the missed approach point.TLcdGXYProcedureTrajectoryPainter.getNormalPainterStyle()
Returns theILcdGXYPainterStyle
to be used for normal procedure geometry.TLcdGXYRefuelingTrackPainter.getRefuelingAirspaceLineStyle()
TLcdGXYRefuelingTrackPainter.getRefuelingTrackLineStyle()
Modifier and TypeMethodDescriptionvoid
TLcdGXYProcedureTrajectoryPainter.setConnectorPainterStyle
(ILcdGXYPainterStyle aConnectorPainterStyle) Sets theILcdGXYPainterStyle
to be used for connector procedure geometry.void
TLcdGXYProcedureTrajectoryPainter.setDecorationPainterStyle
(ILcdGXYPainterStyle aDecorationPainterStyle) Sets theILcdGXYPainterStyle
to be used for decoration procedure geometry.void
TLcdGXYProcedureTrajectoryPainter.setErrorPainterStyle
(ILcdGXYPainterStyle aErrorPainterStyle) Sets theILcdGXYPainterStyle
to be used for erroneous procedure geometry.void
TLcdGXYRoutePainter.setLineStyle
(ILcdGXYPainterStyle aStyle) Sets the line style of this painter.void
TLcdGXYProcedureTrajectoryPainter.setMissedApproachPainterStyle
(ILcdGXYPainterStyle aMissedApproachPainterStyle) Sets theILcdGXYPainterStyle
to be used for normal procedure geometry that comes after the missed approach point.void
TLcdGXYProcedureTrajectoryPainter.setNormalPainterStyle
(ILcdGXYPainterStyle aNormalPainterStyle) Sets theILcdGXYPainterStyle
to be used for normal procedure geometry.void
TLcdGXYRefuelingTrackPainter.setRefuelingAirspaceLineStyle
(ILcdGXYPainterStyle aLineStyle) void
TLcdGXYRefuelingTrackPainter.setRefuelingTrackLineStyle
(ILcdGXYPainterStyle aLineStyle) -
Uses of ILcdGXYPainterStyle in com.luciad.earth.view.gxy
Modifier and TypeMethodDescriptionTLcdEarthGXYRasterPainter.getBoundsFillStyle()
Returns the style that is used when painting the fill of the bounds of tile set.TLcdEarthGXYRasterPainter.getBoundsLineStyle()
Returns the style that is used when painting the outline of the bounds of tile set.Modifier and TypeMethodDescriptionvoid
TLcdEarthGXYRasterPainter.setBoundsFillStyle
(ILcdGXYPainterStyle aFillStyle) Sets the style that is used when painting the fill of the bounds of tile set.void
TLcdEarthGXYRasterPainter.setBoundsLineStyle
(ILcdGXYPainterStyle aLineStyle) Sets the style that is used when painting the outline of the bounds of tile set. -
Uses of ILcdGXYPainterStyle in com.luciad.format.cgm.gxy
Modifier and TypeClassDescriptionclass
This class implements anILcdGXYPainterStyle
for filling CGM objects.class
-
Uses of ILcdGXYPainterStyle in com.luciad.format.database.gxy
Modifier and TypeMethodDescriptionTLcdDatabaseGXYPainterProvider.getFillStyle()
Deprecated.Returns the fill style used for painting the area defined by the object.TLcdDatabaseGXYPainterProvider.getLineStyle()
Deprecated.Returns the line style used for painting the outline of the object.Modifier and TypeMethodDescriptionvoid
TLcdDatabaseGXYPainterProvider.setFillStyle
(ILcdGXYPainterStyle aFillStyle) Deprecated.Sets the fill style to use when painting the area defined by the object.void
TLcdDatabaseGXYPainterProvider.setLineStyle
(ILcdGXYPainterStyle aLineStyle) Deprecated.Sets the line style to use when painting the outline of the object.ModifierConstructorDescriptionTLcdDatabaseGXYPainterProvider
(boolean aUsePaintCache, ILcdGXYPainterStyle aLineStyle, ILcdGXYPainterStyle aFillStyle) Deprecated.Creates a new TLcdGeodeticGXYPainterProvider. -
Uses of ILcdGXYPainterStyle in com.luciad.format.dgn.gxy
Modifier and TypeClassDescriptionclass
This class implements anILcdGXYPainterStyle
for filling DGN objects.class
This class implements anILcdGXYPainterStyle
for DGN objects.class
This class implements anILcdGXYPainterStyle
for DGN objects.class
This class implements anILcdGXYPainterStyle
for painting the outlines of filled DGN objects.Modifier and TypeMethodDescriptionTLcdDGNComplexShapeGXYPainter.getFillStyle()
TLcdDGNEllipse2DGXYPainter.getFillStyle()
Deprecated.TLcdDGNComplexShapeGXYPainter.getLineStyle()
TLcdDGNEllipse2DGXYPainter.getLineStyle()
Deprecated.Modifier and TypeMethodDescriptionvoid
TLcdDGNComplexShapeGXYPainter.setFillStyle
(ILcdGXYPainterStyle aFillStyle) void
TLcdDGNEllipse2DGXYPainter.setFillStyle
(ILcdGXYPainterStyle aFillStyle) Deprecated.void
TLcdDGNComplexShapeGXYPainter.setLineStyle
(ILcdGXYPainterStyle aLineStyle) void
TLcdDGNEllipse2DGXYPainter.setLineStyle
(ILcdGXYPainterStyle aLineStyle) Deprecated.ModifierConstructorDescriptionTLcdDGNComplexShapeGXYPainter
(ILcdGXYPainterProvider aShapeGXYPainterProvider, ILcdGXYPainterStyle aLineStyle, ILcdGXYPainterStyle aFillStyle) Constructs aTLcdDGNComplexShapeGXYPainter
with a givenILcdGXYPainterProvider
for the elements of the complex shapes.TLcdDGNEllipse2DGXYPainter
(ILcdGXYPainterStyle aLineStyle, ILcdGXYPainterStyle aFillStyle) Deprecated.Constructs aTLcdDGNEllipse2DGXYPainter
with a givenILcdGXYPainter
for the elements of the complex shapes.TLcdDGNGXYPainterProvider
(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology, boolean aUsePaintCache, ILcdDGNGXYFillMode aFillMode, ILcdGXYPainterStyle aLineStyle, ILcdGXYPainterStyle aFillStyle, ILcdGXYPainterStyle aFontStyle) Creates a new TLcdDGNGXYPainterProvider with the given level symbology and color table, and a set of painter styles to specify the drawing style of the ILcdDGNShape objects.TLcdDGNGXYPainterProvider
(TLcdDGNColorTable aDGNColorTable, TLcdDGNLevelSymbology aDGNLevelSymbology, boolean aUsePaintCache, ILcdDGNGXYFillMode aFillMode, ILcdGXYPainterStyle aLineStyle, ILcdGXYPainterStyle aFillStyle, ILcdGXYPainterStyle aFontStyle, boolean aHandleHoles, boolean aHandleUnfilledHoles) Creates a new TLcdDGNGXYPainterProvider with the given level symbology and color table, and a set of painter styles to specify the drawing style of the ILcdDGNShape objects. -
Uses of ILcdGXYPainterStyle in com.luciad.format.dwg.gxy
Modifier and TypeClassDescriptionclass
This class implements anILcdGXYPainterStyle
for filling DWG objects.class
This class implements anILcdGXYPainterStyle
for DWG objects.class
This class implements anILcdGXYPainterLineType
for DWG objects.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 ILcdGXYPainterStyle in com.luciad.format.magneticnorth.gxy
Modifier and TypeMethodDescriptionTLcdMagneticNorthGXYPainter.getEmphasizedNegativeStyle()
Returns theILcdGXYPainterStyle
for the emphasized lines having a negative value.TLcdMagneticNorthGXYPainter.getEmphasizedPositiveStyle()
Returns theILcdGXYPainterStyle
for the emphasized lines having a positive value.TLcdMagneticNorthGXYPainter.getNegativeStyle()
Returns theILcdGXYPainterStyle
for lines that are not emphasized and have a negative value.TLcdMagneticNorthGXYPainter.getPositiveStyle()
Returns theILcdGXYPainterStyle
for lines that are not emphasized and have a positive value.TLcdMagneticNorthGXYPainter.getZeroStyle()
Returns theILcdGXYPainterStyle
for the lines having zero value.Modifier and TypeMethodDescriptionvoid
TLcdMagneticNorthGXYPainter.setEmphasizedNegativeStyle
(ILcdGXYPainterStyle aEmphasizedNegativeStyle) Sets theILcdGXYPainterStyle
for the emphasized lines having a negative value.void
TLcdMagneticNorthGXYPainter.setEmphasizedPositiveStyle
(ILcdGXYPainterStyle aEmphasizedPositiveStyle) Sets theILcdGXYPainterStyle
for the emphasized lines having a positive value.void
TLcdMagneticNorthGXYPainter.setNegativeStyle
(ILcdGXYPainterStyle aNegativeStyle) Sets theILcdGXYPainterStyle
for lines that are not emphasized and have a negative value.void
TLcdMagneticNorthGXYPainter.setPositiveStyle
(ILcdGXYPainterStyle aPositiveStyle) Sets theILcdGXYPainterStyle
for lines that are not emphasized and have a positive value.void
TLcdMagneticNorthGXYPainter.setZeroStyle
(ILcdGXYPainterStyle aZeroStyle) Sets theILcdGXYPainterStyle
for the lines having zero value. -
Uses of ILcdGXYPainterStyle in com.luciad.format.mif.gxy
Modifier and TypeClassDescriptionclass
This class implements anILcdGXYPainterStyle
for filling MIF objects, based on a given MIF brush style.class
This class implements anILcdGXYPainterStyle
for painting MIF objects, based on a given MIF pen style.class
This class implements anILcdGXYPainterStyle
for the of MIF text objects.class
This class implements anILcdGXYPainterStyle
for MIF text objects. -
Uses of ILcdGXYPainterStyle in com.luciad.format.pol
Modifier and TypeMethodDescriptionvoid
TLcdPOLPainter.setLineStyle
(ILcdGXYPainterStyle aLineStyle) Sets the line style to use when painting the outline of the object. -
Uses of ILcdGXYPainterStyle in com.luciad.format.raster
Modifier and TypeMethodDescriptionALcdRasterPainter.getOutlineAreaFillStyle()
ALcdRasterPainter.getOutlineStyle()
Returns the style that is used to draw the outline of the area of raster and/or tiles.Modifier and TypeMethodDescriptionvoid
ALcdRasterPainter.setOutlineAreaFillStyle
(ILcdGXYPainterStyle aFillStyle) Sets the style that is used when filling the outline area of raster and/or tiles.void
TLcdMultilevelRasterPainter.setOutlineAreaFillStyle
(ILcdGXYPainterStyle aFillStyle) void
TLcdRasterPainter.setOutlineAreaFillStyle
(ILcdGXYPainterStyle aFillStyle) void
ALcdRasterPainter.setOutlineStyle
(ILcdGXYPainterStyle aOutlineStyle) Sets the style that is used when drawing the outline of the area of raster and/or tiles.void
TLcdMultilevelRasterPainter.setOutlineStyle
(ILcdGXYPainterStyle aOutlineStyle) void
TLcdRasterPainter.setOutlineStyle
(ILcdGXYPainterStyle aOutlineStyle) -
Uses of ILcdGXYPainterStyle in com.luciad.format.vpf
Modifier and TypeMethodDescriptionILcdVPFLayerFactoryModel.getFillStyle
(TLcdVPFFeatureClass aVPFFeatureClass) Returns a fill style that can be used to represent a feature of the given feature class on a map.TLcdVPFLayerFactoryModel.getFillStyle
(TLcdVPFFeatureClass aVPFFeatureClass) ILcdVPFLayerFactoryModel.getLineStyle
(TLcdVPFFeatureClass aVPFFeatureClass) Returns a line style that can be used to represent a feature of the given feature class on a map.TLcdVPFLayerFactoryModel.getLineStyle
(TLcdVPFFeatureClass aVPFFeatureClass) -
Uses of ILcdGXYPainterStyle in com.luciad.fusion.client.view.gxy
Modifier and TypeMethodDescriptionabstract ILcdGXYPainterStyle
ALfnVectorGXYStyleProvider.getFillStyle
(ILcdDataObject aDataObject, ILfnTiledSurface aArea) Deprecated.Gets the fill style for an area feature.TLfnVectorGXYStyleProvider.getFillStyle
(ILcdDataObject aDataObject, ILfnTiledSurface aArea) Deprecated.abstract ILcdGXYPainterStyle
ALfnVectorGXYStyleProvider.getLineStyle
(ILcdDataObject aDataObject, ILcdCurve aLine) Deprecated.Gets the style for a line feature.TLfnVectorGXYStyleProvider.getLineStyle
(ILcdDataObject aDataObject, ILcdCurve aLine) Deprecated.abstract ILcdGXYPainterStyle
ALfnVectorGXYStyleProvider.getOutlineStyle
(ILcdDataObject aDataObject, ILfnTiledSurface aArea) Deprecated.Gets the outline style for an area feature.TLfnVectorGXYStyleProvider.getOutlineStyle
(ILcdDataObject aDataObject, ILfnTiledSurface aArea) Deprecated.Modifier and TypeMethodDescriptionTLfnVectorGXYStyleProvider.Builder.setAreaStyle
(ILcdGXYPainterStyle aOutlineStyle, ILcdGXYPainterStyle aFillStyle) Deprecated.Sets the outline and fill styles for areas.TLfnVectorGXYStyleProvider.Builder.setLineStyle
(ILcdGXYPainterStyle aLineStyle) Deprecated.Sets the style for lines. -
Uses of ILcdGXYPainterStyle in com.luciad.lucy.addons.drawing.format
Modifier and TypeFieldDescriptionstatic final ILcdGXYPainterStyle
TLcyShapePainterProviderContainer.EMPTY_STYLE
EmptyILcdGXYPainterStyle
that does nothing.Modifier and TypeMethodDescriptionstatic ILcdGXYPainterStyle
TLcyShapePainterProviderContainer.createSelectionLineStyle
(ALcyProperties aProperties) Creates an empty style, which only applies the default selection color to the object when inILcdGXYPainter.SELECTED
mode. -
Uses of ILcdGXYPainterStyle in com.luciad.lucy.map
Modifier and TypeClassDescriptionclass
Do not use this class, it's subject to change or disappear without notice. -
Uses of ILcdGXYPainterStyle in com.luciad.view.gxy
Modifier and TypeClassDescriptionclass
Implementation ofILcdGXYPainterStyle
that represents a line style, with a color and line width that can be different in regular and selected mode.class
ILcdGXYPainterStyle
that fills areas by hatching them with a given line width and color.class
This is an implementation of theILcdGXYPainterStyle
interface.class
ThisILcdGXYPainterStyle
applies a given font, and either a color or a selectionColor.class
ILcdGXYPainterStyle
based onjava.awt.Stroke
.Modifier and TypeFieldDescriptionstatic ILcdGXYPainterStyle
ALcdGXYPainter.defaultCreationFillStyle
Deprecated.do not use this fieldstatic ILcdGXYPainterStyle
ALcdGXYPainter.defaultCreationLineStyle
Deprecated.do not use this fieldstatic ILcdGXYPainterStyle
ALcdGXYPainter.defaultFillStyle
Deprecated.do not use this fieldstatic ILcdGXYPainterStyle
ALcdGXYPainter.defaultLineStyle
Deprecated.do not use this fieldModifier and TypeMethodDescriptionTLcdGXYShapePainter.getFillStyle()
Returns the fill style.TLcdGXYShapePainter.getFontStyle()
Returns the font style that is used when painting text objects.TLcdGXYShapePainter.getLineStyle()
Returns the style for the outline of shapes.Modifier and TypeMethodDescriptionvoid
TLcdGXYShapePainter.setFillStyle
(ILcdGXYPainterStyle aFillStyle) Sets the fill style.void
TLcdGXYShapePainter.setFontStyle
(ILcdGXYPainterStyle aFontStyle) Sets the font style that is used when painting text objects.void
TLcdGXYShapePainter.setLineStyle
(ILcdGXYPainterStyle aLineStyle) Sets the style for the outline of shapes. -
Uses of ILcdGXYPainterStyle in com.luciad.view.gxy.controller.touch
Modifier and TypeMethodDescriptionTLcdMapTouchRulerController.getLineStyle()
Returns the style to paint lines.Modifier and TypeMethodDescriptionvoid
TLcdMapTouchRulerController.setLineStyle
(ILcdGXYPainterStyle aLineStyle) Sets the style to use to paint lines. -
Uses of ILcdGXYPainterStyle in com.luciad.view.gxy.painter
Modifier and TypeMethodDescriptionALcdGXYAreaPainter.getFillStyle()
Returns the fill style used for painting the area defined by the object.TLcdGXYTextPainter.getFillStyle()
Returns the style used to fill the background of theILcdText
object.TLcdGXYTextPainter.getFontStyle()
Returns the style used to paint theILcdText
object.TLcdGXYTextPainter.getFrameStyle()
Returns the style used to paint the frame around theILcdText
object.ALcdGXYAreaPainter.getLineStyle()
Returns the line style used for painting the outline of the object.TLcdGXYArcPainter.getLineStyle()
Returns the line style used for painting the contour of theILcdArc
object.TLcdGXYCircularArcPainter.getLineStyle()
Returns the line style used for painting the contour of the shape.TLcdGXYCompositeCurvePainter.getLineStyle()
Returns the line style used for painting the outline of the object.TLcdGXYDynamicSegmentationEventPainter.getLineStyle()
Deprecated.TLcdGXYImagePainter.getOutlineAreaFillStyle()
TLcdGXYImagePainter.getOutlineStyle()
Returns the style that is used to draw the bounds of images and/or tiles.TLcdGXYLabelPainterAdapter.getPinStyle()
Returns the painter style that is used when drawing the pin.TLcdGXYOffsetIconPainter.getPinStyle()
Returns the painter style that is used when drawing the pin.TLcdGXYGeoBufferPainter.getVisualAidLineStyle()
Returns the line style that is used to visualize visual aid lines when editing a variable geo buffer.Modifier and TypeMethodDescriptionvoid
ALcdGXYAreaPainter.setFillStyle
(ILcdGXYPainterStyle aFillStyle) Sets the fill style to use when painting the area defined by the object.void
TLcdGXYTextPainter.setFillStyle
(ILcdGXYPainterStyle aFillStyle) Sets the style that will be used to fill the background of theILcdText
object.void
TLcdGXYTextPainter.setFontStyle
(ILcdGXYPainterStyle aFontStyle) Sets the style that will be used to paint theILcdText
object.void
TLcdGXYTextPainter.setFrameStyle
(ILcdGXYPainterStyle aFrameStyle) Sets the style that will be used to paint the frame around theILcdText
object.void
ALcdGXYAreaPainter.setLineStyle
(ILcdGXYPainterStyle aLineStyle) Sets the line style to use when painting the outline of the object.void
TLcdGXYArcPainter.setLineStyle
(ILcdGXYPainterStyle aLineStyle) Sets the line style to use when painting the contour of theILcdArc
object.void
TLcdGXYCircularArcPainter.setLineStyle
(ILcdGXYPainterStyle aLineStyle) Sets the line style to use when painting the contour of the shape.void
TLcdGXYCompositeCurvePainter.setLineStyle
(ILcdGXYPainterStyle aLineStyle) Sets the line style to use when painting the outline of the object.void
TLcdGXYDynamicSegmentationEventPainter.setLineStyle
(ILcdGXYPainterStyle aLineStyle) Deprecated.void
TLcdGXYImagePainter.setOutlineAreaFillStyle
(ILcdGXYPainterStyle aFillStyle) Sets the style that is used when filling the outline area of images and/or tiles.void
TLcdGXYImagePainter.setOutlineStyle
(ILcdGXYPainterStyle aOutlineStyle) Sets the style that is used when drawing the bounds of the image and/or tiles.void
TLcdGXYLabelPainterAdapter.setPinStyle
(ILcdGXYPainterStyle aPinStyle) Sets the painter style to be used when painting the pin.void
TLcdGXYOffsetIconPainter.setPinStyle
(ILcdGXYPainterStyle aPinStyle) Sets the painter style to be used when painting the pin.void
TLcdGXYGeoBufferPainter.setVisualAidLineStyle
(ILcdGXYPainterStyle aLineStyle) Sets the line style that is used to visualize visual aid lines when editing a variable geo buffer. -
Uses of ILcdGXYPainterStyle in com.luciad.view.map
Modifier and TypeClassDescriptionclass
An ILcdGXYPainterStyle implementation that paints lines with a given thickness expressed in a given unit.Modifier and TypeMethodDescriptionTLcdAdvancedMapRulerController.getLineStyle()
Returns the style to paint lines.Modifier and TypeMethodDescriptionvoid
TLcdAdvancedMapRulerController.setLineStyle
(ILcdGXYPainterStyle aLineStyle) Sets the style to use to paint lines. -
Uses of ILcdGXYPainterStyle in com.luciad.view.map.multilevelgrid
Modifier and TypeMethodDescriptionprotected ILcdGXYPainterStyle
TLcdMultilevelGridLayer.getLevelStyle
(int aLevel) The style with which the grid line at a given level will be rendered.Modifier and TypeMethodDescriptionvoid
TLcdMultilevelGridLayer.setLevelStyle
(int aLevel, ILcdGXYPainterStyle aLevelStyle) Sets the style with which the grid line at a given level should be rendered.void
TLcdMultilevelGridLayer.setOutlineStyle
(ILcdGXYPainterStyle aOutlineStyle) Sets the style to use when rendering the outline of the multilevel grid.