Search Results for

    Show / Hide Table of Contents

    Class DefaultAnnotationFactory

    Defines a default implementation of IAnnotationFactory interface

    Inheritance
    java.lang.Object
    DefaultAnnotationFactory
    Implements
    IAnnotationFactory
    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 class DefaultAnnotationFactory implements IAnnotationFactory

    Constructors

    DefaultAnnotationFactory()

    Declaration
    public DefaultAnnotationFactory()

    Fields

    AXIS_MARKER_ANNOTATION

    Declaration
    public static final int AXIS_MARKER_ANNOTATION
    Field Value
    Type Description
    int

    BOX_ANNOTATION

    Declaration
    public static final int BOX_ANNOTATION
    Field Value
    Type Description
    int

    CUSTOM_ANNOTATION

    Declaration
    public static final int CUSTOM_ANNOTATION
    Field Value
    Type Description
    int

    HORIZONTAL_LINE_ANNOTATION

    Declaration
    public static final int HORIZONTAL_LINE_ANNOTATION
    Field Value
    Type Description
    int

    LINE_ANNOTATION

    Declaration
    public static final int LINE_ANNOTATION
    Field Value
    Type Description
    int

    LINE_ARROW_ANNOTATION

    Declaration
    public static final int LINE_ARROW_ANNOTATION
    Field Value
    Type Description
    int

    TEXT_ANNOTATION

    Declaration
    public static final int TEXT_ANNOTATION
    Field Value
    Type Description
    int

    VERTICAL_LINE_ANNOTATION

    Declaration
    public static final int VERTICAL_LINE_ANNOTATION
    Field Value
    Type Description
    int

    Methods

    createAnnotation(ISciChartSurface parentSurface, int annotationType)

    Creates a new IAnnotation instance of specified type

    Declaration
    public IAnnotation createAnnotation(ISciChartSurface parentSurface, int annotationType)
    Parameters
    Type Name Description
    ISciChartSurface parentSurface
    int annotationType
    Returns
    Type Description
    IAnnotation

    setFactoryForAnnotationType(int type, IAnnotationFactory annotationFactory)

    Declaration
    public final void setFactoryForAnnotationType(int type, IAnnotationFactory annotationFactory)
    Parameters
    Type Name Description
    int type
    IAnnotationFactory annotationFactory

    Implements

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