Uses of Class
com.jfcbuilder.types.ZeroBasedIndexRange
Packages that use ZeroBasedIndexRange
-
Uses of ZeroBasedIndexRange in com.jfcbuilder.adapters
Constructors in com.jfcbuilder.adapters with parameters of type ZeroBasedIndexRangeModifierConstructorDescriptionNumberFormatDateAdapter
(ZeroBasedIndexRange range, long[] timeData, DateFormat dateFormat) Constructor. -
Uses of ZeroBasedIndexRange in com.jfcbuilder.builders
Methods in com.jfcbuilder.builders with parameters of type ZeroBasedIndexRangeModifier and TypeMethodDescriptionIXYTimeSeriesBuilder.indexRange
(ZeroBasedIndexRange indexRange) Sets zero-based data indexing range (start index and end index) to be used.IXYTimeSeriesDatasetBuilder.indexRange
(ZeroBasedIndexRange indexRange) Sets the zero-based index range used to index into all source data for building the XYDataset.IXYTimeSeriesPlotBuilder.indexRange
(ZeroBasedIndexRange indexRange) Sets the zero-based index range used to index into all source data for building the XYPlot.OhlcPlotBuilder.indexRange
(ZeroBasedIndexRange indexRange) OhlcSeriesBuilder.indexRange
(ZeroBasedIndexRange indexRange) VolumeXYTimeSeriesBuilder.indexRange
(ZeroBasedIndexRange indexRange) XYTimeSeriesBuilder.indexRange
(ZeroBasedIndexRange indexRange) XYTimeSeriesPlotBuilder.indexRange
(ZeroBasedIndexRange indexRange) -
Uses of ZeroBasedIndexRange in com.jfcbuilder.types
Methods in com.jfcbuilder.types that return ZeroBasedIndexRangeModifier and TypeMethodDescriptionXYTimeSeriesElements.indexRange()
Gets the zero-based index range to be used when generating the series.XYTimeSeriesPlotBuilderElements.indexRange()
Gets the zero-based index range to be used with all data series.Methods in com.jfcbuilder.types with parameters of type ZeroBasedIndexRangeModifier and TypeMethodDescriptionvoid
XYTimeSeriesElements.indexRange
(ZeroBasedIndexRange indexRange) Sets the zero-based index range to be used when generating the series.void
XYTimeSeriesPlotBuilderElements.indexRange
(ZeroBasedIndexRange indexRange) Sets the zero-based index range to be used with all data series.