public interface SpectrumAnnotation
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getColor()
This method returns the color for the annotation.
|
double |
getErrorMargin()
This method returns the allowed error margin (both sides)
for the M/Z of the annotation (eg., 0.1 means an allowed
interval of [M/Z-0.1, M/Z+0.1].
|
java.lang.String |
getLabel()
This method returns the label for the annotation.
|
double |
getMZ()
This method returns the M/Z of the feature to annotate.
|
double getMZ()
double getErrorMargin()
java.awt.Color getColor()
java.lang.String getLabel()
Copyright © 2013. All Rights Reserved.