Search Results for

    Show / Hide Table of Contents

    Class DataSeries3DUpdate

    Inheritance
    java.lang.Object
    dataSeries.DataSeriesUpdateCore
    DataSeries3DUpdate
    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 final class DataSeries3DUpdate extends dataSeries.DataSeriesUpdateCore

    Constructors

    DataSeries3DUpdate()

    Declaration
    public DataSeries3DUpdate()

    Fields

    DATA_SERIES_3D_CHANGED

    Deprecated. Use #DATA_SERIES_DRASTICALLY_CHANGED instead

    The entire data series has changed

    Declaration
    public static final int DATA_SERIES_3D_CHANGED
    Field Value
    Type Description
    int

    DATA_SERIES_3D_DISPLACEMENT_CHANGED

    The underlying displacement data has changed. This flag is used by DisplaceableFreeSurfaceDataSeries3D

    Declaration
    public static final int DATA_SERIES_3D_DISPLACEMENT_CHANGED
    Field Value
    Type Description
    int

    DATA_SERIES_3D_XYZ_CHANGED

    The underlying data in X, Y and Z direction has changed

    Declaration
    public static final int DATA_SERIES_3D_XYZ_CHANGED
    Field Value
    Type Description
    int

    DATA_SERIES_3D_XZ_CHANGED

    The underlying data in X and Z direction has changed

    Declaration
    public static final int DATA_SERIES_3D_XZ_CHANGED
    Field Value
    Type Description
    int

    DATA_SERIES_3D_X_CHANGED

    The underlying data in X direction has changed

    Declaration
    public static final int DATA_SERIES_3D_X_CHANGED
    Field Value
    Type Description
    int

    DATA_SERIES_3D_Y_CHANGED

    The underlying data in Y direction has changed

    Declaration
    public static final int DATA_SERIES_3D_Y_CHANGED
    Field Value
    Type Description
    int

    DATA_SERIES_3D_Z_CHANGED

    The underlying data in Z direction has changed

    Declaration
    public static final int DATA_SERIES_3D_Z_CHANGED
    Field Value
    Type Description
    int
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml