Uses of Interface
com.luciad.view.gxy.ILcdGXYPainterStyle
Packages that use ILcdGXYPainterStyle
Package
Description
Representation aspects of ICAO symbols for AIS.
Painters for 2D views in the context of AIS.
Provides 2D visualization support for
ILcdEarthTileSets.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
Methods in com.luciad.ais.symbology.icao that return ILcdGXYPainterStyleModifier and TypeMethodDescriptionTLcdICAOAirspacePainter.getBandStyle()Gets the fill style.TLcdICAOAirspacePainter.getLineStyle()Gets the line style. -
Uses of ILcdGXYPainterStyle in com.luciad.ais.view.gxy.painter
Methods in com.luciad.ais.view.gxy.painter that return ILcdGXYPainterStyleModifier and TypeMethodDescriptionTLcdGXYProcedureTrajectoryPainter.getConnectorPainterStyle()Returns theILcdGXYPainterStyleto be used for connector procedure geometry.TLcdGXYProcedureTrajectoryPainter.getDecorationPainterStyle()Returns theILcdGXYPainterStyleto be used for decoration procedure geometry.TLcdGXYProcedureTrajectoryPainter.getErrorPainterStyle()Returns theILcdGXYPainterStyleto be used for erroneous procedure geometry.TLcdGXYRoutePainter.getLineStyle()Returns the line style of this painter.TLcdGXYProcedureTrajectoryPainter.getMissedApproachPainterStyle()Returns theILcdGXYPainterStyleto be used for normal procedure geometry that comes after the missed approach point.TLcdGXYProcedureTrajectoryPainter.getNormalPainterStyle()Returns theILcdGXYPainterStyleto be used for normal procedure geometry.TLcdGXYRefuelingTrackPainter.getRefuelingAirspaceLineStyle()TLcdGXYRefuelingTrackPainter.getRefuelingTrackLineStyle()Methods in com.luciad.ais.view.gxy.painter with parameters of type ILcdGXYPainterStyleModifier and TypeMethodDescriptionvoidTLcdGXYProcedureTrajectoryPainter.setConnectorPainterStyle(ILcdGXYPainterStyle aConnectorPainterStyle) Sets theILcdGXYPainterStyleto be used for connector procedure geometry.voidTLcdGXYProcedureTrajectoryPainter.setDecorationPainterStyle(ILcdGXYPainterStyle aDecorationPainterStyle) Sets theILcdGXYPainterStyleto be used for decoration procedure geometry.voidTLcdGXYProcedureTrajectoryPainter.setErrorPainterStyle(ILcdGXYPainterStyle aErrorPainterStyle) Sets theILcdGXYPainterStyleto be used for erroneous procedure geometry.voidTLcdGXYRoutePainter.setLineStyle(ILcdGXYPainterStyle aStyle) Sets the line style of this painter.voidTLcdGXYProcedureTrajectoryPainter.setMissedApproachPainterStyle(ILcdGXYPainterStyle aMissedApproachPainterStyle) Sets theILcdGXYPainterStyleto be used for normal procedure geometry that comes after the missed approach point.voidTLcdGXYProcedureTrajectoryPainter.setNormalPainterStyle(ILcdGXYPainterStyle aNormalPainterStyle) Sets theILcdGXYPainterStyleto be used for normal procedure geometry.voidTLcdGXYRefuelingTrackPainter.setRefuelingAirspaceLineStyle(ILcdGXYPainterStyle aLineStyle) voidTLcdGXYRefuelingTrackPainter.setRefuelingTrackLineStyle(ILcdGXYPainterStyle aLineStyle) -
Uses of ILcdGXYPainterStyle in com.luciad.earth.view.gxy
Methods in com.luciad.earth.view.gxy that return ILcdGXYPainterStyleModifier 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.Methods in com.luciad.earth.view.gxy with parameters of type ILcdGXYPainterStyleModifier and TypeMethodDescriptionvoidTLcdEarthGXYRasterPainter.setBoundsFillStyle(ILcdGXYPainterStyle aFillStyle) Sets the style that is used when painting the fill of the bounds of tile set.voidTLcdEarthGXYRasterPainter.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
Classes in com.luciad.format.cgm.gxy that implement ILcdGXYPainterStyleModifier and TypeClassDescriptionclassThis class implements anILcdGXYPainterStylefor filling CGM objects.class -
Uses of ILcdGXYPainterStyle in com.luciad.format.database.gxy
Methods in com.luciad.format.database.gxy that return ILcdGXYPainterStyleModifier 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.Methods in com.luciad.format.database.gxy with parameters of type ILcdGXYPainterStyleModifier and TypeMethodDescriptionvoidTLcdDatabaseGXYPainterProvider.setFillStyle(ILcdGXYPainterStyle aFillStyle) Deprecated.Sets the fill style to use when painting the area defined by the object.voidTLcdDatabaseGXYPainterProvider.setLineStyle(ILcdGXYPainterStyle aLineStyle) Deprecated.Sets the line style to use when painting the outline of the object.Constructors in com.luciad.format.database.gxy with parameters of type ILcdGXYPainterStyleModifierConstructorDescriptionTLcdDatabaseGXYPainterProvider(boolean aUsePaintCache, ILcdGXYPainterStyle aLineStyle, ILcdGXYPainterStyle aFillStyle) Deprecated.Creates a new TLcdGeodeticGXYPainterProvider. -
Uses of ILcdGXYPainterStyle in com.luciad.format.dgn.gxy
Classes in com.luciad.format.dgn.gxy that implement ILcdGXYPainterStyleModifier and TypeClassDescriptionclassThis class implements anILcdGXYPainterStylefor filling DGN objects.classThis class implements anILcdGXYPainterStylefor DGN objects.classThis class implements anILcdGXYPainterStylefor DGN objects.classThis class implements anILcdGXYPainterStylefor painting the outlines of filled DGN objects.Methods in com.luciad.format.dgn.gxy that return ILcdGXYPainterStyleModifier and TypeMethodDescriptionTLcdDGNComplexShapeGXYPainter.getFillStyle()TLcdDGNEllipse2DGXYPainter.getFillStyle()Deprecated.TLcdDGNComplexShapeGXYPainter.getLineStyle()TLcdDGNEllipse2DGXYPainter.getLineStyle()Deprecated.Methods in com.luciad.format.dgn.gxy with parameters of type ILcdGXYPainterStyleModifier and TypeMethodDescriptionvoidTLcdDGNComplexShapeGXYPainter.setFillStyle(ILcdGXYPainterStyle aFillStyle) voidTLcdDGNEllipse2DGXYPainter.setFillStyle(ILcdGXYPainterStyle aFillStyle) Deprecated.voidTLcdDGNComplexShapeGXYPainter.setLineStyle(ILcdGXYPainterStyle aLineStyle) voidTLcdDGNEllipse2DGXYPainter.setLineStyle(ILcdGXYPainterStyle aLineStyle) Deprecated.Constructors in com.luciad.format.dgn.gxy with parameters of type ILcdGXYPainterStyleModifierConstructorDescriptionTLcdDGNComplexShapeGXYPainter(ILcdGXYPainterProvider aShapeGXYPainterProvider, ILcdGXYPainterStyle aLineStyle, ILcdGXYPainterStyle aFillStyle) Constructs aTLcdDGNComplexShapeGXYPainterwith a givenILcdGXYPainterProviderfor the elements of the complex shapes.TLcdDGNEllipse2DGXYPainter(ILcdGXYPainterStyle aLineStyle, ILcdGXYPainterStyle aFillStyle) Deprecated.Constructs aTLcdDGNEllipse2DGXYPainterwith a givenILcdGXYPainterfor 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
Classes in com.luciad.format.dwg.gxy that implement ILcdGXYPainterStyleModifier and TypeClassDescriptionclassThis class implements anILcdGXYPainterStylefor filling DWG objects.classThis class implements anILcdGXYPainterStylefor DWG objects.classThis class implements anILcdGXYPainterLineTypefor DWG objects.Constructors in com.luciad.format.dwg.gxy with parameters of type ILcdGXYPainterStyleModifierConstructorDescriptionTLcdDWGGXYPainterProvider(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
Methods in com.luciad.format.magneticnorth.gxy that return ILcdGXYPainterStyleModifier and TypeMethodDescriptionTLcdMagneticNorthGXYPainter.getEmphasizedNegativeStyle()Returns theILcdGXYPainterStylefor the emphasized lines having a negative value.TLcdMagneticNorthGXYPainter.getEmphasizedPositiveStyle()Returns theILcdGXYPainterStylefor the emphasized lines having a positive value.TLcdMagneticNorthGXYPainter.getNegativeStyle()Returns theILcdGXYPainterStylefor lines that are not emphasized and have a negative value.TLcdMagneticNorthGXYPainter.getPositiveStyle()Returns theILcdGXYPainterStylefor lines that are not emphasized and have a positive value.TLcdMagneticNorthGXYPainter.getZeroStyle()Returns theILcdGXYPainterStylefor the lines having zero value.Methods in com.luciad.format.magneticnorth.gxy with parameters of type ILcdGXYPainterStyleModifier and TypeMethodDescriptionvoidTLcdMagneticNorthGXYPainter.setEmphasizedNegativeStyle(ILcdGXYPainterStyle aEmphasizedNegativeStyle) Sets theILcdGXYPainterStylefor the emphasized lines having a negative value.voidTLcdMagneticNorthGXYPainter.setEmphasizedPositiveStyle(ILcdGXYPainterStyle aEmphasizedPositiveStyle) Sets theILcdGXYPainterStylefor the emphasized lines having a positive value.voidTLcdMagneticNorthGXYPainter.setNegativeStyle(ILcdGXYPainterStyle aNegativeStyle) Sets theILcdGXYPainterStylefor lines that are not emphasized and have a negative value.voidTLcdMagneticNorthGXYPainter.setPositiveStyle(ILcdGXYPainterStyle aPositiveStyle) Sets theILcdGXYPainterStylefor lines that are not emphasized and have a positive value.voidTLcdMagneticNorthGXYPainter.setZeroStyle(ILcdGXYPainterStyle aZeroStyle) Sets theILcdGXYPainterStylefor the lines having zero value. -
Uses of ILcdGXYPainterStyle in com.luciad.format.mif.gxy
Classes in com.luciad.format.mif.gxy that implement ILcdGXYPainterStyleModifier and TypeClassDescriptionclassThis class implements anILcdGXYPainterStylefor filling MIF objects, based on a given MIF brush style.classThis class implements anILcdGXYPainterStylefor painting MIF objects, based on a given MIF pen style.classThis class implements anILcdGXYPainterStylefor the of MIF text objects.classThis class implements anILcdGXYPainterStylefor MIF text objects. -
Uses of ILcdGXYPainterStyle in com.luciad.format.pol
Methods in com.luciad.format.pol with parameters of type ILcdGXYPainterStyleModifier and TypeMethodDescriptionvoidTLcdPOLPainter.setLineStyle(ILcdGXYPainterStyle aLineStyle) Sets the line style to use when painting the outline of the object. -
Uses of ILcdGXYPainterStyle in com.luciad.format.raster
Methods in com.luciad.format.raster that return ILcdGXYPainterStyleModifier and TypeMethodDescriptionALcdRasterPainter.getOutlineAreaFillStyle()ALcdRasterPainter.getOutlineStyle()Returns the style that is used to draw the outline of the area of raster and/or tiles.Methods in com.luciad.format.raster with parameters of type ILcdGXYPainterStyleModifier and TypeMethodDescriptionvoidALcdRasterPainter.setOutlineAreaFillStyle(ILcdGXYPainterStyle aFillStyle) Sets the style that is used when filling the outline area of raster and/or tiles.voidTLcdMultilevelRasterPainter.setOutlineAreaFillStyle(ILcdGXYPainterStyle aFillStyle) voidTLcdRasterPainter.setOutlineAreaFillStyle(ILcdGXYPainterStyle aFillStyle) voidALcdRasterPainter.setOutlineStyle(ILcdGXYPainterStyle aOutlineStyle) Sets the style that is used when drawing the outline of the area of raster and/or tiles.voidTLcdMultilevelRasterPainter.setOutlineStyle(ILcdGXYPainterStyle aOutlineStyle) voidTLcdRasterPainter.setOutlineStyle(ILcdGXYPainterStyle aOutlineStyle) -
Uses of ILcdGXYPainterStyle in com.luciad.format.vpf
Methods in com.luciad.format.vpf that return ILcdGXYPainterStyleModifier 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
Methods in com.luciad.fusion.client.view.gxy that return ILcdGXYPainterStyleModifier and TypeMethodDescriptionabstract ILcdGXYPainterStyleALfnVectorGXYStyleProvider.getFillStyle(ILcdDataObject aDataObject, ILfnTiledSurface aArea) Deprecated.Gets the fill style for an area feature.TLfnVectorGXYStyleProvider.getFillStyle(ILcdDataObject aDataObject, ILfnTiledSurface aArea) Deprecated.abstract ILcdGXYPainterStyleALfnVectorGXYStyleProvider.getLineStyle(ILcdDataObject aDataObject, ILcdCurve aLine) Deprecated.Gets the style for a line feature.TLfnVectorGXYStyleProvider.getLineStyle(ILcdDataObject aDataObject, ILcdCurve aLine) Deprecated.abstract ILcdGXYPainterStyleALfnVectorGXYStyleProvider.getOutlineStyle(ILcdDataObject aDataObject, ILfnTiledSurface aArea) Deprecated.Gets the outline style for an area feature.TLfnVectorGXYStyleProvider.getOutlineStyle(ILcdDataObject aDataObject, ILfnTiledSurface aArea) Deprecated.Methods in com.luciad.fusion.client.view.gxy with parameters of type ILcdGXYPainterStyleModifier 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
Fields in com.luciad.lucy.addons.drawing.format declared as ILcdGXYPainterStyleModifier and TypeFieldDescriptionstatic final ILcdGXYPainterStyleTLcyShapePainterProviderContainer.EMPTY_STYLEEmptyILcdGXYPainterStylethat does nothing.Methods in com.luciad.lucy.addons.drawing.format that return ILcdGXYPainterStyleModifier and TypeMethodDescriptionstatic ILcdGXYPainterStyleTLcyShapePainterProviderContainer.createSelectionLineStyle(ALcyProperties aProperties) Creates an empty style, which only applies the default selection color to the object when inILcdGXYPainter.SELECTEDmode. -
Uses of ILcdGXYPainterStyle in com.luciad.lucy.map
Classes in com.luciad.lucy.map that implement ILcdGXYPainterStyleModifier and TypeClassDescriptionclassDo not use this class, it's subject to change or disappear without notice. -
Uses of ILcdGXYPainterStyle in com.luciad.view.gxy
Classes in com.luciad.view.gxy that implement ILcdGXYPainterStyleModifier and TypeClassDescriptionclassImplementation ofILcdGXYPainterStylethat represents a line style, with a color and line width that can be different in regular and selected mode.classILcdGXYPainterStylethat fills areas by hatching them with a given line width and color.classThis is an implementation of theILcdGXYPainterStyleinterface.classThisILcdGXYPainterStyleapplies a given font, and either a color or a selectionColor.classILcdGXYPainterStylebased onjava.awt.Stroke.Fields in com.luciad.view.gxy declared as ILcdGXYPainterStyleModifier and TypeFieldDescriptionstatic ILcdGXYPainterStyleALcdGXYPainter.defaultCreationFillStyleDeprecated.do not use this fieldstatic ILcdGXYPainterStyleALcdGXYPainter.defaultCreationLineStyleDeprecated.do not use this fieldstatic ILcdGXYPainterStyleALcdGXYPainter.defaultFillStyleDeprecated.do not use this fieldstatic ILcdGXYPainterStyleALcdGXYPainter.defaultLineStyleDeprecated.do not use this fieldMethods in com.luciad.view.gxy that return ILcdGXYPainterStyleModifier 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.Methods in com.luciad.view.gxy with parameters of type ILcdGXYPainterStyleModifier and TypeMethodDescriptionvoidTLcdGXYShapePainter.setFillStyle(ILcdGXYPainterStyle aFillStyle) Sets the fill style.voidTLcdGXYShapePainter.setFontStyle(ILcdGXYPainterStyle aFontStyle) Sets the font style that is used when painting text objects.voidTLcdGXYShapePainter.setLineStyle(ILcdGXYPainterStyle aLineStyle) Sets the style for the outline of shapes. -
Uses of ILcdGXYPainterStyle in com.luciad.view.gxy.controller.touch
Methods in com.luciad.view.gxy.controller.touch that return ILcdGXYPainterStyleModifier and TypeMethodDescriptionTLcdMapTouchRulerController.getLineStyle()Returns the style to paint lines.Methods in com.luciad.view.gxy.controller.touch with parameters of type ILcdGXYPainterStyleModifier and TypeMethodDescriptionvoidTLcdMapTouchRulerController.setLineStyle(ILcdGXYPainterStyle aLineStyle) Sets the style to use to paint lines. -
Uses of ILcdGXYPainterStyle in com.luciad.view.gxy.painter
Methods in com.luciad.view.gxy.painter that return ILcdGXYPainterStyleModifier 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 theILcdTextobject.TLcdGXYTextPainter.getFontStyle()Returns the style used to paint theILcdTextobject.TLcdGXYTextPainter.getFrameStyle()Returns the style used to paint the frame around theILcdTextobject.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 theILcdArcobject.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.Methods in com.luciad.view.gxy.painter with parameters of type ILcdGXYPainterStyleModifier and TypeMethodDescriptionvoidALcdGXYAreaPainter.setFillStyle(ILcdGXYPainterStyle aFillStyle) Sets the fill style to use when painting the area defined by the object.voidTLcdGXYTextPainter.setFillStyle(ILcdGXYPainterStyle aFillStyle) Sets the style that will be used to fill the background of theILcdTextobject.voidTLcdGXYTextPainter.setFontStyle(ILcdGXYPainterStyle aFontStyle) Sets the style that will be used to paint theILcdTextobject.voidTLcdGXYTextPainter.setFrameStyle(ILcdGXYPainterStyle aFrameStyle) Sets the style that will be used to paint the frame around theILcdTextobject.voidALcdGXYAreaPainter.setLineStyle(ILcdGXYPainterStyle aLineStyle) Sets the line style to use when painting the outline of the object.voidTLcdGXYArcPainter.setLineStyle(ILcdGXYPainterStyle aLineStyle) Sets the line style to use when painting the contour of theILcdArcobject.voidTLcdGXYCircularArcPainter.setLineStyle(ILcdGXYPainterStyle aLineStyle) Sets the line style to use when painting the contour of the shape.voidTLcdGXYCompositeCurvePainter.setLineStyle(ILcdGXYPainterStyle aLineStyle) Sets the line style to use when painting the outline of the object.voidTLcdGXYDynamicSegmentationEventPainter.setLineStyle(ILcdGXYPainterStyle aLineStyle) Deprecated.voidTLcdGXYImagePainter.setOutlineAreaFillStyle(ILcdGXYPainterStyle aFillStyle) Sets the style that is used when filling the outline area of images and/or tiles.voidTLcdGXYImagePainter.setOutlineStyle(ILcdGXYPainterStyle aOutlineStyle) Sets the style that is used when drawing the bounds of the image and/or tiles.voidTLcdGXYLabelPainterAdapter.setPinStyle(ILcdGXYPainterStyle aPinStyle) Sets the painter style to be used when painting the pin.voidTLcdGXYOffsetIconPainter.setPinStyle(ILcdGXYPainterStyle aPinStyle) Sets the painter style to be used when painting the pin.voidTLcdGXYGeoBufferPainter.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
Classes in com.luciad.view.map that implement ILcdGXYPainterStyleModifier and TypeClassDescriptionclassAn ILcdGXYPainterStyle implementation that paints lines with a given thickness expressed in a given unit.Methods in com.luciad.view.map that return ILcdGXYPainterStyleModifier and TypeMethodDescriptionTLcdAdvancedMapRulerController.getLineStyle()Returns the style to paint lines.Methods in com.luciad.view.map with parameters of type ILcdGXYPainterStyleModifier and TypeMethodDescriptionvoidTLcdAdvancedMapRulerController.setLineStyle(ILcdGXYPainterStyle aLineStyle) Sets the style to use to paint lines. -
Uses of ILcdGXYPainterStyle in com.luciad.view.map.multilevelgrid
Methods in com.luciad.view.map.multilevelgrid that return ILcdGXYPainterStyleModifier and TypeMethodDescriptionprotected ILcdGXYPainterStyleTLcdMultilevelGridLayer.getLevelStyle(int aLevel) The style with which the grid line at a given level will be rendered.Methods in com.luciad.view.map.multilevelgrid with parameters of type ILcdGXYPainterStyleModifier and TypeMethodDescriptionvoidTLcdMultilevelGridLayer.setLevelStyle(int aLevel, ILcdGXYPainterStyle aLevelStyle) Sets the style with which the grid line at a given level should be rendered.voidTLcdMultilevelGridLayer.setOutlineStyle(ILcdGXYPainterStyle aOutlineStyle) Sets the style to use when rendering the outline of the multilevel grid.