getOffsets<T> abstract method

SplayTreeSet<double> getOffsets<T>(
  1. MultiStateSheetExtent<T> extent
)

Abstract method to calculate snapping offsets for the sheet.

  • extent: The current state of the sheet.
  • Returns a sorted set of snapping offsets, where each offset represents a valid snapping position in pixels.

Implementation

SplayTreeSet<double> getOffsets<T>(MultiStateSheetExtent<T> extent);