Search Results for

    Show / Hide Table of Contents

    Class VerticallyStackedMountainsCollection

    Provides Vertically Stacked Mountains rendering.

    Inheritance
    java.lang.Object
    java.util.AbstractCollection
    java.util.AbstractList
    ArrayList
    ObservableCollection<E>
    StackedSeriesCollectionBase<T>
    renderableSeries.VerticallyStackedSeriesCollection
    VerticallyStackedMountainsCollection
    Inherited Members
    renderableSeries.StackedSeriesCollectionBase.addIsSelectedChangeListener(renderableSeries.RenderableSeriesChangeListener)
    renderableSeries.StackedSeriesCollectionBase.addIsVisibleChangeListener(renderableSeries.RenderableSeriesChangeListener)
    renderableSeries.StackedSeriesCollectionBase.applyThemeProvider(IThemeProvider)
    renderableSeries.StackedSeriesCollectionBase.attachTo(IServiceContainer)
    renderableSeries.StackedSeriesCollectionBase.decrementSuspend()
    renderableSeries.StackedSeriesCollectionBase.detach()
    renderableSeries.StackedSeriesCollectionBase.getContext()
    renderableSeries.StackedSeriesCollectionBase.getCurrentRenderPassData()
    renderableSeries.StackedSeriesCollectionBase.getDataSeries()
    renderableSeries.StackedSeriesCollectionBase.getDataSeriesLock()
    renderableSeries.StackedSeriesCollectionBase.getIsSelected()
    renderableSeries.StackedSeriesCollectionBase.getIsSuspended()
    renderableSeries.StackedSeriesCollectionBase.getIsVisible()
    renderableSeries.StackedSeriesCollectionBase.getOpacity()
    renderableSeries.StackedSeriesCollectionBase.getPaletteProvider()
    renderableSeries.StackedSeriesCollectionBase.getParentSurface()
    renderableSeries.StackedSeriesCollectionBase.getPointMarker()
    renderableSeries.StackedSeriesCollectionBase.getRenderPassDataLock()
    renderableSeries.StackedSeriesCollectionBase.getRenderPassDataTransformation()
    renderableSeries.StackedSeriesCollectionBase.getResamplingMode()
    renderableSeries.StackedSeriesCollectionBase.getSelectedSeriesStyle()
    renderableSeries.StackedSeriesCollectionBase.getSeriesColor()
    renderableSeries.StackedSeriesCollectionBase.getSeriesInfoProvider()
    renderableSeries.StackedSeriesCollectionBase.getServices()
    renderableSeries.StackedSeriesCollectionBase.getStrokeStyle()
    renderableSeries.StackedSeriesCollectionBase.getUpdateSuspenderCount()
    renderableSeries.StackedSeriesCollectionBase.getVisibleSeries()
    renderableSeries.StackedSeriesCollectionBase.getXAxis()
    renderableSeries.StackedSeriesCollectionBase.getXAxisId()
    renderableSeries.StackedSeriesCollectionBase.getYAxis()
    renderableSeries.StackedSeriesCollectionBase.getYAxisId()
    renderableSeries.StackedSeriesCollectionBase.hasDataSeries()
    renderableSeries.StackedSeriesCollectionBase.hitTest(renderableSeries.hitTest.HitTestInfo,float,float)
    renderableSeries.StackedSeriesCollectionBase.hitTest(renderableSeries.hitTest.HitTestInfo,float,float,float)
    renderableSeries.StackedSeriesCollectionBase.internalUpdate(IAssetManager2D,RenderPassState)
    renderableSeries.StackedSeriesCollectionBase.invalidateElement()
    renderableSeries.StackedSeriesCollectionBase.invalidateRenderPassData()
    renderableSeries.StackedSeriesCollectionBase.isAttached()
    renderableSeries.StackedSeriesCollectionBase.isValidForDrawing()
    renderableSeries.StackedSeriesCollectionBase.isValidForUpdate()
    renderableSeries.StackedSeriesCollectionBase.onDraw(IRenderContext2D,IAssetManager2D)
    renderableSeries.StackedSeriesCollectionBase.onRenderSurfaceChanged()
    renderableSeries.StackedSeriesCollectionBase.removeIsSelectedChangeListener(renderableSeries.RenderableSeriesChangeListener)
    renderableSeries.StackedSeriesCollectionBase.removeIsVisibleChangeListener(renderableSeries.RenderableSeriesChangeListener)
    renderableSeries.StackedSeriesCollectionBase.resumeUpdates(IUpdateSuspender)
    renderableSeries.StackedSeriesCollectionBase.setDataSeries(dataSeries.IDataSeries)
    renderableSeries.StackedSeriesCollectionBase.setIsSelected(boolean)
    renderableSeries.StackedSeriesCollectionBase.setIsVisible(boolean)
    renderableSeries.StackedSeriesCollectionBase.setOpacity(float)
    renderableSeries.StackedSeriesCollectionBase.setPaletteProvider(renderableSeries.paletteProviders.IPaletteProvider)
    renderableSeries.StackedSeriesCollectionBase.setPointMarker(IPointMarker)
    renderableSeries.StackedSeriesCollectionBase.setRenderPassDataTransformation(renderableSeriesIRenderPassDataTransformation)
    renderableSeries.StackedSeriesCollectionBase.setResamplingMode(ResamplingMode)
    renderableSeries.StackedSeriesCollectionBase.setSelectedSeriesStyle(renderableSeries.IStyle)
    renderableSeries.StackedSeriesCollectionBase.setSeriesInfoProvider(renderableSeries.hitTest.ISeriesInfoProvider)
    renderableSeries.StackedSeriesCollectionBase.setStrokeStyle(PenStyle)
    renderableSeries.StackedSeriesCollectionBase.setXAxisId(String)
    renderableSeries.StackedSeriesCollectionBase.setYAxisId(String)
    renderableSeries.StackedSeriesCollectionBase.suspendUpdates()
    renderableSeries.StackedSeriesCollectionBase.update(IAssetManager2D,RenderPassState)
    renderableSeries.StackedSeriesCollectionBase.updateRenderPassData(IAxis,IAxis,RenderPassState)
    renderableSeries.StackedSeriesCollectionBase.verticalSliceHitTest(renderableSeries.hitTest.HitTestInfo,float,float)
    renderableSeries.VerticallyStackedSeriesCollection.getCategoryXRange(IRange<Double>)
    renderableSeries.VerticallyStackedSeriesCollection.getFirstDataSeries()
    renderableSeries.VerticallyStackedSeriesCollection.getFirstRenderPassData()
    renderableSeries.VerticallyStackedSeriesCollection.getIsOneHundredPercent()
    renderableSeries.VerticallyStackedSeriesCollection.getXRange()
    renderableSeries.VerticallyStackedSeriesCollection.getYRange()
    renderableSeries.VerticallyStackedSeriesCollection.getYRange(coordinateCalculators.ICoordinateCalculator,boolean)
    renderableSeries.VerticallyStackedSeriesCollection.hasValidRenderPassData()
    renderableSeries.VerticallyStackedSeriesCollection.isUpdateOfStackedRenderPassDataRequired(coordinateCalculators.ICoordinateCalculator,coordinateCalculators.ICoordinateCalculator,Size)
    renderableSeries.VerticallyStackedSeriesCollection.setIsOneHundredPercent(boolean)
    renderableSeries.VerticallyStackedSeriesCollection.tryAddSeriesToLegendDataSource(List<renderableSeries.IRenderableSeries>)
    renderableSeries.VerticallyStackedSeriesCollection.updateStackedRenderPassDataValues(IAxis,IAxis)
    renderableSeries.VerticallyStackedSeriesCollection.updateXValuesPositions(int[])
    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 VerticallyStackedMountainsCollection extends renderableSeries.VerticallyStackedSeriesCollection<renderableSeries.IStackedRenderableSeries>

    Constructors

    VerticallyStackedMountainsCollection()

    Declaration
    public VerticallyStackedMountainsCollection()

    Methods

    internalUpdate(IAssetManager2D assetManager2D, RenderPassState renderPassState)

    Updates this renderable series instance and it's children.

    Declaration
    protected final void internalUpdate(IAssetManager2D assetManager2D, RenderPassState renderPassState)
    Parameters
    Type Name Description
    IAssetManager2D assetManager2D
    RenderPassState renderPassState
    Overrides
    StackedSeriesCollectionBase<T>.internalUpdate(IAssetManager2D assetManager2D, RenderPassState renderPassState)

    updateXValuesPositions(int[] xPointHasYValues)

    Used internally to determine which x Values does have y values, and which doesn't have them.

    Declaration
    protected final void updateXValuesPositions(int[] xPointHasYValues)
    Parameters
    Type Name Description
    int[] xPointHasYValues
    Overrides
    VerticallyStackedSeriesCollection<T>.updateXValuesPositions(int[] xPointHasYValues)
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml