Uses of Class
com.luciad.imaging.operator.ALcdImageOperatorChain
Packages that use ALcdImageOperatorChain
Package
Description
Defines image processing operators that can be applied to an
ALcdImage.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
Defines raster filter styles, which can be used to apply image processing
operations to raster layers.
-
Uses of ALcdImageOperatorChain in com.luciad.imaging.operator
Methods in com.luciad.imaging.operator that return ALcdImageOperatorChainModifier and TypeMethodDescriptionALcdImageOperatorChain.Builder.build()
Creates a new operator chain combining all operators and their parameters as previously set using this builder. -
Uses of ALcdImageOperatorChain in com.luciad.view.gxy.painter
Methods in com.luciad.view.gxy.painter that return ALcdImageOperatorChainModifier and TypeMethodDescriptionTLcdGXYImagePainter.getOperatorChain()
Returns the current image operator chain.Methods in com.luciad.view.gxy.painter with parameters of type ALcdImageOperatorChainModifier and TypeMethodDescriptionvoid
TLcdGXYImagePainter.setOperatorChain
(ALcdImageOperatorChain aOperatorChain) Sets the operator chain to be applied to painted images. -
Uses of ALcdImageOperatorChain in com.luciad.view.lightspeed.style.imagefilter
Methods in com.luciad.view.lightspeed.style.imagefilter that return ALcdImageOperatorChainMethods in com.luciad.view.lightspeed.style.imagefilter with parameters of type ALcdImageOperatorChainModifier and TypeMethodDescriptionTLspImageProcessingStyle.Builder.operatorChain
(ALcdImageOperatorChain aChain) Sets the image operator chain.