Uses of Class
adams.gui.visualization.xchart.dataset.AbstractDatasetGenerator
-
Packages that use AbstractDatasetGenerator Package Description adams.flow.sink adams.flow.transformer adams.gui.visualization.xchart.dataset -
-
Uses of AbstractDatasetGenerator in adams.flow.sink
Fields in adams.flow.sink declared as AbstractDatasetGenerator Modifier and Type Field Description protected AbstractDatasetGeneratorXChartFileWriter. m_Datasetthe dataset generator.protected AbstractDatasetGeneratorXChartPlot. m_Datasetthe dataset generator.Methods in adams.flow.sink that return AbstractDatasetGenerator Modifier and Type Method Description AbstractDatasetGeneratorXChartFileWriter. getDataset()Returns the dataset generator.AbstractDatasetGeneratorXChartPlot. getDataset()Returns the dataset generator.Methods in adams.flow.sink with parameters of type AbstractDatasetGenerator Modifier and Type Method Description voidXChartFileWriter. setDataset(AbstractDatasetGenerator value)Sets the dataset generator.voidXChartPlot. setDataset(AbstractDatasetGenerator value)Sets the dataset generator. -
Uses of AbstractDatasetGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractDatasetGenerator Modifier and Type Field Description protected AbstractDatasetGeneratorMakeXChartDataset. m_Datasetthe dataset generator.protected AbstractDatasetGeneratorStorageXChartAddDataset. m_Datasetthe dataset generator.Methods in adams.flow.transformer that return AbstractDatasetGenerator Modifier and Type Method Description AbstractDatasetGeneratorMakeXChartDataset. getDataset()Returns the dataset generator.AbstractDatasetGeneratorStorageXChartAddDataset. getDataset()Returns the dataset generator.Methods in adams.flow.transformer with parameters of type AbstractDatasetGenerator Modifier and Type Method Description voidMakeXChartDataset. setDataset(AbstractDatasetGenerator value)Sets the dataset generator.voidStorageXChartAddDataset. setDataset(AbstractDatasetGenerator value)Sets the dataset generator. -
Uses of AbstractDatasetGenerator in adams.gui.visualization.xchart.dataset
Subclasses of AbstractDatasetGenerator in adams.gui.visualization.xchart.dataset Modifier and Type Class Description classXYDatasetGeneratorFor each of the Y columns, a separate series is generated.
-