Uses of Class
com.jfcbuilder.builders.OhlcPlotBuilder
Packages that use OhlcPlotBuilder
-
Uses of OhlcPlotBuilder in com.jfcbuilder.builders
Subclasses of OhlcPlotBuilder in com.jfcbuilder.buildersModifier and TypeClassDescriptionclass
Builder for producing stock market volume plots using configured builder properties, series, and datasets.Methods in com.jfcbuilder.builders that return OhlcPlotBuilderModifier and TypeMethodDescriptionOhlcPlotBuilder.annotation
(IXYAnnotationBuilder<?> annotation) OhlcPlotBuilder.axisFontColor
(Paint color) OhlcPlotBuilder.backgroundColor
(Paint color) static OhlcPlotBuilder
OhlcPlotBuilder.get()
Factory method for obtaining new instances of this class.OhlcPlotBuilder.gridLines()
Deprecated.OhlcPlotBuilder.indexRange
(ZeroBasedIndexRange indexRange) OhlcPlotBuilder.majorGrid
(boolean enabled) OhlcPlotBuilder.majorGridColor
(Paint color) OhlcPlotBuilder.majorGridStyle
(Stroke style) OhlcPlotBuilder.marker
(MarkerBuilder line) OhlcPlotBuilder.minorGrid
(boolean enabled) OhlcPlotBuilder.minorGridColor
(Paint color) OhlcPlotBuilder.minorGridStyle
(Stroke style) OhlcPlotBuilder.noGridLines()
OhlcPlotBuilder.plotWeight
(int weight) OhlcPlotBuilder.series
(IXYTimeSeriesBuilder<?> series) OhlcPlotBuilder.series
(IXYTimeSeriesDatasetBuilder<?> dataset) Same as interfaceIXYTimeSeriesPlotBuilder<?>.series(IXYTimeSeriesDatasetBuilder<?>)
but also checks that only oneOhlcSeriesBuilder
is ever added because only one is allowed per plot.VolumeXYPlotBuilder.series
(IXYTimeSeriesDatasetBuilder<?> dataset) OhlcPlotBuilder.showTimeGaps
(boolean showTimeGaps) OhlcPlotBuilder.timeData
(long[] timeData) OhlcPlotBuilder.xAxis
(org.jfree.chart.axis.ValueAxis xAxis) OhlcPlotBuilder.yAxisRange
(double lower, double upper) OhlcPlotBuilder.yAxisTickSize
(double size) OhlcPlotBuilder.yTickFormat
(NumberFormat format)
majorGrid(boolean)
andminorGrid(boolean)
, and will be removed in a future release.