Uses of Class
com.luciad.view.gxy.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
Modifier and TypeMethodDescriptionvoid
TLcdGXYLabelPainter.setGXYLabelStamp
(ALcdGXYLabelStamp aGXYLabelStamp) Overridden to throw anUnsupportedOperationException
.void
TLcdGXYMultiFontLabelPainter.setGXYLabelStamp
(ALcdGXYLabelStamp aGXYLabelStamp) Overridden to throw anUnsupportedOperationException
.void
TLcdGXYPolygonLabelPainter.setGXYLabelStamp
(ALcdGXYLabelStamp aGXYLabelStamp) Overridden to throw anUnsupportedOperationException
.void
TLcdGXYPolylineLabelPainter.setGXYLabelStamp
(ALcdGXYLabelStamp aGXYLabelStamp) Overridden to throw anUnsupportedOperationException
.ModifierConstructorDescriptionTLcdGXYPolygonStampLabelPainter
(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.