Uses of Class
jcckit.data.DataPlot
-
Packages that use DataPlot Package Description jcckit.data jcckit.plot -
-
Uses of DataPlot in jcckit.data
Methods in jcckit.data that return DataPlot Modifier and Type Method Description static DataPlot
DataPlot. create(ConfigParameters config)
Convenient method to create a DataPlot based on the specified config parameters. -
Uses of DataPlot in jcckit.plot
Methods in jcckit.plot with parameters of type DataPlot Modifier and Type Method Description void
Plot. connect(DataPlot dataPlot)
Connect the specifiedDataPlot
with this instance.void
PlotCanvas. connect(DataPlot dataPlot)
-