Examples of showBars()


Examples of com.compomics.util.preferences.AnnotationPreferences.showBars()

                    bubbleScale = annotationPreferences.getFragmentIonAccuracy() * 10000 * peptideShakerGUI.getBubbleScale();
                }

                MassErrorBubblePlot massErrorBubblePlot = new MassErrorBubblePlot(
                        selectedIndexes, allAnnotations, allSpectra, annotationPreferences.getFragmentIonAccuracy(),
                        bubbleScale, selectedIndexes.size() == 1, annotationPreferences.showBars(), peptideShakerGUI.useRelativeError());

                // hide the legend if selecting more than 20 spectra // @TODO: 20 should not be hardcoded here..
                if (selectedIndexes.size() > 20) {
                    massErrorBubblePlot.getChartPanel().getChart().getLegend().setVisible(false);
                }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.