Uses of Interface
com.luciad.view.gxy.ILcdGXYViewLabelPainter
Packages that use ILcdGXYViewLabelPainter
Package
Description
Provides supporting classes for asynchronous painting.
Handles simulation of dynamic data.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Provides layer-specific asynchronous painting.
-
Uses of ILcdGXYViewLabelPainter in com.luciad.lucy.map.asynchronous
Methods in com.luciad.lucy.map.asynchronous that return ILcdGXYViewLabelPainterModifier and TypeMethodDescriptionabstract ILcdGXYViewLabelPainter
ALcyAsynchronousPaintFacade.createGXYAsynchronousViewLabelPainter
(ILcdGXYView aView, ILcdGXYViewLabelPainter aViewLabelPainter) Creates a new view label painter based on the given one.Methods in com.luciad.lucy.map.asynchronous with parameters of type ILcdGXYViewLabelPainterModifier and TypeMethodDescriptionabstract ILcdGXYViewLabelPainter
ALcyAsynchronousPaintFacade.createGXYAsynchronousViewLabelPainter
(ILcdGXYView aView, ILcdGXYViewLabelPainter aViewLabelPainter) Creates a new view label painter based on the given one. -
Uses of ILcdGXYViewLabelPainter in com.luciad.realtime
Classes in com.luciad.realtime that implement ILcdGXYViewLabelPainterModifier and TypeClassDescriptionclass
Deprecated.ILcdGXYViewLabelPlacer offers more powerful and flexible decluttering functionality -
Uses of ILcdGXYViewLabelPainter in com.luciad.view.gxy
Classes in com.luciad.view.gxy that implement ILcdGXYViewLabelPainterModifier and TypeClassDescriptionclass
Deprecated.ILcdGXYViewLabelPlacer offers more powerful and flexible decluttering functionalityMethods in com.luciad.view.gxy that return ILcdGXYViewLabelPainterModifier and TypeMethodDescriptionILcdGXYView.getGXYViewLabelPainter()
Deprecated.ILcdGXYViewLabelPlacer offers more powerful and flexible decluttering functionalityTLcdGXYViewBufferedImage.getGXYViewLabelPainter()
TLcdGXYViewCanvas.getGXYViewLabelPainter()
TLcdGXYViewJPanel.getGXYViewLabelPainter()
TLcdGXYViewJPanelLightWeight.getGXYViewLabelPainter()
TLcdGXYViewPanel.getGXYViewLabelPainter()
TLcdGXYViewPlanarImage.getGXYViewLabelPainter()
Methods in com.luciad.view.gxy with parameters of type ILcdGXYViewLabelPainterModifier and TypeMethodDescriptionvoid
TLcdGXYViewBufferedImage.setGXYViewLabelPainter
(ILcdGXYViewLabelPainter aGXYViewLabelPainter) Sets the label painter algorithm for thisILcdGXYView
.void
TLcdGXYViewCanvas.setGXYViewLabelPainter
(ILcdGXYViewLabelPainter aGXYViewLabelPainter) Sets the label painter algorithm for thisILcdGXYView
.void
TLcdGXYViewJPanel.setGXYViewLabelPainter
(ILcdGXYViewLabelPainter aGXYViewLabelPainter) Sets the label painter algorithm for thisILcdGXYView
.void
TLcdGXYViewJPanelLightWeight.setGXYViewLabelPainter
(ILcdGXYViewLabelPainter aGXYViewLabelPainter) Sets the label painter algorithm for thisILcdGXYView
.void
TLcdGXYViewPanel.setGXYViewLabelPainter
(ILcdGXYViewLabelPainter aGXYViewLabelPainter) Sets the label painter algorithm for thisILcdGXYView
.void
TLcdGXYViewPlanarImage.setGXYViewLabelPainter
(ILcdGXYViewLabelPainter aGXYViewLabelPainter) Sets the label painter algorithm for thisILcdGXYView
. -
Uses of ILcdGXYViewLabelPainter in com.luciad.view.gxy.asynchronous
Classes in com.luciad.view.gxy.asynchronous that implement ILcdGXYViewLabelPainterModifier and TypeClassDescriptionclass
Deprecated.ILcdGXYViewLabelPlacer offers more powerful and flexible decluttering functionalityConstructors in com.luciad.view.gxy.asynchronous with parameters of type ILcdGXYViewLabelPainterModifierConstructorDescriptionTLcdGXYAsynchronousViewLabelPainterWrapper
(ILcdGXYView aView, ILcdGXYViewLabelPainter aViewLabelPainterDelegate, int aSkipDelay) Deprecated.Constructs a new view label painter, wrapping around the given delegate.