Class ARGBChannelSamplerConverter.ARGBChannelConvertingAccess
java.lang.Object
net.imglib2.converter.readwrite.ARGBChannelSamplerConverter.ARGBChannelConvertingAccess
- All Implemented Interfaces:
ByteAccess, DataAccess
- Enclosing class:
ARGBChannelSamplerConverter
private final class ARGBChannelSamplerConverter.ARGBChannelConvertingAccess
extends Object
implements ByteAccess
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateARGBChannelConvertingAccess(Sampler<? extends ARGBType> sampler) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataAccess
createView
-
Field Details
-
sampler
-
-
Constructor Details
-
ARGBChannelConvertingAccess
-
-
Method Details
-
getValue
public byte getValue(int index) This is only intended to work with UnsignedByteType! We ignore index!!!- Specified by:
getValuein interfaceByteAccess
-
setValue
public void setValue(int index, byte value) This is only intended to work with UnsignedByteType! We ignore index!!!- Specified by:
setValuein interfaceByteAccess
-