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 ILcdGXYViewLabelPlacerILcdGXYView.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 voidILcdGXYView.setGXYViewLabelPlacer(ILcdGXYViewLabelPlacer aLabelPlacer) This method sets anILcdGXYViewLabelPlacerto use for global labeling.voidTLcdGXYViewBufferedImage.setGXYViewLabelPlacer(ILcdGXYViewLabelPlacer aGXYViewLabelPlacer) voidTLcdGXYViewCanvas.setGXYViewLabelPlacer(ILcdGXYViewLabelPlacer aGXYViewLabelPlacer) voidTLcdGXYViewJPanel.setGXYViewLabelPlacer(ILcdGXYViewLabelPlacer aGXYViewLabelPlacer) voidTLcdGXYViewJPanelLightWeight.setGXYViewLabelPlacer(ILcdGXYViewLabelPlacer aGXYViewLabelPlacer) voidTLcdGXYViewPanel.setGXYViewLabelPlacer(ILcdGXYViewLabelPlacer aGXYViewLabelPlacer) voidTLcdGXYViewPlanarImage.setGXYViewLabelPlacer(ILcdGXYViewLabelPlacer aGXYViewLabelPlacer) -
Uses of ILcdGXYViewLabelPlacer in com.luciad.view.gxy.labeling
Classes in com.luciad.view.gxy.labeling that implement ILcdGXYViewLabelPlacerModifier and TypeClassDescriptionclassThis view label placer can be used to perform asynchronous labeling.classThis composite view label placer creates a number of delegate view label placers based on a group ID.classThisILcdGXYViewLabelPlacerplaces the labels using a given algorithm.Methods in com.luciad.view.gxy.labeling that return ILcdGXYViewLabelPlacerModifier and TypeMethodDescriptionprotected ILcdGXYViewLabelPlacerTLcdGXYCompositeViewLabelPlacer.createViewLabelPlacer(String aGroupID, ILcdGXYView aGXYView) Creates a new view label placer for the given group ID in the given view.