Class Scene


  • class Scene
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String saveName  
      private java.util.Map<java.lang.String,​java.lang.Object> scene  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Scene​(java.util.Map<java.lang.String,​java.lang.Object> scene)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean restore​(Viewer vwr, float timeSeconds)  
      • Methods inherited from class java.lang.Object

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

      • saveName

        protected java.lang.String saveName
      • scene

        private java.util.Map<java.lang.String,​java.lang.Object> scene
    • Constructor Detail

      • Scene

        protected Scene​(java.util.Map<java.lang.String,​java.lang.Object> scene)
    • Method Detail

      • restore

        protected boolean restore​(Viewer vwr,
                                  float timeSeconds)