Package plotter.xy

Examples of plotter.xy.XYPlotContents.repaint()


  void removeTimeSyncLine() {
    if (timeSyncLinePlot != null) {
      plot.setUserOperationLockedState(false);
      XYPlotContents contents = plot.getPlotView().getContents();
      contents.remove(timeSyncLinePlot);
      contents.repaint(); // TODO: Only repaint the relevant portion
//      plot.refreshDisplay();
      timeSyncLinePlot = null;
      syncTime = null;
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.