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 Details

  • Constructor Details

    • ARGBChannelConvertingAccess

      private ARGBChannelConvertingAccess(Sampler<? extends ARGBType> sampler)
  • Method Details

    • getValue

      public byte getValue(int index)
      This is only intended to work with UnsignedByteType! We ignore index!!!
      Specified by:
      getValue in interface ByteAccess
    • setValue

      public void setValue(int index, byte value)
      This is only intended to work with UnsignedByteType! We ignore index!!!
      Specified by:
      setValue in interface ByteAccess