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 aVolatileRealTypeto anARGBType.
-
-
Field Summary
Fields Modifier and Type Field Description protected ARGBTypebackground-
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 voidconvert(VolatileRealType<?> input, ARGBType output)-
Methods inherited from class net.imglib2.converter.RealARGBConverter
getAlpha, setAlpha
-
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:
convertin interfaceConverter<VolatileRealType<?>,ARGBType>- Overrides:
convertin classRealARGBConverter<VolatileRealType<?>>
-
-