Search Results for

    Show / Hide Table of Contents

    Class PointMetadataProvider3D.PointMetadata3D

    Defines a class which hold metadata for single point

    Inheritance
    java.lang.Object
    PointMetadataProvider3D.PointMetadata3D
    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 static class PointMetadataProvider3D.PointMetadata3D

    Constructors

    PointMetadata3D(int vertexColor)

    Creates a new instance of PointMetadata3D class

    Declaration
    public PointMetadata3D(int vertexColor)
    Parameters
    Type Name Description
    int vertexColor

    The vertex color to use for rendering of point

    PointMetadata3D(int vertexColor, float scale)

    Creates a new instance of PointMetadata3D class

    Declaration
    public PointMetadata3D(int vertexColor, float scale)
    Parameters
    Type Name Description
    int vertexColor

    The vertex color to use for rendering of point

    float scale

    The scale to use for rendering of point

    Fields

    scale

    Declaration
    public final float scale
    Field Value
    Type Description
    float

    vertexColor

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