8687888990919293949596
// Selection public void beginSelectionAt(double x1, double y1) { if (selection == null) selection = new Selection(); selection.x1 = x1; selection.y1 = y1; selection.x2 = x1; selection.y2 = y1;