precedingExtent property

double precedingExtent
final

The scroll extent that has already been used up by previous spans.

If the SpanExtent calculates the extent of a row, this is the sum of all row extents prior to this row. If it calculates the extent of a column, this is the sum of all previous columns.

Implementation

final double precedingExtent;