Uses of Interface
net.imglib2.display.LinearRange
-
Packages that use LinearRange Package Description net.imglib2.converter net.imglib2.display -
-
Uses of LinearRange in net.imglib2.converter
Classes in net.imglib2.converter that implement LinearRange Modifier and Type Class Description classRealARGBConverter<R extends RealType<?>>classRealLUTConverter<R extends RealType<R>>RealLUTConverter contains aColorTable8, through which samples are filtered.classRealUnsignedByteConverter<R extends RealType<R>>classRealUnsignedShortConverter<R extends RealType<R>>classVolatileRealTypeARGBConverterConverts aVolatileRealTypeto anARGBType. -
Uses of LinearRange in net.imglib2.display
Subinterfaces of LinearRange in net.imglib2.display Modifier and Type Interface Description interfaceColorConverterAllows to set a target color for aConverter, in addition to min/max of the sourcelinear range.interfaceRealARGBColorConverter<R extends RealType<?>>Classes in net.imglib2.display that implement LinearRange Modifier and Type Class Description classAbstractLinearRangeclassARGBARGBColorConverter<R>static classARGBARGBColorConverter.ToGrayA converter from a ARGB to ARGB that initially converts the input color to grayscale, then scales the resulting grayscale value with the set color.static classARGBARGBColorConverter.VolatileToGraystatic classRealARGBColorConverterFactory.Imp<R extends RealType<?>>classScaledARGBConverter<T>static classScaledARGBConverter.ARGBstatic classScaledARGBConverter.VolatileARGB
-