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
public class VolatileRealTypeARGBConverter extends RealARGBConverter<VolatileRealType<?>>
Converts aVolatileRealType
to anARGBType
.- Author:
- Stephan Saalfeld
-
-
Field Summary
Fields Modifier and Type Field Description protected ARGBType
background
-
Fields inherited from class net.imglib2.display.AbstractLinearRange
max, min, scale
-
-
Constructor Summary
Constructors Constructor Description VolatileRealTypeARGBConverter()
VolatileRealTypeARGBConverter(double min, double max)
VolatileRealTypeARGBConverter(double min, double max, ARGBType background)
VolatileRealTypeARGBConverter(ARGBType background)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convert(VolatileRealType<?> input, ARGBType output)
-
Methods inherited from class net.imglib2.display.AbstractLinearRange
getMax, getMin, roundPositive, setMax, setMin
-
-
-
-
Field Detail
-
background
protected final ARGBType background
-
-
Constructor Detail
-
VolatileRealTypeARGBConverter
public VolatileRealTypeARGBConverter(ARGBType background)
-
VolatileRealTypeARGBConverter
public VolatileRealTypeARGBConverter()
-
VolatileRealTypeARGBConverter
public VolatileRealTypeARGBConverter(double min, double max, ARGBType background)
-
VolatileRealTypeARGBConverter
public VolatileRealTypeARGBConverter(double min, double max)
-
-
Method Detail
-
convert
public void convert(VolatileRealType<?> input, ARGBType output)
- Specified by:
convert
in interfaceConverter<VolatileRealType<?>,ARGBType>
- Overrides:
convert
in classRealARGBConverter<VolatileRealType<?>>
-
-