Package net.imglib2.display
Interface LinearRange
-
- All Known Subinterfaces:
ColorConverter,RealARGBColorConverter<R>
- All Known Implementing Classes:
AbstractLinearRange,ARGBARGBColorConverter,ARGBARGBColorConverter.ToGray,ARGBARGBColorConverter.VolatileToGray,RealARGBColorConverterFactory.Imp,RealARGBConverter,RealLUTConverter,RealUnsignedByteConverter,RealUnsignedShortConverter,ScaledARGBConverter,ScaledARGBConverter.ARGB,ScaledARGBConverter.VolatileARGB,VolatileRealTypeARGBConverter
public interface LinearRange
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetMax()doublegetMin()voidsetMax(double max)voidsetMin(double min)
-