jumpTo method

void jumpTo(
  1. double x,
  2. double y
)

Jump the table to the given location.

Implementation

void jumpTo(double x, double y) {
  table.jumpTo(x, y);
}