Uses of Class
com.luciad.imaging.ALcdImagingEngine.Descriptor
Packages that use ALcdImagingEngine.Descriptor
Package
Description
Provides a domain model for working with pixel data and a framework for performing
image processing on such data.
-
Uses of ALcdImagingEngine.Descriptor in com.luciad.imaging
Methods in com.luciad.imaging that return ALcdImagingEngine.DescriptorModifier and TypeMethodDescriptionabstract ALcdImagingEngine.Descriptor
ALcdImagingEngine.getDescriptor()
Returns the descriptor of this imaging engine.Methods in com.luciad.imaging that return types with arguments of type ALcdImagingEngine.DescriptorModifier and TypeMethodDescriptionALcdImagingEngine.getEngineDescriptors()
Enumerates all available imaging engine implementations.Methods in com.luciad.imaging with parameters of type ALcdImagingEngine.DescriptorModifier and TypeMethodDescriptionstatic ALcdImagingEngine
ALcdImagingEngine.createEngine
(ALcdImagingEngine.Descriptor aDescriptor) Creates a new imaging engine based on the given descriptor.