X - Type of horizontal (X) axis.Y - Type of vertical (Y) axis.public class ConflatingList2<X,Y> extends ObservableArrayList<javafx.util.Pair<X,Y>>
ObservableArrayList.Exposed<E>modCount| Constructor and Description |
|---|
ConflatingList2(ConflatingList2<X,Y> pSourceList,
Function<X,Long> pXToLongFunction,
long pMinInterval) |
ConflatingList2(Function<X,Long> pXToLongFunction) |
ConflatingList2(Function<X,Long> pXToLongFunction,
long pMinInterval) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDataPoint(X pX,
Y pY)
If this list is not a root, meaning it has a source list, the data point is added to
the root list.
|
ConflatingList2<X,Y> |
getRootList() |
ConflatingList2<X,Y> |
getSourceList() |
addAll, addAll, removeRangeaddElementObserver, addElementObservers, clear, contains, doAdd, doRemove, doSet, get, getDelegate, indexOf, lastIndexOf, permutate, removeElementObserver, removeElementObservers, resetElementObserver, sizeadd, remove, remove, removeAll, retainAll, set, setAll, subListaddAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAlladd, equals, hashCode, iterator, listIterator, listIteratorcontainsAll, isEmpty, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitemptyaddAll, addListener, filtered, remove, removeAll, removeListener, retainAll, setAll, setAll, sorted, sortedadd, add, containsAll, equals, hashCode, isEmpty, iterator, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic ConflatingList2<X,Y> getSourceList()
public ConflatingList2<X,Y> getRootList()
Copyright © 2023. All rights reserved.