Uses of Class
com.luciad.imaging.operator.util.TLcdLookupTable.Builder
Packages that use TLcdLookupTable.Builder
Package
Description
Contains utility classes used by various image operators.
-
Uses of TLcdLookupTable.Builder in com.luciad.imaging.operator.util
Methods in com.luciad.imaging.operator.util that return TLcdLookupTable.BuilderModifier and TypeMethodDescriptionTLcdLookupTable.Builder.componentCount(int aComponentCount) Sets the number of components for a single table entry.TLcdLookupTable.Builder.componentType(TLcdLookupTable.ComponentType aComponentType) Sets the type of a pixel component.Sets the table's entries directly from a buffer.TLcdLookupTable.Builder.dimensions(int... aDimensions) Sets the dimensions of the table.TLcdLookupTable.Builder.fromColorMap(TLcdColorMap aColorMap) Sets the table's dimensions, component count, component type, interpolation type, interval and data from a color map.TLcdLookupTable.Builder.fromIndexColorModel(IndexColorModel aIndexColorModel) Sets the table's dimensions, component count, component type and data from an index color model.TLcdLookupTable.Builder.fromSignedIndexColorModel(IndexColorModel aIndexColorModel) Sets the table's dimensions, component count, component type and data from an index color model that is used with signed indices.TLcdLookupTable.Builder.interpolation(ELcdInterpolationType aInterpolationType) Sets the interpolation type between table pixels.TLcdLookupTable.Builder.mappedInterval(double aMin, double aMax) Sets the the interval of values that should be mapped on the table data.TLcdLookupTable.Builder.mappedInterval(ILcdInterval aInterval) Sets the the interval of values that should be mapped on the table data.static TLcdLookupTable.BuilderTLcdLookupTable.newBuilder()Creates a new builder with the default values.