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