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, removeRange
addElementObserver, addElementObservers, clear, contains, doAdd, doRemove, doSet, get, getDelegate, indexOf, lastIndexOf, permutate, removeElementObserver, removeElementObservers, resetElementObserver, size
add, remove, remove, removeAll, retainAll, set, setAll, subList
addAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll
add, equals, hashCode, iterator, listIterator, listIterator
containsAll, isEmpty, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
empty
addAll, addListener, filtered, remove, removeAll, removeListener, retainAll, setAll, setAll, sorted, sorted
add, add, containsAll, equals, hashCode, isEmpty, iterator, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
public ConflatingList2<X,Y> getSourceList()
public ConflatingList2<X,Y> getRootList()
Copyright © 2023. All rights reserved.