getOffsets<T> abstract method
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);