Uses of Class
com.jfcbuilder.builders.OhlcSeriesBuilder
Packages that use OhlcSeriesBuilder
-
Uses of OhlcSeriesBuilder in com.jfcbuilder.builders
Methods in com.jfcbuilder.builders that return OhlcSeriesBuilderModifier and TypeMethodDescriptionSets the color to use for drawing OHLCV items on days where price closed down (lower than open).static OhlcSeriesBuilder
OhlcSeriesBuilder.get()
Factory method for obtaining new instances of this class.OhlcSeriesBuilder.indexRange
(ZeroBasedIndexRange indexRange) OhlcSeriesBuilder.ohlcv
(OhlcvSeries ohlcv) Sets the OHLCV data to be used for building the XYDataset.OhlcSeriesBuilder.timeData
(long[] timeData) Sets the color to use for drawing OHLCV items on days where price closed up (higher than open).