Package | Description |
---|---|
jspecview.common | |
jspecview.exception | |
jspecview.source |
Modifier and Type | Method and Description |
---|---|
void |
JDXDataObject.checkRequiredTokens() |
Modifier and Type | Class and Description |
---|---|
class |
JDXSourceException
Thrown when there is an error in the JCAMP-DX Source.
|
class |
LDRNotFoundException
LDRNotFoundException is thrown when a labled Data Record required
to display spectrum is not found. |
class |
ScalesIncompatibleException
Exception thrown when graphs cannot be overlaid because the scales have
different units.
|
class |
SourceTypeUnsupportedException
Exception thrown when the source is not in JCAMP-DX format or the format is
unsupported.
|
class |
SVGException
Exception throws when there is a problem creating an SVG from a graph.
|
class |
TabularDataSetException
Exception thrown when there is an error in the Tabular data set that
prevents the JDXSpectrum from being displayed.
|
Modifier and Type | Method and Description |
---|---|
static JDXSource |
FileReader.createJDXSource(java.io.BufferedReader br,
java.lang.String filePath,
java.net.URL appletDocumentBase,
boolean obscure,
boolean loadImaginary,
int iSpecFirst,
int iSpecLast)
general entrance method
|
static JDXSource |
FileReader.createJDXSource(java.io.InputStream in,
boolean obscure,
boolean loadImaginary)
used only for preferences display and Android
|