Class DefaultAnnotationFactory
Inheritance
DefaultAnnotationFactory
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
BOX_ANNOTATION
Declaration
public static final int BOX_ANNOTATION
Field Value
CUSTOM_ANNOTATION
Declaration
public static final int CUSTOM_ANNOTATION
Field Value
HORIZONTAL_LINE_ANNOTATION
Declaration
public static final int HORIZONTAL_LINE_ANNOTATION
Field Value
LINE_ANNOTATION
Declaration
public static final int LINE_ANNOTATION
Field Value
LINE_ARROW_ANNOTATION
Declaration
public static final int LINE_ARROW_ANNOTATION
Field Value
TEXT_ANNOTATION
Declaration
public static final int TEXT_ANNOTATION
Field Value
VERTICAL_LINE_ANNOTATION
Declaration
public static final int VERTICAL_LINE_ANNOTATION
Field Value
Methods
createAnnotation(ISciChartSurface parentSurface, int annotationType)
Declaration
public IAnnotation createAnnotation(ISciChartSurface parentSurface, int annotationType)
Parameters
Returns
setFactoryForAnnotationType(int type, IAnnotationFactory annotationFactory)
Declaration
public final void setFactoryForAnnotationType(int type, IAnnotationFactory annotationFactory)
Parameters
Implements