Package gov.nasa.worldwind.view.orbit

Examples of gov.nasa.worldwind.view.orbit.BasicOrbitView.restoreState()


    public void restoreStateOrbitView(String str)
    {
       if (this._cnv != null)
       {
          BasicOrbitView view = (BasicOrbitView) this._cnv.getView();
          view.restoreState(str);
       }
    }
   
    public String getRestorableStateOrbitView()
    {
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.