Search Results for

    Show / Hide Table of Contents

    Class CosineInterpolationControlPointsProvider

    Alternative implementation of IBezierControlPointsProvider which produces output which is close to cosine interpolation

    Inheritance
    java.lang.Object
    CosineInterpolationControlPointsProvider
    Implements
    IBezierControlPointsProvider
    Inherited Members
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public class CosineInterpolationControlPointsProvider implements IBezierControlPointsProvider

    Constructors

    CosineInterpolationControlPointsProvider()

    Declaration
    public CosineInterpolationControlPointsProvider()

    Methods

    adjustXPointRange(IndexRange xPointRange, dataSeries.IDataSeries<?,?> dataSeries, coordinateCalculators.ICoordinateCalculator xCoordinateCalculator)

    Adjusts xPointRange in case if provider requires some additional points to calculate control points

    Declaration
    public void adjustXPointRange(IndexRange xPointRange, dataSeries.IDataSeries<?,?> dataSeries, coordinateCalculators.ICoordinateCalculator xCoordinateCalculator)
    Parameters
    Type Name Description
    IndexRange xPointRange
    IDataSeries<?,?> dataSeries
    coordinateCalculators.ICoordinateCalculator xCoordinateCalculator

    getBezierCurveControlPoints(FloatValues xCoords, FloatValues yCoords, FloatValues xaCoords, FloatValues yaCoords, FloatValues xbCoords, FloatValues ybCoords, int count)

    Calculates control points for cubic bezier curves to drawn smooth line though specified 2D coordinates

    Declaration
    public void getBezierCurveControlPoints(FloatValues xCoords, FloatValues yCoords, FloatValues xaCoords, FloatValues yaCoords, FloatValues xbCoords, FloatValues ybCoords, int count)
    Parameters
    Type Name Description
    FloatValues xCoords
    FloatValues yCoords
    FloatValues xaCoords
    FloatValues yaCoords
    FloatValues xbCoords
    FloatValues ybCoords
    int count

    Implements

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