Uses of Interface
com.luciad.view.gxy.labeling.ILcdGXYViewLabelPlacer
Packages that use ILcdGXYViewLabelPlacer
Package
Description
Provides two-dimensional views and components supporting the visualization of the former's representation.
Handles GXY view label placers and GXY labeling algorithms.
-
Uses of ILcdGXYViewLabelPlacer in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return ILcdGXYViewLabelPlacerModifier and TypeMethodDescriptiondefault ILcdGXYViewLabelPlacer
ILcdGXYView.getGXYViewLabelPlacer()
Returns the label placer for this view.TLcdGXYViewBufferedImage.getGXYViewLabelPlacer()
TLcdGXYViewCanvas.getGXYViewLabelPlacer()
TLcdGXYViewJPanel.getGXYViewLabelPlacer()
TLcdGXYViewJPanelLightWeight.getGXYViewLabelPlacer()
TLcdGXYViewPanel.getGXYViewLabelPlacer()
TLcdGXYViewPlanarImage.getGXYViewLabelPlacer()
Methods in com.luciad.view.gxy with parameters of type ILcdGXYViewLabelPlacerModifier and TypeMethodDescriptiondefault void
ILcdGXYView.setGXYViewLabelPlacer
(ILcdGXYViewLabelPlacer aLabelPlacer) This method sets anILcdGXYViewLabelPlacer
to use for global labeling.void
TLcdGXYViewBufferedImage.setGXYViewLabelPlacer
(ILcdGXYViewLabelPlacer aGXYViewLabelPlacer) void
TLcdGXYViewCanvas.setGXYViewLabelPlacer
(ILcdGXYViewLabelPlacer aGXYViewLabelPlacer) void
TLcdGXYViewJPanel.setGXYViewLabelPlacer
(ILcdGXYViewLabelPlacer aGXYViewLabelPlacer) void
TLcdGXYViewJPanelLightWeight.setGXYViewLabelPlacer
(ILcdGXYViewLabelPlacer aGXYViewLabelPlacer) void
TLcdGXYViewPanel.setGXYViewLabelPlacer
(ILcdGXYViewLabelPlacer aGXYViewLabelPlacer) void
TLcdGXYViewPlanarImage.setGXYViewLabelPlacer
(ILcdGXYViewLabelPlacer aGXYViewLabelPlacer) -
Uses of ILcdGXYViewLabelPlacer in com.luciad.view.gxy.labeling
Classes in com.luciad.view.gxy.labeling that implement ILcdGXYViewLabelPlacerModifier and TypeClassDescriptionclass
This view label placer can be used to perform asynchronous labeling.class
This composite view label placer creates a number of delegate view label placers based on a group ID.class
ThisILcdGXYViewLabelPlacer
places the labels using a given algorithm.Methods in com.luciad.view.gxy.labeling that return ILcdGXYViewLabelPlacerModifier and TypeMethodDescriptionprotected ILcdGXYViewLabelPlacer
TLcdGXYCompositeViewLabelPlacer.createViewLabelPlacer
(String aGroupID, ILcdGXYView aGXYView) Creates a new view label placer for the given group ID in the given view.