Uses of Interface
com.luciad.view.gxy.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
Modifier and TypeMethodDescriptionabstract ILcdGXYViewLabelPainter
ALcyAsynchronousPaintFacade.createGXYAsynchronousViewLabelPainter
(ILcdGXYView aView, ILcdGXYViewLabelPainter aViewLabelPainter) Creates a new view label painter based on the given one.Modifier 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
Modifier and TypeClassDescriptionclass
Deprecated.ILcdGXYViewLabelPlacer offers more powerful and flexible decluttering functionality -
Uses of ILcdGXYViewLabelPainter in com.luciad.view.gxy
Modifier and TypeClassDescriptionclass
Deprecated.ILcdGXYViewLabelPlacer offers more powerful and flexible decluttering functionalityModifier and TypeMethodDescriptionILcdGXYView.getGXYViewLabelPainter()
Deprecated.ILcdGXYViewLabelPlacer offers more powerful and flexible decluttering functionalityTLcdGXYViewBufferedImage.getGXYViewLabelPainter()
TLcdGXYViewCanvas.getGXYViewLabelPainter()
TLcdGXYViewJPanel.getGXYViewLabelPainter()
TLcdGXYViewJPanelLightWeight.getGXYViewLabelPainter()
TLcdGXYViewPanel.getGXYViewLabelPainter()
TLcdGXYViewPlanarImage.getGXYViewLabelPainter()
Modifier 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
Modifier and TypeClassDescriptionclass
Deprecated.ILcdGXYViewLabelPlacer offers more powerful and flexible decluttering functionalityModifierConstructorDescriptionTLcdGXYAsynchronousViewLabelPainterWrapper
(ILcdGXYView aView, ILcdGXYViewLabelPainter aViewLabelPainterDelegate, int aSkipDelay) Deprecated.Constructs a new view label painter, wrapping around the given delegate.