Interface | Description |
---|---|
IDataDistributionProvider |
Defines the interface with methods for tracking order of data
|
IDoubleValuesProvider |
Defines a collection which can represented as sequence of double values
|
IRange<T extends java.lang.Comparable<T>> |
Defines the base interface to a Range (min, max),
used throughout SciChart for visible, data and index range calculations
|
IRangeChangeObserver<T extends java.lang.Comparable<T>> |
Defines the interface for listening changes of
IRange implementors. |
ISciList<T extends java.lang.Comparable<T>> |
Defines the interface for a high-performance array-backed list type
|
ISciListByte |
Defines the interface which allows to get access to primitive internal items array.
|
ISciListDate |
Defines the interface which allows to get access to primitive internal items array.
|
ISciListDouble |
Defines the interface which allows to get access to primitive internal items array.
|
ISciListFloat |
Defines the interface which allows to get access to primitive internal items array.
|
ISciListInteger |
Defines the interface which allows to get access to primitive internal items array.
|
ISciListLong |
Defines the interface which allows to get access to primitive internal items array.
|
ISciListShort |
Defines the interface which allows to get access to primitive internal items array.
|
ISmartList<T extends java.lang.Comparable<T>> |
Defines the interface for a high-performance array-backed list type which provides information about distribution of its items
|
SciListUtil.ISciListUtilProvider |
Defines interface with SciListUtil methods.
|
Class | Description |
---|---|
ByteRange |
Defines a range of type
Byte . |
DateRange |
Defines a range of type
Date . |
DoubleRange |
Defines a range of type
Double . |
FifoBufferFactory |
Defines the factory which allows to create a high-performance array-backed fifo buffers.
|
FloatRange |
Defines a range of type
Float . |
IndexRange |
Defines a range used to specify array indices to another series.
|
IntegerRange |
Defines a range of type
Integer |
LongRange |
Defines a range of type
Long |
NumericRange<T extends java.lang.Number & java.lang.Comparable<T>> |
Defines a base class for all numeric ranges
|
Point2DSeries |
Defines a strongly typed PointSeries of Point2D items, a subset of X,Y data used to resample points.
|
RangeBase<T extends java.lang.Comparable<T>> |
Defines the base class for
IRange , used throughout SciChart for visible, data and index range calculations. |
RangeFactory |
Defines a factory for
IRange implementations. |
SciListFactory |
Defines factory which allows to create a high-performance array-backed lists.
|
SciListUtil |
Helper class for work with internal items arrays of ISciList.
|
ShortRange |
Defines a range of type
Short |
Enum | Description |
---|---|
RangeClipMode |
Provide values which define how to perform clipping of
IRange |