Uses of Interface
com.luciad.view.gxy.labeling.algorithm.discrete.ILcdGXYLabelingPathProvider
Package
Description
Provides two-dimensional views and components supporting the visualization of the former's representation.
Handles discrete placements labeling algorithms.
-
Uses of ILcdGXYLabelingPathProvider in com.luciad.view.gxy
Modifier and TypeMethodDescriptionTLcdGXYCurvedPathLabelPainter.getPathProvider()
Returns the used path provider.ModifierConstructorDescriptionTLcdGXYCurvedPathLabelPainter
(ILcdGXYLabelingPathProvider aPathProvider) Creates a newTLcdGXYCurvedPathLabelPainter
, using the given path provider. -
Uses of ILcdGXYLabelingPathProvider in com.luciad.view.gxy.labeling.algorithm.discrete
Modifier and TypeClassDescriptionclass
This path provider can provide paths for most supported shapes.Modifier and TypeMethodDescriptionTLcdGXYInPathLabelingAlgorithm.getPathProvider()
Returns the path provider used by this path labeling algorithm.TLcdGXYOnPathLabelingAlgorithm.getPathProvider()
Returns the path provider used by this path labeling algorithm.Modifier and TypeMethodDescriptionvoid
TLcdGXYInPathLabelingAlgorithm.setPathProvider
(ILcdGXYLabelingPathProvider aPathProvider) Sets the path provider to be used by this path labeling algorithm.void
TLcdGXYOnPathLabelingAlgorithm.setPathProvider
(ILcdGXYLabelingPathProvider aPathProvider) Sets the path provider to be used by this path labeling algorithm.ModifierConstructorDescriptionTLcdGXYInPathLabelingAlgorithm
(ILcdGXYLabelingPathProvider aPathProvider) Creates a newTLcdGXYInPathLabelingAlgorithm
using the given path provider.TLcdGXYOnPathLabelingAlgorithm
(ILcdGXYLabelingPathProvider aPathProvider, boolean aPlaceLabelsAlongViewBounds) Creates a new on path labeling algorithm that can be used to place labels on or along paths returned by the given path provider.