Package net.imglib2.converter.readwrite
Class ARGBChannelSamplerConverter
- java.lang.Object
-
- net.imglib2.converter.readwrite.ARGBChannelSamplerConverter
-
- All Implemented Interfaces:
SamplerConverter<ARGBType,UnsignedByteType>
public final class ARGBChannelSamplerConverter extends java.lang.Object implements SamplerConverter<ARGBType,UnsignedByteType>
Access the on channel of anARGBType
as an UnsignedByteType.
-
-
Constructor Summary
Constructors Constructor Description ARGBChannelSamplerConverter(int channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsignedByteType
convert(Sampler<? extends ARGBType> sampler)
-
-
-
Method Detail
-
convert
public UnsignedByteType convert(Sampler<? extends ARGBType> sampler)
- Specified by:
convert
in interfaceSamplerConverter<ARGBType,UnsignedByteType>
-
-