Exemplo n.º 1
0
  protected void exportAsPicture() {
    app.getSelectionManager().clearSelectedGeos(true, false);
    app.updateSelection(false);

    app.setWaitCursor();
    app.copyEVtoClipboard(plotPanel);
    app.setDefaultCursor();
  }