Constructors in com.compomics.util.gui.export_graphics with parameters of type ExportGraphicsDialogParent |
ExportGraphicsDialog(javax.swing.JDialog dialog,
ExportGraphicsDialogParent exportGraphicsDialogParent,
boolean modal,
org.jfree.chart.ChartPanel chartPanel)
Create and open a new ExportPlot dialog. |
ExportGraphicsDialog(javax.swing.JDialog dialog,
ExportGraphicsDialogParent exportGraphicsDialogParent,
boolean modal,
java.awt.Component graphicsPanel)
Create and open a new ExportGraphicsDialog. |
ExportGraphicsDialog(javax.swing.JFrame frame,
ExportGraphicsDialogParent exportGraphicsDialogParent,
boolean modal,
org.jfree.chart.ChartPanel chartPanel)
Create and open a new ExportPlot dialog. |
ExportGraphicsDialog(javax.swing.JFrame frame,
ExportGraphicsDialogParent exportGraphicsDialogParent,
boolean modal,
java.awt.Component graphicsPanel)
Create and open a new ExportGraphicsDialog. |