Uses of Class
com.compomics.util.XYZDataPoint
Packages that use XYZDataPoint
Package
Description
Spectrum and Chromatogram visualization GUI classes.
-
Uses of XYZDataPoint in com.compomics.util.gui.spectrum
Method parameters in com.compomics.util.gui.spectrum with type arguments of type XYZDataPointModifier and TypeMethodDescriptionstatic voidMassErrorBubblePlot.addFragmentIonTypeMarkers(HashMap<IonMatch, ArrayList<XYZDataPoint>> data, org.jfree.chart.JFreeChart chart, boolean showMarkers) Adds interval markers for all the fragment ion types.org.jfree.data.xy.DefaultXYZDatasetMassErrorBubblePlot.addXYZDataSeries(HashMap<IonMatch, ArrayList<XYZDataPoint>> data) Adds the provided data series to an XYZ data set.