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>
-
Field Summary
FieldsFields inherited from class AbstractLinearRange
max, min, scale -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractLinearRange
getMax, getMin, roundPositive, setMax, setMin
-
Field Details
-
alpha
private int alpha
-
-
Constructor Details
-
RealARGBConverter
public RealARGBConverter() -
RealARGBConverter
public RealARGBConverter(double min, double max)
-
-
Method Details
-
convert
-
setAlpha
public void setAlpha(int alpha) -
getAlpha
public int getAlpha()
-