Package com.aqpproject.visualisation.gdx

Examples of com.aqpproject.visualisation.gdx.VisualisationGDX


    /**
     * @return the visualisation component singleton
     */
    public static Visualisation getVisualisation() {
        if (m_visualisation == null) {
            m_visualisation = new VisualisationGDX();
        }
        return m_visualisation;
    }
View Full Code Here

TOP

Related Classes of com.aqpproject.visualisation.gdx.VisualisationGDX

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.