Package gov.nasa.arc.mct.fastplot.settings

Examples of gov.nasa.arc.mct.fastplot.settings.PlotSettings.loadFrom()


   * Load the settings for the manifestation from persistence.
   * @return
   */
  PlotSettings loadPlotSettingsFromPersistance() {
    PlotSettings settings = new PlotSettings();
    settings.loadFrom(plotViewManifestation);
    return settings;
  }
 
  public void persistPlotSettings(PlotSettings settings) {
    settings.persist(plotViewManifestation);
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.