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 anARGBTypeas an UnsignedByteType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private classARGBChannelSamplerConverter.ARGBChannelConvertingAccess
-
Constructor Summary
Constructors Constructor Description ARGBChannelSamplerConverter(int channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsignedByteTypeconvert(Sampler<? extends ARGBType> sampler)
-
-
-
Method Detail
-
convert
public UnsignedByteType convert(Sampler<? extends ARGBType> sampler)
- Specified by:
convertin interfaceSamplerConverter<ARGBType,UnsignedByteType>
-
-