Package | Description |
---|---|
jspecview.common |
Modifier and Type | Method and Description |
---|---|
Annotation.AType |
MeasurementData.getAType() |
Annotation.AType |
AnnotationData.getAType() |
static Annotation.AType |
Annotation.AType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Annotation.AType[] |
Annotation.AType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PanelData.addDialog(int iSpec,
Annotation.AType type,
AnnotationData dialog) |
void |
PanelData.closeAllDialogsExcept(Annotation.AType type) |
java.lang.Object[] |
JDXDataObject.getDefaultAnnotationInfo(Annotation.AType type) |
AnnotationData |
PanelData.getDialog(Annotation.AType type) |
boolean |
PanelData.getShowAnnotation(Annotation.AType type) |
boolean |
PanelData.hasCurrentMeasurements(Annotation.AType type) |
void |
PanelData.showAnnotation(Annotation.AType type,
java.lang.Boolean tfToggle) |
AnnotationDialog |
AwtPanel.showDialog(Annotation.AType type) |
AnnotationDialog |
JSVPanel.showDialog(Annotation.AType type) |
Constructor and Description |
---|
MeasurementData(Annotation.AType type,
JDXSpectrum spec) |
PeakData(Annotation.AType type,
JDXSpectrum spec) |