Package org.jmol.viewer
Class OutputManagerJS
- java.lang.Object
-
- org.jmol.viewer.OutputManager
-
- org.jmol.viewer.OutputManagerJS
-
public class OutputManagerJS extends OutputManager
-
-
Field Summary
-
Fields inherited from class org.jmol.viewer.OutputManager
privateKey, SCENE_TAG, vwr
-
-
Constructor Summary
Constructors Constructor Description OutputManagerJS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) String
clipImageOrPasteText(String text)
protected String
createSceneSet(String sceneFile, String type, int width, int height)
(package private) String
getClipboardText()
protected String
getLogPath(String fileName)
(package private) javajs.util.OC
openOutputChannel(double privateKey, String fileName, boolean asWriter, boolean asAppend)
-
Methods inherited from class org.jmol.viewer.OutputManager
getImageAsBytes, getOutputChannel, getOutputFromExport, getWrappedState, handleOutputToFile, logToFile, outputToFile, processWriteOrCapture, setLogFile, setViewer, wrapPathForAllFiles, writeFileData
-
-
-
-
Method Detail
-
getLogPath
protected String getLogPath(String fileName)
- Specified by:
getLogPath
in classOutputManager
-
clipImageOrPasteText
String clipImageOrPasteText(String text)
- Specified by:
clipImageOrPasteText
in classOutputManager
-
getClipboardText
String getClipboardText()
- Specified by:
getClipboardText
in classOutputManager
-
openOutputChannel
javajs.util.OC openOutputChannel(double privateKey, String fileName, boolean asWriter, boolean asAppend)
- Specified by:
openOutputChannel
in classOutputManager
-
createSceneSet
protected String createSceneSet(String sceneFile, String type, int width, int height)
- Specified by:
createSceneSet
in classOutputManager
-
-