Uses of Class
com.luciad.view.gxy.ALcdGXYLabelStamp
Packages that use ALcdGXYLabelStamp
Package
Description
Provides two-dimensional views and components supporting the visualization of the former's representation.
-
Uses of ALcdGXYLabelStamp in com.luciad.view.gxy
Methods in com.luciad.view.gxy with parameters of type ALcdGXYLabelStampModifier and TypeMethodDescriptionvoidTLcdGXYLabelPainter.setGXYLabelStamp(ALcdGXYLabelStamp aGXYLabelStamp) Overridden to throw anUnsupportedOperationException.voidTLcdGXYMultiFontLabelPainter.setGXYLabelStamp(ALcdGXYLabelStamp aGXYLabelStamp) Overridden to throw anUnsupportedOperationException.voidTLcdGXYPolygonLabelPainter.setGXYLabelStamp(ALcdGXYLabelStamp aGXYLabelStamp) Overridden to throw anUnsupportedOperationException.voidTLcdGXYPolylineLabelPainter.setGXYLabelStamp(ALcdGXYLabelStamp aGXYLabelStamp) Overridden to throw anUnsupportedOperationException.Constructors in com.luciad.view.gxy with parameters of type ALcdGXYLabelStampModifierConstructorDescriptionTLcdGXYPolygonStampLabelPainter(ALcdGXYLabelStamp aGXYLabelStamp) Equivalent to callingnew TLcdGXYPolygonStampLabelPainter( aGXYLabelStamp, null ).TLcdGXYPolygonStampLabelPainter(ALcdGXYLabelStamp aGXYLabelStamp, ALcdGXYInteractiveLabelProvider aGXYInteractiveLabelProvider) Creates a new label painter with the specified label stamp and interactive label provider.TLcdGXYPolylineStampLabelPainter(ALcdGXYLabelStamp aGXYLabelStamp) Equivalent to callingnew TLcdGXYPolylineStampLabelPainter( aGXYLabelStamp, null ).TLcdGXYPolylineStampLabelPainter(ALcdGXYLabelStamp aGXYLabelStamp, ALcdGXYInteractiveLabelProvider aGXYInteractiveLabelProvider) Creates a new label painter with the specified label stamp and interactive label provider.TLcdGXYStampLabelPainter(ALcdGXYLabelStamp aGXYLabelStamp) Equivalent to callingTLcdGXYStampLabelPainter( aGXYLabelStamp, null ).TLcdGXYStampLabelPainter(ALcdGXYLabelStamp aGXYLabelStamp, ALcdGXYInteractiveLabelProvider aGXYInteractiveLabelProvider) Creates a new label painter with the specified label stamp and interactive label provider.