Search Results for

    Show / Hide Table of Contents

    Class PieSegmentCollection

    Defines collection of IPieSegment used by com.scichart.charting.visuals.renderableSeries.IPieRenderableSeries

    Inheritance
    java.lang.Object
    java.util.AbstractCollection
    java.util.AbstractList
    ArrayList
    ObservableCollection<E>
    LockableObservableCollection
    PieSegmentCollection
    Inherited Members
    LockableObservableCollection.add(E)
    LockableObservableCollection.add(int,E)
    LockableObservableCollection.addAll(int,Collection<? extends E>)
    LockableObservableCollection.addAll(Collection<? extends E>)
    LockableObservableCollection.clear()
    LockableObservableCollection.remove(int)
    LockableObservableCollection.remove(Object)
    LockableObservableCollection.removeAll(Collection<?>)
    LockableObservableCollection.removeRange(int,int)
    LockableObservableCollection.retainAll(Collection<?>)
    LockableObservableCollection.set(int,E)
    ObservableCollection.addObserver(ICollectionObserver<E>)
    ObservableCollection.removeObserver(ICollectionObserver<E>)
    ObservableCollection.setAll(Collection<? extends E>)
    ObservableCollection.setAll(List<? extends E>,Predicate<? super E>)
    Object.finalize()
    Object.getClass()
    Object.notify()
    Object.notifyAll()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    AbstractCollection.containsAll(Collection<?>)
    AbstractCollection.toString()
    ArrayList.<T>toArray(T[])
    ArrayList.addFirst(E)
    ArrayList.addLast(E)
    ArrayList.clone()
    ArrayList.contains(Object)
    ArrayList.ensureCapacity(int)
    ArrayList.equals(Object)
    ArrayList.forEach(Consumer<? super E>)
    ArrayList.get(int)
    ArrayList.getFirst()
    ArrayList.getLast()
    ArrayList.hashCode()
    ArrayList.indexOf(Object)
    ArrayList.isEmpty()
    ArrayList.iterator()
    ArrayList.lastIndexOf(Object)
    ArrayList.listIterator()
    ArrayList.listIterator(int)
    ArrayList.removeFirst()
    ArrayList.removeIf(Predicate<? super E>)
    ArrayList.removeLast()
    ArrayList.replaceAll(UnaryOperator<E>)
    ArrayList.size()
    ArrayList.sort(Comparator<? super E>)
    ArrayList.spliterator()
    ArrayList.subList(int,int)
    ArrayList.toArray()
    ArrayList.trimToSize()
    Namespace:
    Assembly: .dll
    Syntax
    public class PieSegmentCollection extends LockableObservableCollection<renderableSeries.IPieSegment>

    Constructors

    PieSegmentCollection()

    Creates new instance of PieSegmentCollection class

    Declaration
    public PieSegmentCollection()

    PieSegmentCollection(int capacity)

    Creates new instance of PieSegmentCollection class

    Declaration
    public PieSegmentCollection(int capacity)
    Parameters
    Type Name Description
    int capacity

    The initial capacity

    PieSegmentCollection(Collection<? extends renderableSeries.IPieSegment> collection)

    Creates new instance of PieSegmentCollection class

    Declaration
    public PieSegmentCollection(Collection<? extends renderableSeries.IPieSegment> collection)
    Parameters
    Type Name Description
    Collection<? extends com.scichart.charting.visuals.renderableSeries.IPieSegment> collection

    The collection with items to add

    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml