Package org.jmol.viewer
Class OutputManagerAwt
- java.lang.Object
-
- org.jmol.viewer.OutputManager
-
- org.jmol.viewer.OutputManagerAwt
-
public final class OutputManagerAwt extends OutputManager
-
-
Field Summary
-
Fields inherited from class org.jmol.viewer.OutputManager
privateKey, SCENE_TAG, vwr
-
-
Constructor Summary
Constructors Constructor Description OutputManagerAwt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) StringclipImageOrPasteText(String text)protected StringcreateSceneSet(String sceneFile, String type, int width, int height)(package private) StringgetClipboardText()protected StringgetLogPath(String fileName)private StringgetSceneScript(String[] scenes, Map<String,String> htScenes, javajs.util.Lst<Integer> list)(package private) javajs.util.OCopenOutputChannel(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:
getLogPathin classOutputManager
-
clipImageOrPasteText
String clipImageOrPasteText(String text)
- Specified by:
clipImageOrPasteTextin classOutputManager
-
getClipboardText
String getClipboardText()
- Specified by:
getClipboardTextin classOutputManager
-
openOutputChannel
javajs.util.OC openOutputChannel(double privateKey, String fileName, boolean asWriter, boolean asAppend) throws IOException- Specified by:
openOutputChannelin classOutputManager- Throws:
IOException
-
createSceneSet
protected String createSceneSet(String sceneFile, String type, int width, int height)
- Specified by:
createSceneSetin classOutputManager
-
-