Uses of Class
com.compomics.util.gui.VennDiagramPanel.VennDiagramType
Package | Description |
---|---|
com.compomics.util.gui |
Basic GUI classes.
|
-
Uses of VennDiagramPanel.VennDiagramType in com.compomics.util.gui
Methods in com.compomics.util.gui that return VennDiagramPanel.VennDiagramType Modifier and Type Method Description VennDiagramPanel.VennDiagramType
VennDiagramPanel. getCurrentVennDiagramType()
Returns the current Venn diagram type.static VennDiagramPanel.VennDiagramType
VennDiagramPanel.VennDiagramType. valueOf(String name)
Returns the enum constant of this type with the specified name.static VennDiagramPanel.VennDiagramType[]
VennDiagramPanel.VennDiagramType. values()
Returns an array containing the constants of this enum type, in the order they are declared.