$darkmode
DENOPTIM
|
The collection of tunable preferences. More...
Classes | |
enum | SMITo3DEngine |
Available engines used to do SMILES-to-3D conversion. More... | |
Static Public Attributes | |
static TreeSet< String > | chosenSDFTags = new TreeSet<String>() |
MolecularViewer: list of SDF tags specifying which properties to display. More... | |
static Map< String, String > | defualtSDFTags |
MolecularViewer: default list of SDF tags with corresponding string to display instead of tag. More... | |
Static Protected Attributes | |
static int | graphLabelFontSize = 10 |
Graph visualization: font size of labels. More... | |
static int | graphNodeSize = 30 |
Graph visualization: size of nodes. More... | |
static int | chartPointSize = 8 |
Evolutionary Inspector: size of points. More... | |
static String | tmpSpace = "/tmp" |
Readable/writable space for tmp files. More... | |
static SMITo3DEngine | smiTo3dResolver |
Selects the engine used to do SMILES-to-3D conversion. More... | |
static boolean | showLegenInEvolutionPlot = false |
Choice of displaying legend in evolution plot. More... | |
static boolean | showLegenInMonitorPlot = false |
Choice of displaying legend in monitor plot. More... | |
static File | lastCutRulesFile |
File with last used cutting rules. More... | |
Static Package Functions | |
[static initializer] | |
The collection of tunable preferences.
Definition at line 36 of file GUIPreferences.java.
|
staticpackage |
|
staticprotected |
Evolutionary Inspector: size of points.
Definition at line 51 of file GUIPreferences.java.
Referenced by denoptim.gui.GUIPreferencesDialog.GUIPreferencesDialog(), denoptim.gui.GUIInspectFSERun.importFSERunData(), and denoptim.gui.GUIInspectGARun.importGARunData().
|
static |
MolecularViewer: list of SDF tags specifying which properties to display.
Definition at line 56 of file GUIPreferences.java.
Referenced by denoptim.gui.GUIPreferences.[static initializer](), denoptim.gui.MoleculeViewPanel.fillDataTable(), denoptim.gui.GUIPreferencesDialog.GUIPreferencesDialog(), and denoptim.gui.MoleculeViewPanel.showPopup().
|
static |
MolecularViewer: default list of SDF tags with corresponding string to display instead of tag.
Definition at line 62 of file GUIPreferences.java.
Referenced by denoptim.gui.GUIPreferences.[static initializer](), denoptim.gui.MoleculeViewPanel.fillDataTable(), and denoptim.gui.MoleculeViewPanel.showPopup().
|
staticprotected |
Graph visualization: font size of labels.
Definition at line 41 of file GUIPreferences.java.
Referenced by denoptim.gui.GUIPreferencesDialog.GUIPreferencesDialog(), and denoptim.gui.GraphViewerPanel.loadGraphToViewer().
|
staticprotected |
Graph visualization: size of nodes.
Definition at line 46 of file GUIPreferences.java.
Referenced by denoptim.gui.GUIPreferencesDialog.GUIPreferencesDialog().
|
staticprotected |
File with last used cutting rules.
Definition at line 106 of file GUIPreferences.java.
Referenced by denoptim.gui.GUIVertexInspector.dialogToDefineCuttingRules().
|
staticprotected |
Choice of displaying legend in evolution plot.
Definition at line 96 of file GUIPreferences.java.
Referenced by denoptim.gui.GUIPreferencesDialog.GUIPreferencesDialog(), and denoptim.gui.GUIInspectGARun.importGARunData().
|
staticprotected |
Choice of displaying legend in monitor plot.
Definition at line 101 of file GUIPreferences.java.
Referenced by denoptim.gui.GUIInspectGARun.buildAndFillMonitorPlot(), and denoptim.gui.GUIPreferencesDialog.GUIPreferencesDialog().
|
staticprotected |
Selects the engine used to do SMILES-to-3D conversion.
Definition at line 90 of file GUIPreferences.java.
Referenced by denoptim.gui.GUIPreferencesDialog.GUIPreferencesDialog(), and denoptim.gui.FragmentViewPanel.loadSMILES().
|
staticprotected |
Readable/writable space for tmp files.
Definition at line 80 of file GUIPreferences.java.
Referenced by denoptim.gui.CuttingRulesSelectionDialog.getTmpFileForCuttingRules(), denoptim.gui.GUIPreferencesDialog.GUIPreferencesDialog(), and denoptim.gui.GUIPrepare.prepareWorkSpace().