Package org.osm2world.viewer.control.actions

Examples of org.osm2world.viewer.control.actions.ExportScreenshotAction


      subMenu.add(new ReloadOSMAction(this, data, renderOptions, configFile));
      subMenu.add(recentFilesMenu);
      subMenu.add(new ExportObjAction(this, data, messageManager, renderOptions));
      subMenu.add(new ExportObjDirAction(this, data, messageManager, renderOptions));
      subMenu.add(new ExportPOVRayAction(this, data, messageManager, renderOptions));
      subMenu.add(new ExportScreenshotAction(this, data, messageManager, renderOptions));
      subMenu.add(new StatisticsAction(this, data));
      subMenu.add(new ExitAction());
      menu.add(subMenu);

    } { //"View"
View Full Code Here

TOP

Related Classes of org.osm2world.viewer.control.actions.ExportScreenshotAction

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.