Search Results for

    Show / Hide Table of Contents

    Class BaseTexturePointMarker3D

    Defines the base-class for a 3D point marker which renders a flat texture at each point.

    Inheritance
    java.lang.Object
    DisposableBase
    pointMarkers.BasePointMarker3D
    BaseTexturePointMarker3D
    Inherited Members
    pointMarkers.BasePointMarker3D.attachTo(IServiceContainer)
    pointMarkers.BasePointMarker3D.detach()
    pointMarkers.BasePointMarker3D.dispose()
    pointMarkers.BasePointMarker3D.getFill()
    pointMarkers.BasePointMarker3D.getSize()
    pointMarkers.BasePointMarker3D.invalidateElement()
    pointMarkers.BasePointMarker3D.isAttached()
    pointMarkers.BasePointMarker3D.setFill(int)
    pointMarkers.BasePointMarker3D.setSize(float)
    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 BaseTexturePointMarker3D extends pointMarkers.BasePointMarker3D

    Constructors

    BaseTexturePointMarker3D()

    Initializes the instance of BaseTexturePointMarker3D

    Declaration
    protected BaseTexturePointMarker3D()

    Methods

    getPointTexture()

    Gets the Texture2D instance which is repeated across data-points

    Declaration
    public final Texture2D getPointTexture()
    Returns
    Type Description
    Texture2D

    The texture used by point marker

    getPointTextureInternal()

    Cretes the Texture2D instance which is repeated across data-points

    Declaration
    protected abstract Texture2D getPointTextureInternal()
    Returns
    Type Description
    Texture2D

    The texture to use by point marker

    invalidatePointTextureCache()

    Asynchronously requests that the point marker recreates #getPointTexture() texture and redraws itself.

    Declaration
    public final void invalidatePointTextureCache()
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml