public abstract class TypeImpl<T extends TypeImpl<T>> extends Object implements Type<T>
Modifier and Type | Field and Description |
---|---|
protected int |
i |
Constructor and Description |
---|
TypeImpl() |
Modifier and Type | Method and Description |
---|---|
abstract T |
copy()
|
void |
decIndex()
Decreases the array index,
this is called by the
Cursor s which iterate over the image. |
void |
decIndex(int decrement)
Decreases the index by increment steps,
this is called by the
Cursor s which iterate over the image. |
int |
getIndex()
Returns the current index in the storage array,
this is called by the
Cursor s which iterate over the image. |
void |
incIndex()
Increases the array index,
this is called by the
Cursor s which iterate over the image. |
void |
incIndex(int increment)
Increases the index by increment steps,
this is called by the
Cursor s which iterate over the image. |
abstract String |
toString() |
void |
updateIndex(int i)
Set the array position of the
Type . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createArray1D, createArray2D, createArray3D, createSuitableDirectAccessContainer, createVariable, duplicateTypeOnSameDirectAccessContainer, getDefaultDisplay, getEntitiesPerPixel, set, updateContainer
public void updateIndex(int i)
Type
Type
.updateIndex
in interface Type<T extends TypeImpl<T>>
i
- - index valuepublic int getIndex()
Type
Cursor
s which iterate over the image.public void incIndex()
Type
Cursor
s which iterate over the image.public void incIndex(int increment)
Type
Cursor
s which iterate over the image.public void decIndex()
Type
Cursor
s which iterate over the image.public void decIndex(int decrement)
Type
Cursor
s which iterate over the image.Copyright © 2015–2021 Fiji. All rights reserved.