org.jmol.api
public interface JmolImageCreatorInterface
Modifier and Type | Method and Description |
---|---|
String |
clipImage(String text) |
Object |
createImage(String fileName,
String type,
Object text_or_bytes,
int quality) |
String |
getClipboardText() |
Object |
getImageBytes(String type,
int quality,
String fileName,
Object appendtext_or_bytes,
OutputStream os) |
void |
setViewer(JmolViewer viewer,
double privateKey) |
void setViewer(JmolViewer viewer, double privateKey)
String getClipboardText()
Object createImage(String fileName, String type, Object text_or_bytes, int quality)
fileName
- type
- text_or_bytes
- quality
- Object getImageBytes(String type, int quality, String fileName, Object appendtext_or_bytes, OutputStream os) throws IOException
IOException