Package gov.nasa.arc.mct.fastplot.bridge.PlotConstants

Examples of gov.nasa.arc.mct.fastplot.bridge.PlotConstants.TimeAxisSubsequentBoundsSetting


  }

  void setupScrollFrame() {
    assert plot.getPlotView() !=null : "Plot Object not initalized";

    TimeAxisSubsequentBoundsSetting mode2 = plot.getTimeAxisSubsequentSetting();
      plot.timeScrollModeByPlotSettings = mode2;
      plot.setTimeAxisSubsequentSetting(mode2);

      // set the Y (non time) scroll mode.   
      boolean nonTimeMinFixed = plot.getNonTimeAxisSubsequentMinSetting() != NonTimeAxisSubsequentBoundsSetting.AUTO;
View Full Code Here

TOP

Related Classes of gov.nasa.arc.mct.fastplot.bridge.PlotConstants.TimeAxisSubsequentBoundsSetting

Copyright © 2018 www.massapicom. 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.