349350351352353354355356357358359
public void drawLine( Point2D endPoint ) { add( new DrawLine( endPoint.getX(), scanner.getContentContext().getBox().getHeight() - endPoint.getY() ) ); }