Search Results for

    Show / Hide Table of Contents

    Class ChartModifierCollection

    Contains a collection of IChartModifier

    Inheritance
    java.lang.Object
    java.util.AbstractCollection
    java.util.AbstractList
    ArrayList
    ObservableCollection<E>
    ChartModifierCollectionCore<T>
    ChartModifierCollectionBase
    ChartModifierCollection
    Inherited Members
    ChartModifierCollectionBase.attachTo(IServiceContainer,boolean)
    ChartModifierCollectionBase.detach()
    ChartModifierCollectionCore.attachTo(IServiceContainer)
    ChartModifierCollectionCore.getServices()
    ChartModifierCollectionCore.isAttached()
    ChartModifierCollectionCore.isSubscribedToEvents()
    ObservableCollection.add(E)
    ObservableCollection.add(int,E)
    ObservableCollection.addAll(int,Collection<? extends E>)
    ObservableCollection.addAll(Collection<? extends E>)
    ObservableCollection.addObserver(ICollectionObserver<E>)
    ObservableCollection.clear()
    ObservableCollection.remove(int)
    ObservableCollection.remove(Object)
    ObservableCollection.removeAll(Collection<?>)
    ObservableCollection.removeObserver(ICollectionObserver<E>)
    ObservableCollection.removeRange(int,int)
    ObservableCollection.retainAll(Collection<?>)
    ObservableCollection.set(int,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 ChartModifierCollection extends ChartModifierCollectionBase<IChartModifier>

    Constructors

    ChartModifierCollection()

    Declaration
    public ChartModifierCollection()

    ChartModifierCollection(Collection<IChartModifier> collection)

    Declaration
    public ChartModifierCollection(Collection<IChartModifier> collection)
    Parameters
    Type Name Description
    Collection<IChartModifier> collection

    Methods

    attachTo(IServiceContainer services, boolean subscribeToEvents)

    Attaches this instance to IServiceContainer instance.

    Declaration
    public void attachTo(IServiceContainer services, boolean subscribeToEvents)
    Parameters
    Type Name Description
    IServiceContainer services
    boolean subscribeToEvents
    Overrides
    ChartModifierCollectionBase<T>.attachTo(IServiceContainer services, boolean subscribeToEvents)

    detach()

    Declaration
    public void detach()
    Overrides
    ChartModifierCollectionBase<T>.detach()

    getRenderedSubscriptionToken()

    Declaration
    protected final MessageSubscriptionToken getRenderedSubscriptionToken()
    Returns
    Type Description
    MessageSubscriptionToken

    getResizedSubscriptionToken()

    Declaration
    protected final MessageSubscriptionToken getResizedSubscriptionToken()
    Returns
    Type Description
    MessageSubscriptionToken

    onAnnotationsCollectionChanged(CollectionChangedEventArgs<IAnnotation> args)

    Declaration
    public final void onAnnotationsCollectionChanged(CollectionChangedEventArgs<IAnnotation> args)
    Parameters
    Type Name Description
    CollectionChangedEventArgs<IAnnotation> args

    onAnnotationsDrasticallyChanged()

    Declaration
    public final void onAnnotationsDrasticallyChanged()

    onCollectionChanged(int propertyId, CollectionChangedEventArgs<?> args)

    Declaration
    public void onCollectionChanged(int propertyId, CollectionChangedEventArgs<?> args)
    Parameters
    Type Name Description
    int propertyId
    CollectionChangedEventArgs<?> args

    onParentSurfaceResized(ResizedMessage message)

    Declaration
    public final void onParentSurfaceResized(ResizedMessage message)
    Parameters
    Type Name Description
    ResizedMessage message

    onPropertyChanged(int propertyId)

    Declaration
    public void onPropertyChanged(int propertyId)
    Parameters
    Type Name Description
    int propertyId

    onRenderSurfaceRendered(RenderedMessage message)

    Declaration
    public final void onRenderSurfaceRendered(RenderedMessage message)
    Parameters
    Type Name Description
    RenderedMessage message
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml