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) |
updateIndex
public ShortDynamicContainerAccessor(ShortDynamicContainer<?> container, int entitiesPerPixel)
public void close()
close
in interface DataAccess
public short getValue(int index)
getValue
in interface ShortAccess
public void setValue(int index, short value)
setValue
in interface ShortAccess
Copyright © 2015–2021 Fiji. All rights reserved.