Uses of Class
tech.molecules.leet.table.chart.ScatterPlotModel
-
Packages that use ScatterPlotModel Package Description tech.molecules.leet.similarity tech.molecules.leet.similarity.gui tech.molecules.leet.table.chart -
-
Uses of ScatterPlotModel in tech.molecules.leet.similarity
Methods in tech.molecules.leet.similarity that return ScatterPlotModel Modifier and Type Method Description static ScatterPlotModelUMapHelper. createChart2(NexusTableModel ntm, UMapHelper.UMapXYChartConfig conf) -
Uses of ScatterPlotModel in tech.molecules.leet.similarity.gui
Methods in tech.molecules.leet.similarity.gui that return types with arguments of type ScatterPlotModel Modifier and Type Method Description List<ScatterPlotModel>UmapViewModel. createPlots() -
Uses of ScatterPlotModel in tech.molecules.leet.table.chart
Methods in tech.molecules.leet.table.chart that return ScatterPlotModel Modifier and Type Method Description ScatterPlotModelJFreeChartScatterPlot2. getModel()Methods in tech.molecules.leet.table.chart with parameters of type ScatterPlotModel Modifier and Type Method Description voidJScatterPlotConfigurationMenuBar. addModel(ScatterPlotModel mi)booleanJScatterPlotConfigurationMenuBar. removeModel(ScatterPlotModel mi)Method parameters in tech.molecules.leet.table.chart with type arguments of type ScatterPlotModel Modifier and Type Method Description static voidJScatterPlotConfigurationMenuBar. initMenuBar(JMenuBar jmb, NexusTableModel ntm, List<ScatterPlotModel> scatterplots)Constructors in tech.molecules.leet.table.chart with parameters of type ScatterPlotModel Constructor Description JFreeChartScatterPlot2(ScatterPlotModel mi)JFreeChartScatterPlot2(ScatterPlotModel mi, boolean createMenuBar)Constructor parameters in tech.molecules.leet.table.chart with type arguments of type ScatterPlotModel Constructor Description SetColorNumericalDatasource(List<ScatterPlotModel> fcs, NumericalDatasource nds)SetPointSizeAction(List<ScatterPlotModel> fcs, int size)
-