public class ChartBehaviorCollection extends ObservableCollection<ChartBehavior>
Constructor and Description |
---|
ChartBehaviorCollection(RadChartViewBase owner)
Creates a new instance of the
ChartBehaviorCollection with a specified chart owner. |
Modifier and Type | Method and Description |
---|---|
boolean |
add(ChartBehavior item) |
void |
add(int index,
ChartBehavior item) |
void |
clear() |
ChartBehavior |
remove(int index) |
ChartBehavior |
set(int index,
ChartBehavior object) |
addAll, addAll, addCollectionChangeListener, beginUpdate, endUpdate, remove, removeAll, removeCollectionChangeListener
clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeIf, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
containsAll, equals, hashCode
parallelStream, stream
public ChartBehaviorCollection(RadChartViewBase owner)
ChartBehaviorCollection
with a specified chart owner.owner
- the chart owning the collection.public boolean add(ChartBehavior item)
add
in interface Collection<ChartBehavior>
add
in interface List<ChartBehavior>
add
in class ObservableCollection<ChartBehavior>
public void add(int index, ChartBehavior item)
add
in interface List<ChartBehavior>
add
in class ObservableCollection<ChartBehavior>
public ChartBehavior remove(int index)
remove
in interface List<ChartBehavior>
remove
in class ObservableCollection<ChartBehavior>
public ChartBehavior set(int index, ChartBehavior object)
set
in interface List<ChartBehavior>
set
in class ArrayList<ChartBehavior>
public void clear()
clear
in interface Collection<ChartBehavior>
clear
in interface List<ChartBehavior>
clear
in class ObservableCollection<ChartBehavior>