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) java.lang.StringclipImageOrPasteText(java.lang.String text)protected java.lang.StringcreateSceneSet(java.lang.String sceneFile, java.lang.String type, int width, int height)(package private) java.lang.StringgetClipboardText()protected java.lang.StringgetLogPath(java.lang.String fileName)(package private) javajs.util.OCopenOutputChannel(double privateKey, java.lang.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 java.lang.String getLogPath(java.lang.String fileName)
- Specified by:
getLogPathin classOutputManager
-
clipImageOrPasteText
java.lang.String clipImageOrPasteText(java.lang.String text)
- Specified by:
clipImageOrPasteTextin classOutputManager
-
getClipboardText
java.lang.String getClipboardText()
- Specified by:
getClipboardTextin classOutputManager
-
openOutputChannel
javajs.util.OC openOutputChannel(double privateKey, java.lang.String fileName, boolean asWriter, boolean asAppend)- Specified by:
openOutputChannelin classOutputManager
-
createSceneSet
protected java.lang.String createSceneSet(java.lang.String sceneFile, java.lang.String type, int width, int height)- Specified by:
createSceneSetin classOutputManager
-
-