|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpeakml.Annotatable
peakml.io.ScanInfo
public class ScanInfo
Central point for collecting all information about a scan. It has been chosen to maintain this information in a memory intensive class instance as it is expected that more information will be incorporated for scans.
| Constructor Summary | |
|---|---|
ScanInfo(double retentiontime,
Polarity polarity)
Constructs a new ScanInfo instance with the given retention-time and polarity. |
|
| Method Summary | |
|---|---|
Polarity |
getPolarity()
Returns the polarity of the scan. |
double |
getRetentionTime()
Returns the retention time of the scan in seconds. |
static java.lang.String |
rtToString(double rt)
Convenience function for converting a time-value in seconds to a readable string representation. |
| Methods inherited from class peakml.Annotatable |
|---|
addAnnotation, addAnnotation, addAnnotation, addAnnotation, addAnnotation, addAnnotations, getAnnotation, getAnnotations, removeAllAnnotations, removeAnnotation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScanInfo(double retentiontime,
Polarity polarity)
retentiontime - The retention time in seconds.polarity - The polarity of the scan.| Method Detail |
|---|
public double getRetentionTime()
public Polarity getPolarity()
public static java.lang.String rtToString(double rt)
rt - The time in seconds.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||