Uses of Interface
com.jfcbuilder.builders.IXYTimeSeriesDatasetBuilder
Packages that use IXYTimeSeriesDatasetBuilder
-
Uses of IXYTimeSeriesDatasetBuilder in com.jfcbuilder.builders
Classes in com.jfcbuilder.builders with type parameters of type IXYTimeSeriesDatasetBuilderModifier and TypeInterfaceDescriptioninterfaceIXYTimeSeriesDatasetBuilder<T extends IXYTimeSeriesDatasetBuilder<T>>Interface for all time series based dataset builders.Classes in com.jfcbuilder.builders that implement IXYTimeSeriesDatasetBuilderModifier and TypeClassDescriptionclassBuilder for producing stock market Open High Low Close (OHLC) data sets that can be used in OHLC plots.classBuilder for producing stock market volume data sets that can be used in Volume XY plots.Methods in com.jfcbuilder.builders with parameters of type IXYTimeSeriesDatasetBuilderModifier and TypeMethodDescriptionIXYTimeSeriesPlotBuilder.series(IXYTimeSeriesDatasetBuilder<?> series) Registers an IXYDatasetBuilder whosebuild()method will be called to generate its XYDataset when this plot builder'sbuild()method is called.OhlcPlotBuilder.series(IXYTimeSeriesDatasetBuilder<?> dataset) Same as interfaceIXYTimeSeriesPlotBuilder<?>.series(IXYTimeSeriesDatasetBuilder<?>)but also checks that only oneOhlcSeriesBuilderis ever added because only one is allowed per plot.VolumeXYPlotBuilder.series(IXYTimeSeriesDatasetBuilder<?> dataset) XYTimeSeriesPlotBuilder.series(IXYTimeSeriesDatasetBuilder<?> dataset) -
Uses of IXYTimeSeriesDatasetBuilder in com.jfcbuilder.types
Methods in com.jfcbuilder.types that return types with arguments of type IXYTimeSeriesDatasetBuilderModifier and TypeMethodDescriptionXYTimeSeriesPlotBuilderElements.unmodifiableDatasets()Gets an unmodifiable list of the dataset builders to be used for building the plot.Methods in com.jfcbuilder.types with parameters of type IXYTimeSeriesDatasetBuilderModifier and TypeMethodDescriptionvoidXYTimeSeriesPlotBuilderElements.dataset(IXYTimeSeriesDatasetBuilder<?> dataset) Registers an XYDataset builder to be used for building the plot.