getPositionForIteration abstract method

  1. @protected
Offset getPositionForIteration(
  1. int iteration,
  2. ScatterContext context
)

Returns an offset for the specified iteration.

For a given iteration, the offset should be unique.

Implementation

@protected
Offset getPositionForIteration(int iteration, ScatterContext context);