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 ILcdGXYViewLabelPainterALcyAsynchronousPaintFacade.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 ILcdGXYViewLabelPainterALcyAsynchronousPaintFacade.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 TypeClassDescriptionclassDeprecated.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 TypeClassDescriptionclassDeprecated.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 TypeMethodDescriptionvoidTLcdGXYViewBufferedImage.setGXYViewLabelPainter(ILcdGXYViewLabelPainter aGXYViewLabelPainter) Sets the label painter algorithm for thisILcdGXYView.voidTLcdGXYViewCanvas.setGXYViewLabelPainter(ILcdGXYViewLabelPainter aGXYViewLabelPainter) Sets the label painter algorithm for thisILcdGXYView.voidTLcdGXYViewJPanel.setGXYViewLabelPainter(ILcdGXYViewLabelPainter aGXYViewLabelPainter) Sets the label painter algorithm for thisILcdGXYView.voidTLcdGXYViewJPanelLightWeight.setGXYViewLabelPainter(ILcdGXYViewLabelPainter aGXYViewLabelPainter) Sets the label painter algorithm for thisILcdGXYView.voidTLcdGXYViewPanel.setGXYViewLabelPainter(ILcdGXYViewLabelPainter aGXYViewLabelPainter) Sets the label painter algorithm for thisILcdGXYView.voidTLcdGXYViewPlanarImage.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 TypeClassDescriptionclassDeprecated.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.