Uses of Interface
com.luciad.view.gxy.labeling.ILcdGXYViewLabelPlacer.ViewLabelPlacerCallback
Package
Description
Handles GXY view label placers and GXY labeling algorithms.
-
Uses of ILcdGXYViewLabelPlacer.ViewLabelPlacerCallback in com.luciad.view.gxy.labeling
Modifier and TypeMethodDescriptionvoid
ILcdGXYViewLabelPlacer.placeLabels
(Graphics aGraphics, ILcdGXYView aGXYView, ILcdGXYViewLabelPlacer.ViewLabelPlacerCallback aCallback) The implementation of this method shall define how to place the labels of all objects in the variousILcdGXYLayer
s of the givenILcdGXYView
.void
ILcdGXYViewLabelPlacer.placeLabels
(Graphics aGraphics, List<ILcdGXYLayer> aGXYLayers, ILcdGXYView aGXYView, ILcdGXYViewLabelPlacer.ViewLabelPlacerCallback aCallback) The implementation of this method shall define how to place the labels of all objects in the variousILcdGXYLayer
s from the givenList
.void
TLcdGXYAsynchronousLabelPlacer.placeLabels
(Graphics aGraphics, ILcdGXYView aGXYView, ILcdGXYViewLabelPlacer.ViewLabelPlacerCallback aCallback) void
TLcdGXYAsynchronousLabelPlacer.placeLabels
(Graphics aGraphics, List<ILcdGXYLayer> aGXYLayers, ILcdGXYView aGXYView, ILcdGXYViewLabelPlacer.ViewLabelPlacerCallback aCallback) void
TLcdGXYCompositeViewLabelPlacer.placeLabels
(Graphics aGraphics, ILcdGXYView aGXYView, ILcdGXYViewLabelPlacer.ViewLabelPlacerCallback aCallback) void
TLcdGXYCompositeViewLabelPlacer.placeLabels
(Graphics aGraphics, List<ILcdGXYLayer> aGXYLayers, ILcdGXYView aGXYView, ILcdGXYViewLabelPlacer.ViewLabelPlacerCallback aCallback) void
TLcdGXYLabelPlacer.placeLabels
(Graphics aGraphics, ILcdGXYView aGXYView, ILcdGXYViewLabelPlacer.ViewLabelPlacerCallback aCallback) void
TLcdGXYLabelPlacer.placeLabels
(Graphics aGraphics, List<ILcdGXYLayer> aGXYLayers, ILcdGXYView aGXYView, ILcdGXYViewLabelPlacer.ViewLabelPlacerCallback aCallback)