Uses of Enum
com.compomics.util.gui.XYPlottingDialog.PlottingDialogPlotType
Packages that use XYPlottingDialog.PlottingDialogPlotType
-
Uses of XYPlottingDialog.PlottingDialogPlotType in com.compomics.util.gui
Methods in com.compomics.util.gui that return XYPlottingDialog.PlottingDialogPlotTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.XYPlottingDialog.PlottingDialogPlotType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.compomics.util.gui with parameters of type XYPlottingDialog.PlottingDialogPlotTypeModifierConstructorDescriptionXYPlottingDialog(Frame dialogParent, JTable table, String selectedColumn, XYPlottingDialog.PlottingDialogPlotType plotType, ArrayList<String> tableToolTips, Image normalIcon, Image waitingIcon, boolean modal) Creates a new XYPlottingDialog.