Package org.osm2world.viewer.control.actions

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


          NaturalNeighborInterpolator.class);
     
      for (Class<? extends TerrainInterpolator> c : interpolatorClasses) {
       
        JRadioButtonMenuItem item = new JRadioButtonMenuItem(
            new SetTerrainInterpolatorAction(c,
                this, data, renderOptions));
       
        interpolatorGroup.add(item);
        interpolatorMenu.add(item);
       
View Full Code Here

TOP

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

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.