public class PointerStyle extends Enum
Title: PointerStyle class
Description: Describes the pointer style of a series pointer.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static PointerStyle |
CIRCLE
Defines the pointer as a circle.
|
static PointerStyle |
CROSS
Defines the pointer as a cross.
|
static PointerStyle |
DIAGCROSS
Defines the pointer as a diagonal cross.
|
static PointerStyle |
DIAMOND
Defines the pointer as a diamond.
|
static PointerStyle |
DOWNTRIANGLE
Defines the pointer as a down pointing triangle.
|
static PointerStyle |
HEXAGON
Defines the pointer as a hexagon.
|
static PointerStyle |
LEFTTRIANGLE
Defines the pointer as a left triangle.
|
static PointerStyle |
NOTHING
Defines the pointer as no shape.
|
static PointerStyle |
POLISHEDSPHERE
Defines the pointer as a polished sphere.
|
static PointerStyle |
RECTANGLE
Defines the pointer as a rectangle.
|
static PointerStyle |
RIGHTTRIANGLE
Defines the pointer as a right triangle.
|
static PointerStyle |
SMALLDOT
Defines the pointer as a small dot.
|
static PointerStyle |
SPHERE
Defines the pointer as a graded sphere.
|
static PointerStyle |
STAR
Defines the pointer as a star.
|
static PointerStyle |
TRIANGLE
Defines the pointer as a triangle.
|
Modifier and Type | Method and Description |
---|---|
static PointerStyle |
fromInt(int value) |
static int |
size() |
getValue, readResolve
public static final PointerStyle RECTANGLE
public static final PointerStyle CIRCLE
public static final PointerStyle TRIANGLE
public static final PointerStyle DOWNTRIANGLE
public static final PointerStyle CROSS
public static final PointerStyle DIAGCROSS
public static final PointerStyle STAR
public static final PointerStyle DIAMOND
public static final PointerStyle SMALLDOT
public static final PointerStyle NOTHING
public static final PointerStyle LEFTTRIANGLE
public static final PointerStyle RIGHTTRIANGLE
public static final PointerStyle SPHERE
public static final PointerStyle POLISHEDSPHERE
public static final PointerStyle HEXAGON
public static int size()
public static PointerStyle fromInt(int value)