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 class
RealARGBConverter<R extends RealType<?>>
class
RealLUTConverter<R extends RealType<R>>
RealLUTConverter contains aColorTable8
, through which samples are filtered.class
RealUnsignedByteConverter<R extends RealType<R>>
class
RealUnsignedShortConverter<R extends RealType<R>>
class
VolatileRealTypeARGBConverter
Converts aVolatileRealType
to anARGBType
. -
Uses of LinearRange in net.imglib2.display
Classes in net.imglib2.display that implement LinearRange Modifier and Type Class Description class
AbstractLinearRange
-