Uses of Interface
com.luciad.view.gxy.labeling.algorithm.discrete.ILcdGXYLabelingPathProvider
Packages that use 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
Methods in com.luciad.view.gxy that return ILcdGXYLabelingPathProviderModifier and TypeMethodDescriptionTLcdGXYCurvedPathLabelPainter.getPathProvider()Returns the used path provider.Constructors in com.luciad.view.gxy with parameters of type ILcdGXYLabelingPathProviderModifierConstructorDescriptionTLcdGXYCurvedPathLabelPainter(ILcdGXYLabelingPathProvider aPathProvider) Creates a newTLcdGXYCurvedPathLabelPainter, using the given path provider. -
Uses of ILcdGXYLabelingPathProvider in com.luciad.view.gxy.labeling.algorithm.discrete
Classes in com.luciad.view.gxy.labeling.algorithm.discrete that implement ILcdGXYLabelingPathProviderModifier and TypeClassDescriptionclassThis path provider can provide paths for most supported shapes.Methods in com.luciad.view.gxy.labeling.algorithm.discrete that return ILcdGXYLabelingPathProviderModifier 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.Methods in com.luciad.view.gxy.labeling.algorithm.discrete with parameters of type ILcdGXYLabelingPathProviderModifier and TypeMethodDescriptionvoidTLcdGXYInPathLabelingAlgorithm.setPathProvider(ILcdGXYLabelingPathProvider aPathProvider) Sets the path provider to be used by this path labeling algorithm.voidTLcdGXYOnPathLabelingAlgorithm.setPathProvider(ILcdGXYLabelingPathProvider aPathProvider) Sets the path provider to be used by this path labeling algorithm.Constructors in com.luciad.view.gxy.labeling.algorithm.discrete with parameters of type ILcdGXYLabelingPathProviderModifierConstructorDescriptionTLcdGXYInPathLabelingAlgorithm(ILcdGXYLabelingPathProvider aPathProvider) Creates a newTLcdGXYInPathLabelingAlgorithmusing 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.