Package net.imglib2.converter
Class RealARGBConverter<R extends RealType<?>>
- java.lang.Object
-
- net.imglib2.display.AbstractLinearRange
-
- net.imglib2.converter.RealARGBConverter<R>
-
- All Implemented Interfaces:
Converter<R,ARGBType>
,LinearRange
- Direct Known Subclasses:
VolatileRealTypeARGBConverter
public class RealARGBConverter<R extends RealType<?>> extends AbstractLinearRange implements Converter<R,ARGBType>
- Author:
- Stephan Saalfeld
-
-
Field Summary
-
Fields inherited from class net.imglib2.display.AbstractLinearRange
max, min, scale
-
-
Constructor Summary
Constructors Constructor Description RealARGBConverter()
RealARGBConverter(double min, double max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convert(R input, ARGBType output)
-
Methods inherited from class net.imglib2.display.AbstractLinearRange
getMax, getMin, roundPositive, setMax, setMin
-
-