Package jspecview.export
Interface ExportInterface
public interface ExportInterface
-
Method Summary
Modifier and TypeMethodDescriptionfrom EXPORT commandvoid
exportSpectrum
(JSViewer viewer, String type) exportTheSpectrum
(String type, String path, Spectrum spec, int startIndex, int endIndex) returns message if path is not null, otherwise full string of text (unsigned applet)
-
Method Details
-
exportCmd
from EXPORT command- Parameters:
jsvp
-tokens
-forInkscape
-- Returns:
- message for status line
-
exportSpectrum
-
exportTheSpectrum
String exportTheSpectrum(String type, String path, Spectrum spec, int startIndex, int endIndex) throws Exception returns message if path is not null, otherwise full string of text (unsigned applet)- Parameters:
type
-path
-spec
-startIndex
-endIndex
-- Returns:
- message or text
- Throws:
Exception
-
printPDF
-