Uses of Class
com.compomics.util.gui.XYPlottingDialog.PlottingDialogPlotType
Package | Description |
---|---|
com.compomics.util.gui |
Basic GUI classes.
|
-
Uses of XYPlottingDialog.PlottingDialogPlotType in com.compomics.util.gui
Methods in com.compomics.util.gui that return XYPlottingDialog.PlottingDialogPlotType Modifier and Type Method Description static XYPlottingDialog.PlottingDialogPlotType
XYPlottingDialog.PlottingDialogPlotType. valueOf(String name)
Returns the enum constant of this type with the specified name.static XYPlottingDialog.PlottingDialogPlotType[]
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.PlottingDialogPlotType Constructor Description XYPlottingDialog(Frame dialogParent, JTable table, String selectedColumn, XYPlottingDialog.PlottingDialogPlotType plotType, ArrayList<String> tableToolTips, Image normalIcon, Image waitingIcon, boolean modal)
Creates a new XYPlottingDialog.