Package net.imglib2.converter
Class VolatileRealTypeARGBConverter
java.lang.Object
net.imglib2.display.AbstractLinearRange
net.imglib2.converter.RealARGBConverter<VolatileRealType<?>>
net.imglib2.converter.VolatileRealTypeARGBConverter
- All Implemented Interfaces:
Converter<VolatileRealType<?>,
,ARGBType> LinearRange
Converts a
VolatileRealType
to an ARGBType
.- Author:
- Stephan Saalfeld
-
Field Summary
FieldsFields inherited from class net.imglib2.display.AbstractLinearRange
max, min, scale
-
Constructor Summary
ConstructorsConstructorDescriptionVolatileRealTypeARGBConverter
(double min, double max) VolatileRealTypeARGBConverter
(double min, double max, ARGBType background) VolatileRealTypeARGBConverter
(ARGBType background) -
Method Summary
Methods inherited from class net.imglib2.display.AbstractLinearRange
getMax, getMin, roundPositive, setMax, setMin
-
Field Details
-
background
-
-
Constructor Details
-
VolatileRealTypeARGBConverter
-
VolatileRealTypeARGBConverter
public VolatileRealTypeARGBConverter() -
VolatileRealTypeARGBConverter
-
VolatileRealTypeARGBConverter
public VolatileRealTypeARGBConverter(double min, double max)
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceConverter<VolatileRealType<?>,
ARGBType> - Overrides:
convert
in classRealARGBConverter<VolatileRealType<?>>
-