Package gaiasky.data

Class SceneGraphJsonLoader


  • public class SceneGraphJsonLoader
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ISceneGraph loadSceneGraph​(com.badlogic.gdx.files.FileHandle[] jsonFiles, ITimeFrameProvider time, boolean multithreading, int maxThreads)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SceneGraphJsonLoader

        public SceneGraphJsonLoader()
    • Method Detail

      • loadSceneGraph

        public static ISceneGraph loadSceneGraph​(com.badlogic.gdx.files.FileHandle[] jsonFiles,
                                                 ITimeFrameProvider time,
                                                 boolean multithreading,
                                                 int maxThreads)
                                          throws java.io.FileNotFoundException,
                                                 com.badlogic.gdx.utils.reflect.ReflectionException,
                                                 java.lang.NoSuchMethodException
        Throws:
        java.io.FileNotFoundException
        com.badlogic.gdx.utils.reflect.ReflectionException
        java.lang.NoSuchMethodException