Uses of Interface
com.luciad.view.gxy.ILcdGXYPen
Package
Description
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Provides layer-specific asynchronous painting.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
Utilities for making maps.
Provides GXY visualization support
for the Military Grid Reference System (MGRS).
Classes to work with rectangular axis aligned grids consisting of multiple uniform levels, called multilevel grids.
-
Uses of ILcdGXYPen in com.luciad.format.vpf
Modifier and TypeMethodDescriptionTLcdVPFDatabaseTree.getPen
(ILcdModelReference aModelReference) Deprecated. -
Uses of ILcdGXYPen in com.luciad.view.gxy
Modifier and TypeClassDescriptionclass
Provides default implementations for some of theILcdGXYPen
methods.class
ILcdGXYPen
for painting and editing elementary shapes defined in a geodetic model reference or grid reference with very high performance.Modifier and TypeMethodDescriptionILcdGXYView.getDefaultPen()
Deprecated.Use the relevant layer's pen instead.TLcdGXYViewBufferedImage.getDefaultPen()
Deprecated.Use the relevant layer's pen instead.TLcdGXYViewCanvas.getDefaultPen()
Deprecated.Use the relevant layer's pen instead.TLcdGXYViewJPanel.getDefaultPen()
Deprecated.Use the relevant layer's pen instead.TLcdGXYViewJPanelLightWeight.getDefaultPen()
Deprecated.Use the relevant layer's pen instead.TLcdGXYViewPanel.getDefaultPen()
Deprecated.Use the relevant layer's pen instead.TLcdGXYViewPlanarImage.getDefaultPen()
ALcdGXYContextWrapper.getGXYPen()
ILcdGXYContext.getGXYPen()
ILcdGXYLayer.getGXYPen()
Returns the pen to use when performing basic painting operations for objects in this layers model.final ILcdGXYPen
TLcdGXYContext.getGXYPen()
TLcdGXYDensityLayer.getGXYPen()
TLcdGXYLayer.getGXYPen()
Returns the pen to use when performing basic painting operations for objects in this layers model.TLcdGXYLayerList.getGXYPen()
Deprecated.Returns the pen used for all basic drawing operations for all sublayers.Modifier and TypeMethodDescriptionvoid
TLcdGXYViewBufferedImage.setDefaultPen
(ILcdGXYPen aDefaultPen) Deprecated.Use the relevant layer's pen instead.void
TLcdGXYViewCanvas.setDefaultPen
(ILcdGXYPen aDefaultPen) Deprecated.Use the relevant layer's pen instead.void
TLcdGXYViewJPanel.setDefaultPen
(ILcdGXYPen aDefaultPen) Deprecated.Use the relevant layer's pen instead.void
TLcdGXYViewJPanelLightWeight.setDefaultPen
(ILcdGXYPen aDefaultPen) Deprecated.Use the relevant layer's pen instead.void
TLcdGXYViewPanel.setDefaultPen
(ILcdGXYPen aDefaultPen) Deprecated.Use the relevant layer's pen instead.void
ILcdGXYLayerList.setGXYPen
(ILcdGXYPen aGXYPen) Deprecated.Sets theILcdGXYPen
to be used for the rendering operations for all sub layers.final void
TLcdGXYContext.setGXYPen
(ILcdGXYPen aPen) Sets anILcdGXYPen
to thisTLcdGXYContext
.void
TLcdGXYLayer.setGXYPen
(ILcdGXYPen aGXYPen) Sets the pen to use to perform basic rendering operations.void
TLcdGXYLayerList.setGXYPen
(ILcdGXYPen aGXYPen) Deprecated.The pen to use for all basic drawing operations for all sublayers.ModifierConstructorDescriptionTLcdGXYContext
(ILcdGXYView aGXYView, ILcdGXYPen aGXYPen, int aX, int aY, int aDeltaX, int aDeltaY) Create a newTLcdGXYContext
objectTLcdGXYLayer
(ILcdModel aModel, String aLabel, ILcdGXYPen aGXYPen) Constructs a layer with the given label, model and pen.TLcdGXYLayer
(String aLabel, ILcdGXYPen aGXYPen) Constructs an empty layer with the given label and pen. -
Uses of ILcdGXYPen in com.luciad.view.gxy.asynchronous
-
Uses of ILcdGXYPen in com.luciad.view.gxy.painter
Modifier and TypeMethodDescriptionTLcdGXYClippingPainterWrapper.getClipPen()
Returns the pen that is used for transforming the elements of the clip model.Modifier and TypeMethodDescriptionfinal int
TLcdGXYPointListPainter.getTouchedSegment
(ILcdGXYPen aPen, int aX, int aY, boolean includesHotPoints, ILcdModelXYWorldTransformation aMWT, ILcdGXYViewXYWorldTransformation aVWT) Deprecated.void
TLcdGXYClippingPainterWrapper.setClipPen
(ILcdGXYPen aClipPen) Sets the pen that is used for transforming the elements of the clip model. -
Uses of ILcdGXYPen in com.luciad.view.map
Modifier and TypeClassDescriptionclass
ILcdGXYPen
suited for painting and editing elementary shapes defined in a geodetic model reference, such as rhumb lines and geodetic lines.final class
ILcdGXYPen
suited for painting and editing elementary shapes defined in a cartesian grid coordinate system.final class
ILcdGXYPen
that paints and edits elementary shapes as if they were defined in the geodetic reference system of theworld reference
.Modifier and TypeMethodDescriptionTLcdMapGeorefGridLayer.getGXYPen()
TLcdMapLonLatGridLayer.getGXYPen()
Returns the pen used to perform basic rendering operationsTLcdUPSGridLayer.getGXYPen()
TLcdUTMGridLayer.getGXYPen()
Returns the pen used to render the grid lines.TLcdXYGridLayer.getGXYPen()
Grid lines are painted internally.Modifier and TypeMethodDescriptionvoid
TLcdMapLonLatGridLayer.setGXYPen
(ILcdGXYPen aGXYPen) Sets the pen to use to perform basic rendering operations. -
Uses of ILcdGXYPen in com.luciad.view.map.mgrs
Modifier and TypeMethodDescriptionTLcdMGRSGridLayer.getGXYPen()
Grid lines are painted internally. -
Uses of ILcdGXYPen in com.luciad.view.map.multilevelgrid
Modifier and TypeMethodDescriptionTLcdMultilevelGridLayer.getGXYPen()
Returns the pen used to render the grid lines.Modifier and TypeMethodDescriptionvoid
TLcdMultilevelGridLayer.setGXYPen
(ILcdGXYPen aPen) Sets the pen to use to render the grid lines.