Package com.storedobject.chart
Class CandlestickData
- All Implemented Interfaces:
AbstractDataProvider<CandlestickData.Candlestick>
,ComponentPart
,ComponentProperty
,Serializable
,Cloneable
,Iterable<CandlestickData.Candlestick>
,Collection<CandlestickData.Candlestick>
,List<CandlestickData.Candlestick>
,RandomAccess
,SequencedCollection<CandlestickData.Candlestick>
Data representation for
CandlestickChart
.- Author:
- Syam
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
A structure to represent a data point in the candlestick chart.Nested classes/interfaces inherited from interface com.storedobject.chart.AbstractDataProvider
AbstractDataProvider.NumberComparator
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.chart.AbstractData
asList, getDataType, getName, getSerial, setName, setSerial, stream
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.storedobject.chart.AbstractDataProvider
create, create, encode, encodeJSON, getComparator, getId, getMax, getMin, validate
Methods inherited from interface java.util.Collection
parallelStream, toArray
Methods inherited from interface com.storedobject.chart.ComponentPart
className, getRenderingIndex, setRenderingIndex
Methods inherited from interface java.util.List
containsAll, reversed
-
Constructor Details
-
CandlestickData
Candlestick chart.- Parameters:
data
- Data points to add.
-