Uses of Enum Class
com.luciad.imaging.operator.util.TLcdLookupTable.ComponentType
Packages that use TLcdLookupTable.ComponentType
Package
Description
Contains utility classes used by various image operators.
-
Uses of TLcdLookupTable.ComponentType in com.luciad.imaging.operator.util
Methods in com.luciad.imaging.operator.util that return TLcdLookupTable.ComponentTypeModifier and TypeMethodDescriptionTLcdLookupTable.getComponentType()
The type of a component.Returns the enum constant of this class with the specified name.static TLcdLookupTable.ComponentType[]
TLcdLookupTable.ComponentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.imaging.operator.util with parameters of type TLcdLookupTable.ComponentTypeModifier and TypeMethodDescriptionTLcdColorLookupTable.Builder.componentType
(TLcdLookupTable.ComponentType aComponentType) Sets the type of the table's color components.TLcdComponentColorLookupTable.Builder.componentType
(TLcdLookupTable.ComponentType aComponentType) Sets the type of the table's color components.TLcdLookupTable.Builder.componentType
(TLcdLookupTable.ComponentType aComponentType) Sets the type of a pixel component.Constructors in com.luciad.imaging.operator.util with parameters of type TLcdLookupTable.ComponentTypeModifierConstructorDescriptionTLcdLookupTable
(int[] aDimensions, int aComponentCount, TLcdLookupTable.ComponentType aComponentType, ELcdInterpolationType aInterpolation, Buffer aData) Creates a lookup table with user-defined settings.