public class ByteDynamicContainerAccessor extends DynamicContainerAccessor implements ByteAccess
currentIndex
Constructor and Description |
---|
ByteDynamicContainerAccessor(ByteDynamicContainer<?> container,
int entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
byte |
getValue(int index) |
void |
setValue(int index,
byte value) |
updateIndex
public ByteDynamicContainerAccessor(ByteDynamicContainer<?> container, int entitiesPerPixel)
public void close()
close
in interface DataAccess
public byte getValue(int index)
getValue
in interface ByteAccess
public void setValue(int index, byte value)
setValue
in interface ByteAccess
Copyright © 2015–2021 Fiji. All rights reserved.