Uses of Interface
tech.molecules.leet.table.NumericalDatasource
-
-
Uses of NumericalDatasource in tech.molecules.leet.table
Classes in tech.molecules.leet.table that implement NumericalDatasource Modifier and Type Class Description classStructureCalculatedPropertiesColumn.ChemPropertyCountDatasource -
Uses of NumericalDatasource in tech.molecules.leet.table.action
Methods in tech.molecules.leet.table.action that return NumericalDatasource Modifier and Type Method Description NumericalDatasourceCreateXYScatterPlotActionConfig. getNd_color()NumericalDatasourceCreateXYScatterPlotActionConfig. getNd_x()NumericalDatasourceCreateXYScatterPlotActionConfig. getNd_y()Methods in tech.molecules.leet.table.action with parameters of type NumericalDatasource Modifier and Type Method Description voidCreateXYScatterPlotActionConfig. setNd_color(NumericalDatasource nd_color)voidCreateXYScatterPlotActionConfig. setNd_x(NumericalDatasource nd_x)voidCreateXYScatterPlotActionConfig. setNd_y(NumericalDatasource nd_y)Constructors in tech.molecules.leet.table.action with parameters of type NumericalDatasource Constructor Description CreateXYScatterPlotActionConfig(JPanel plotpanel, NDataProvider dp_x, NDataProvider dp_y, NDataProvider dp_col, NumericalDatasource nd_y, NumericalDatasource nd_x, NumericalDatasource nd_col)CreateXYScatterPlotActionConfig(JPanel plotpanel, NDataProvider dp_x, NDataProvider dp_y, NumericalDatasource nd_x, NumericalDatasource nd_y) -
Uses of NumericalDatasource in tech.molecules.leet.table.chart
Methods in tech.molecules.leet.table.chart with parameters of type NumericalDatasource Modifier and Type Method Description voidScatterPlotModel. setColorValues(NumericalDatasource nds)Constructors in tech.molecules.leet.table.chart with parameters of type NumericalDatasource Constructor Description JFreeChartScatterPlot(NexusTableModel ntm, NumericalDatasource nd_x, NumericalDatasource nd_y)NumericalDatasourceKeyedDataset(NexusTableModel ntm, NumericalDatasource<U> nds)NumericalDatasourceKeyedDataset(NexusTableModel ntm, NumericalDatasource<U> nds)ScatterPlotModel(NexusTableModel ntm, NumericalDatasource nd_x, NumericalDatasource nd_y)SetColorNumericalDatasource(List<ScatterPlotModel> fcs, NumericalDatasource nds) -
Uses of NumericalDatasource in tech.molecules.leet.table.chem
Methods in tech.molecules.leet.table.chem that return types with arguments of type NumericalDatasource Modifier and Type Method Description Map<String,NumericalDatasource<NSynthonWithContextDataProvider>>NSynthonWithContextColumn. getNumericalDataSources() -
Uses of NumericalDatasource in tech.molecules.leet.table.gui
Methods in tech.molecules.leet.table.gui that return NumericalDatasource Modifier and Type Method Description NumericalDatasourceJNumericalDataSourceSelector.NumericalDataSourceSelectorModel. getSelectedDatasource()Methods in tech.molecules.leet.table.gui that return types with arguments of type NumericalDatasource Modifier and Type Method Description static org.apache.commons.lang3.tuple.Pair<JButton,Supplier<NumericalDatasource>>JNumericalDataSourceSelector. getAccessButton(NexusTableModel ntm, Frame owner)static org.apache.commons.lang3.tuple.Triple<JPanel,Supplier<NumericalDatasource>,Consumer<NumericalDatasource>>JNumericalDataSourceSelector. getSelectorPanel(NexusTableModel ntm, Frame owner)static org.apache.commons.lang3.tuple.Triple<JPanel,Supplier<NumericalDatasource>,Consumer<NumericalDatasource>>JNumericalDataSourceSelector. getSelectorPanel(NexusTableModel ntm, Frame owner)static org.apache.commons.lang3.tuple.Triple<JPanel,Supplier<NumericalDatasource>,Consumer<NumericalDatasource>>JNumericalDataSourceSelector. getSelectorPanel2(NexusTableModel ntm, Frame owner)static org.apache.commons.lang3.tuple.Triple<JPanel,Supplier<NumericalDatasource>,Consumer<NumericalDatasource>>JNumericalDataSourceSelector. getSelectorPanel2(NexusTableModel ntm, Frame owner)Methods in tech.molecules.leet.table.gui with parameters of type NumericalDatasource Modifier and Type Method Description voidJNumericalDataSourceSelector.NumericalDataSourceSelectorModel. setSelectedDatasource(NumericalDatasource nd) -
Uses of NumericalDatasource in tech.molecules.leet.util
Methods in tech.molecules.leet.util with parameters of type NumericalDatasource Modifier and Type Method Description static Map<String,Color>ColorMapHelper. evaluateColorValues(net.mahdilamb.colormap.Colormap cm, NexusTableModel ntm, NumericalDatasource nd)
-