Uses of Class
com.jfcbuilder.builders.ChartBuilder
Packages that use ChartBuilder
-
Uses of ChartBuilder in com.jfcbuilder.builders
Methods in com.jfcbuilder.builders that return ChartBuilderModifier and TypeMethodDescriptionChartBuilder.dateFormat
(DateFormat format) Overrides the time axis tick label format.static ChartBuilder
ChartBuilder.get()
Factory method for obtaining new instances of this class.ChartBuilder.indexRange
(int startIndex, int endIndex) Sets the zero-based indexes defining what elements to actually use in all the configured data sets.ChartBuilder.sharedAxisColor
(Paint color) Sets the shared axis color to use when building the chart.ChartBuilder.sharedAxisFontColor
(Paint color) Sets the shared axis font color to use when building the chart.ChartBuilder.showTimeGaps
(boolean showTimeGaps) Sets whether or not time gaps should be rendered.ChartBuilder.timeData
(long[] timeData) Sets the epoch milliseconds date-time data common to all plots.Sets the main title of the chart.ChartBuilder.verticalTickLabels
(boolean useVertical) Override the time axis flag specifying if tick labels should be drawn vertical or horizontal.ChartBuilder.xyPlot
(IXYTimeSeriesPlotBuilder<?> builder) Registers an IXYTimeSeriesPlotBuilder whosebuild()
method will be called to generate its plot when this chart builder'sbuild()
method is called.