public class ShortDynamicContainerAccessor extends DynamicContainerAccessor implements ShortAccess
currentIndex| Constructor and Description |
|---|
ShortDynamicContainerAccessor(ShortDynamicContainer<?> container,
int entitiesPerPixel) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
short |
getValue(int index) |
void |
setValue(int index,
short value) |
updateIndexpublic ShortDynamicContainerAccessor(ShortDynamicContainer<?> container, int entitiesPerPixel)
public void close()
close in interface DataAccesspublic short getValue(int index)
getValue in interface ShortAccesspublic void setValue(int index,
short value)
setValue in interface ShortAccessCopyright © 2015–2021 Fiji. All rights reserved.