Uses of Class
com.luciad.util.TLcdHaloAlgorithm
Packages that use TLcdHaloAlgorithm
Package
Description
GUI aspects independent of any chosen windows API.
Basic utilities.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
-
Uses of TLcdHaloAlgorithm in com.luciad.gui
Methods in com.luciad.gui that return TLcdHaloAlgorithmModifier and TypeMethodDescriptionTLcdHaloIcon.getHaloAlgorithm()Returns the algorithm that is used for rendering halo's.Methods in com.luciad.gui with parameters of type TLcdHaloAlgorithmModifier and TypeMethodDescriptionvoidTLcdHaloIcon.setHaloAlgorithm(TLcdHaloAlgorithm aHaloAlgorithm) Sets the algorithm to be used for rendering halo's. -
Uses of TLcdHaloAlgorithm in com.luciad.util
Fields in com.luciad.util declared as TLcdHaloAlgorithmModifier and TypeFieldDescriptionstatic final TLcdHaloAlgorithmTLcdHaloAlgorithm.CONVOLUTIONThis algorithm uses a convolutional filter to create halo's.static final TLcdHaloAlgorithmTLcdHaloAlgorithm.SHIFTINGThis algorithm creates halo's by rendering the shapes to be haloed multiple times, each time shifted with a different offset around the actual position. -
Uses of TLcdHaloAlgorithm in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return TLcdHaloAlgorithmModifier and TypeMethodDescriptionTLcdGXYCurvedPathLabelPainter.getHaloAlgorithm()Returns the algorithm that is used for rendering halo's.TLcdGXYHaloLabelPainter.getHaloAlgorithm()Returns the algorithm that is used for rendering halo's.Methods in com.luciad.view.gxy with parameters of type TLcdHaloAlgorithmModifier and TypeMethodDescriptionvoidTLcdGXYCurvedPathLabelPainter.setHaloAlgorithm(TLcdHaloAlgorithm aHaloAlgorithm) Sets the algorithm to be used for rendering halo's.voidTLcdGXYHaloLabelPainter.setHaloAlgorithm(TLcdHaloAlgorithm aHaloAlgorithm) Sets the algorithm to be used for rendering halo's. -
Uses of TLcdHaloAlgorithm in com.luciad.view.gxy.painter
Methods in com.luciad.view.gxy.painter that return TLcdHaloAlgorithmModifier and TypeMethodDescriptionTLcdGXYHaloPainter.getHaloAlgorithm()Returns the algorithm that is used for rendering halo's.TLcdGXYIconPainter.getHaloAlgorithm()Returns the algorithm that is used for rendering halo's.Methods in com.luciad.view.gxy.painter with parameters of type TLcdHaloAlgorithmModifier and TypeMethodDescriptionvoidTLcdGXYHaloPainter.setHaloAlgorithm(TLcdHaloAlgorithm aHaloAlgorithm) Sets the algorithm to be used for rendering halo's.voidTLcdGXYIconPainter.setHaloAlgorithm(TLcdHaloAlgorithm aHaloAlgorithm) Sets the algorithm to be used for rendering halo's.