Package mondrian.gui

Examples of mondrian.gui.MondrianGuiDef$Hierarchy


                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut06/data/";
                            new Rotation().start();
                            break;
                        case "Hierarchy":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut06/data/";
                            new Hierarchy().start( 700, 700 );
                            break;

                        case "World Scene":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut07/data/";
                            new WorldScene().start( 700, 700 );
View Full Code Here

TOP

Related Classes of mondrian.gui.MondrianGuiDef$Hierarchy

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.