Uses of Interface
com.jfcbuilder.builders.IXYTimeSeriesPlotBuilder
Packages that use IXYTimeSeriesPlotBuilder
-
Uses of IXYTimeSeriesPlotBuilder in com.jfcbuilder.builders
Classes in com.jfcbuilder.builders with type parameters of type IXYTimeSeriesPlotBuilderModifier and TypeInterfaceDescriptioninterface
IXYTimeSeriesPlotBuilder<T extends IXYTimeSeriesPlotBuilder<T>>
Interface for all time series based XYPlot builders.Classes in com.jfcbuilder.builders that implement IXYTimeSeriesPlotBuilderModifier and TypeClassDescriptionclass
Builder for producing stock market Open High Low Close (OHLC) plots using configured builder properties, series, and datasets.class
Builder for producing stock market volume plots using configured builder properties, series, and datasets.class
Builder for producing general XYPlot plots using configured builder properties, series, and datasets.Methods in com.jfcbuilder.builders with parameters of type IXYTimeSeriesPlotBuilderModifier and TypeMethodDescriptionChartBuilder.xyPlot
(IXYTimeSeriesPlotBuilder<?> builder) Registers an IXYTimeSeriesPlotBuilder whosebuild()
method will be called to generate its plot when this chart builder'sbuild()
method is called.