Class VennDiagramDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class VennDiagramDialog extends JDialog
A dialog for creating and displaying Venn diagrams. (Work in progress...)
Author:
Harald Barsnes
See Also:
  • Constructor Details

    • VennDiagramDialog

      public VennDiagramDialog(Frame dialogParent, Image normalIcon, Image waitingIcon, boolean modal)
      Creates a new XYPlottingDialog.
      Parameters:
      dialogParent - the dialog parent
      normalIcon - the normal icon for the parent dialog
      waitingIcon - the icon to use when busy
      modal - if the dialog is to be modal or not
  • Method Details

    • main

      public static void main(String[] args)
      Main method. For testing purposes only.
      Parameters:
      args - the arguments
    • setSelectedExportFolder

      public void setSelectedExportFolder(LastSelectedFolder selectedFolder)
    • getDefaultExportFolder

      public LastSelectedFolder getDefaultExportFolder()
    • getNormalIcon

      public Image getNormalIcon()
    • getWaitingIcon

      public Image getWaitingIcon()
    • getVennDiagramPanel

      public VennDiagramPanel getVennDiagramPanel()
      Returns the Venn diagram panel.
      Returns:
      the Venn diagram panel