Package net.imglib2.display
Interface LinearRange
-
- All Known Implementing Classes:
AbstractLinearRange,RealARGBConverter,RealLUTConverter,RealUnsignedByteConverter,RealUnsignedShortConverter,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)
-