Search Results for

    Show / Hide Table of Contents

    Class BasePointMarker3D

    The base-class for Pointmarkers in SciChart 3D. This is used to repeat a texture or a 3D model at data-points in certain renderable series

    Inheritance
    java.lang.Object
    DisposableBase
    BasePointMarker3D
    Implements
    IAttachable
    IInvalidatableElement
    Inherited Members
    DisposableBase.<T>tryDispose(SparseArray<T>)
    DisposableBase.<T>tryDispose(List<T>)
    DisposableBase.<T>tryDispose(Map<?,T>)
    DisposableBase.close()
    DisposableBase.tryDispose(IDisposable)
    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 abstract class BasePointMarker3D extends DisposableBase implements IAttachable, IInvalidatableElement

    Constructors

    BasePointMarker3D(pointMarkers.MarkerType markerType)

    Create new instance of BasePointMarker3D class

    Declaration
    protected BasePointMarker3D(pointMarkers.MarkerType markerType)
    Parameters
    Type Name Description
    pointMarkers.MarkerType markerType

    The type of point marker

    Fields

    fillProperty

    Declaration
    protected final SmartPropertyInteger fillProperty
    Field Value
    Type Description
    SmartPropertyInteger

    markerType

    Declaration
    public final pointMarkers.MarkerType markerType
    Field Value
    Type Description
    pointMarkers.MarkerType

    sizeProperty

    Declaration
    protected final SmartPropertyFloat sizeProperty
    Field Value
    Type Description
    SmartPropertyFloat

    Methods

    attachTo(IServiceContainer services)

    Declaration
    public void attachTo(IServiceContainer services)
    Parameters
    Type Name Description
    IServiceContainer services

    detach()

    Declaration
    public void detach()

    dispose()

    Declaration
    public void dispose()

    getFill()

    Gets fill color used by point marker

    Declaration
    public final int getFill()
    Returns
    Type Description
    int

    The current fill color

    getSize()

    Gets the size of point marker

    Declaration
    public final float getSize()
    Returns
    Type Description
    float

    The current size of point marker

    invalidateElement()

    Declaration
    public void invalidateElement()

    isAttached()

    Declaration
    public final boolean isAttached()
    Returns
    Type Description
    boolean

    setFill(int fillColor)

    Sets fill color used by point marker

    Declaration
    public final void setFill(int fillColor)
    Parameters
    Type Name Description
    int fillColor

    The new fill color

    setSize(float size)

    Sets the size of point marker

    Declaration
    public final void setSize(float size)
    Parameters
    Type Name Description
    float size

    The new size of point marker

    Implements

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