Class OutputManagerAwt

    • Constructor Detail

      • OutputManagerAwt

        public OutputManagerAwt()
    • Method Detail

      • getLogPath

        protected java.lang.String getLogPath​(java.lang.String fileName)
        Specified by:
        getLogPath in class OutputManager
      • openOutputChannel

        javajs.util.OC openOutputChannel​(double privateKey,
                                         java.lang.String fileName,
                                         boolean asWriter,
                                         boolean asAppend)
                                  throws java.io.IOException
        Specified by:
        openOutputChannel in class OutputManager
        Throws:
        java.io.IOException
      • createSceneSet

        protected java.lang.String createSceneSet​(java.lang.String sceneFile,
                                                  java.lang.String type,
                                                  int width,
                                                  int height)
        Specified by:
        createSceneSet in class OutputManager
      • getSceneScript

        private java.lang.String getSceneScript​(java.lang.String[] scenes,
                                                java.util.Map<java.lang.String,​java.lang.String> htScenes,
                                                javajs.util.Lst<java.lang.Integer> list)