Uses of Enum Class
com.luciad.view.gxy.painter.TLcdGXYClippingPainterWrapper.ClipMode
Packages that use TLcdGXYClippingPainterWrapper.ClipMode
Package
Description
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
-
Uses of TLcdGXYClippingPainterWrapper.ClipMode in com.luciad.view.gxy.painter
Methods in com.luciad.view.gxy.painter that return TLcdGXYClippingPainterWrapper.ClipModeModifier and TypeMethodDescriptionTLcdGXYClippingPainterWrapper.getClipMode()Returns the clip mode.Returns the enum constant of this class with the specified name.TLcdGXYClippingPainterWrapper.ClipMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.gxy.painter with parameters of type TLcdGXYClippingPainterWrapper.ClipModeModifier and TypeMethodDescriptionvoidTLcdGXYClippingPainterWrapper.setClipMode(TLcdGXYClippingPainterWrapper.ClipMode aClipMode) Sets the clip mode, which indicates how the clipping shapes are used to determine the region to be painted.