Package | Description |
---|---|
com.compomics.util.gui |
This package contains basic GUI classes.
|
com.compomics.util.gui.export_graphics |
Modifier and Type | Class and Description |
---|---|
class |
VennDiagramDialog
A dialog for creating and displaying Venn diagrams.
|
class |
XYPlottingDialog
A dialog that makes it straightforward to inspect compare the values of two
columns in a table in a XY plot.
|
Constructor and Description |
---|
ExportGraphicsDialog(JDialog dialog,
ExportGraphicsDialogParent exportGraphicsDialogParent,
boolean modal,
org.jfree.chart.ChartPanel chartPanel)
Create and open a new ExportPlot dialog.
|
ExportGraphicsDialog(JDialog dialog,
ExportGraphicsDialogParent exportGraphicsDialogParent,
boolean modal,
Component graphicsPanel)
Create and open a new ExportGraphicsDialog.
|
ExportGraphicsDialog(JFrame frame,
ExportGraphicsDialogParent exportGraphicsDialogParent,
boolean modal,
org.jfree.chart.ChartPanel chartPanel)
Create and open a new ExportPlot dialog.
|
ExportGraphicsDialog(JFrame frame,
ExportGraphicsDialogParent exportGraphicsDialogParent,
boolean modal,
Component graphicsPanel)
Create and open a new ExportGraphicsDialog.
|
Copyright © 2014. All Rights Reserved.