java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
javafx.collections.ObservableListBase<T>
com.iamsoft.util.ui.javafx.collections.ProxyObservableList<javafx.scene.chart.XYChart.Data<X,Y>>
com.iamsoft.util.ui.javafx.collections.ConflatingList<X,Y>
- Type Parameters:
X- Type of horizontal (X) axis.Y- Type of vertical (Y) axis.
- All Implemented Interfaces:
Iterable<javafx.scene.chart.XYChart.Data<X,,Y>> Collection<javafx.scene.chart.XYChart.Data<X,,Y>> List<javafx.scene.chart.XYChart.Data<X,,Y>> javafx.beans.Observable,javafx.collections.ObservableList<javafx.scene.chart.XYChart.Data<X,Y>>
Removes redundant datapoints. Also, merges points that are temporally proximate.
-
Property Summary
Properties inherited from class com.iamsoft.util.ui.javafx.collections.ProxyObservableList
delegate -
Nested Class Summary
Nested classes/interfaces inherited from class com.iamsoft.util.ui.javafx.collections.ProxyObservableList
ProxyObservableList.Exposed<T>, ProxyObservableList.Propertied<T> -
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionConflatingList(javafx.collections.ObservableList<javafx.scene.chart.XYChart.Data<X, Y>> pDelegate, Function<X, Long> pXToLongFunction) ConflatingList(javafx.collections.ObservableList<javafx.scene.chart.XYChart.Data<X, Y>> pDelegate, Function<X, Long> pXToLongFunction, long pMinInterval) -
Method Summary
Methods inherited from class com.iamsoft.util.ui.javafx.collections.ProxyObservableList
add, add, addAll, addAll, addAll, clear, contains, containsAll, delegateProperty, equals, get, getDelegate, hashCode, indexOf, isEmpty, lastIndexOf, remove, remove, remove, removeAll, removeAll, replaceAll, retainAll, retainAll, set, setAll, setAll, size, toStringMethods inherited from class javafx.collections.ObservableListBase
addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, removeListener, removeListenerMethods inherited from class java.util.AbstractList
iterator, listIterator, listIterator, removeRange, subListMethods inherited from class java.util.AbstractCollection
toArray, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
iterator, listIterator, listIterator, sort, spliterator, subList, toArray, toArrayMethods inherited from interface javafx.collections.ObservableList
filtered, sorted, sorted
-
Constructor Details
-
ConflatingList
-
ConflatingList
-