Class | Description |
---|---|
ConstantCursor<T extends Type<T>> |
A simple Cursor that always returns the same value at each location, but iterates the right amount of
pixels relative to its size.
|
ConstantLocalizableByDimCursor<T extends Type<T>> |
A simple
LocalizableByDimCursor that always returns the same value at each position. |
ConstantLocalizableByDimOutOfBoundsCursor<T extends Type<T>> |
A simple
LocalizableByDimCursorOutOfBoundsCursor that always returns the same value at each position. |
ConstantLocalizableCursor<T extends Type<T>> |
A simple LocalizableCursor that always returns the same value at each location, but iterates the right amount of
pixels relative to its size and localizes itself properly.
|
ConstantLocalizablePlaneCursor<T extends Type<T>> |
A simple
LocalizablePlaneCursor that always returns the same value at each position. |
Copyright © 2015–2021 Fiji. All rights reserved.