Package net.imglib2.converter.readwrite
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 java.lang.Object implements ByteAccess
-
-
Constructor Summary
Constructors Modifier Constructor Description privateARGBChannelConvertingAccess(Sampler<? extends ARGBType> sampler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytegetValue(int index)This is only intended to work with UnsignedByteType! We ignore index!!!voidsetValue(int index, byte value)This is only intended to work with UnsignedByteType! We ignore index!!!-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
-
-
-
Method Detail
-
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
-
-