AbstractProtectedconstructorProtected AbstractdimensionAbstractstateProtected AbstractoutProtected AbstractmovableProtectedgetGets safe row and column indices to prevent accessing undefined values
Object with safe row and column indices
Notifies all registered observers with the current state.
Notifies observers that an out-of-bounds condition occurred.
Base implementation of navigation in HIGHER and LOWER modes of ROTOR, default is no-op Needs to be implemented in Line, Bar, Heatmap, Candlestick
ProtectedcompareUtility function to compare point values for rotor functionality
boolean value
Moves the element to the specified (x, y) point.
This base implementation is intentionally left empty. Subclasses should override this method to provide specific logic for moving to a point, such as updating highlight values or managing selection boxes.
The x-coordinate to move to.
The y-coordinate to move to.
Interface for plot traces that support keyboard navigation and movement.