Uses of Interface
net.imglib2.display.ColorTable
-
Packages that use ColorTable Package Description net.imglib2.converter net.imglib2.display -
-
Uses of ColorTable in net.imglib2.converter
Fields in net.imglib2.converter declared as ColorTable Modifier and Type Field Description private ColorTableRealLUTConverter. lutMethods in net.imglib2.converter that return ColorTable Modifier and Type Method Description ColorTableRealLUTConverter. getLUT()Methods in net.imglib2.converter with parameters of type ColorTable Modifier and Type Method Description voidRealLUTConverter. setLUT(ColorTable lut)Constructors in net.imglib2.converter with parameters of type ColorTable Constructor Description RealLUTConverter(double min, double max, ColorTable lut) -
Uses of ColorTable in net.imglib2.display
Subinterfaces of ColorTable in net.imglib2.display Modifier and Type Interface Description interfaceArrayColorTable<T>Interface for allColorTableimplementations that use an array to store their color table information.Classes in net.imglib2.display that implement ColorTable Modifier and Type Class Description classAbstractArrayColorTable<T>Abstract superclass for array-based color lookup tables.classColorTable1616-bit color lookup table.classColorTable88-bit color lookup table.
-