Search Results for

    Show / Hide Table of Contents

    Class DrawablePointMarker

    Allows any custom drawing to be rendered via IRenderContext2D API at each data point location. Derived classes should implement #internalDraw(IRenderContext2D, float, float, IPen2D, IBrush2D) which draws PointMarker at specified point. See Also: BasePointMarker

    Inheritance
    java.lang.Object
    BasePointMarker
    DrawablePointMarker
    Inherited Members
    BasePointMarker.attachTo(IServiceContainer)
    BasePointMarker.detach()
    BasePointMarker.getFillStyle()
    BasePointMarker.getHeight()
    BasePointMarker.getRenderableSeries()
    BasePointMarker.getStrokeStyle()
    BasePointMarker.getWidth()
    BasePointMarker.invalidateElement()
    BasePointMarker.isAttached()
    BasePointMarker.onRenderSurfaceChanged()
    BasePointMarker.onSizeChanged(int,int)
    BasePointMarker.setFillStyle(BrushStyle)
    BasePointMarker.setHeight(int)
    BasePointMarker.setSize(int,int)
    BasePointMarker.setStrokeStyle(PenStyle)
    BasePointMarker.setWidth(int)
    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 DrawablePointMarker extends BasePointMarker

    Constructors

    DrawablePointMarker()

    Declaration
    public DrawablePointMarker()

    Methods

    internalDraw(IRenderContext2D renderContext, float x, float y, IPen2D strokePen, IBrush2D fillBrush)

    Renders single PointMarker at specified coordinates on screen

    Declaration
    protected abstract void internalDraw(IRenderContext2D renderContext, float x, float y, IPen2D strokePen, IBrush2D fillBrush)
    Parameters
    Type Name Description
    IRenderContext2D renderContext

    The IRenderContext2D instance to draw to.

    float x

    The x-coordinate of the point to draw point marker at.

    float y

    The y-coordinate of the point to draw point marker at.

    IPen2D strokePen

    Stroke IPen2D instance.

    IBrush2D fillBrush

    Fill IBrush2D instance.

    onDraw(IRenderContext2D renderContext, IAssetManager2D assetManager, PenStyle strokeStyle, BrushStyle fillStyle, float opacity, float[] points, int startIndex, int count)

    Declaration
    public void onDraw(IRenderContext2D renderContext, IAssetManager2D assetManager, PenStyle strokeStyle, BrushStyle fillStyle, float opacity, float[] points, int startIndex, int count)
    Parameters
    Type Name Description
    IRenderContext2D renderContext
    IAssetManager2D assetManager
    PenStyle strokeStyle
    BrushStyle fillStyle
    float opacity
    float[] points
    int startIndex
    int count
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml