Enum Constant and Description |
---|
AXIS
Click was simulated on an Axis.
|
AXIS_SCALE
Click was simulated on an AxisScale.
|
AXIS_SECTION
Click was simulated on an AxisSection.
|
BACKGROUND
Click was simulated on the Background.
|
BACKGROUND_ALL_SERIES
Description goes here
|
BETWEEN
Click was simulated between chart objects.
|
CROSSHAIR
Click was simulated on a CrossHair.
|
CUSTOM_GRID_LINE
Click was simulated on a CustromGridLine.
|
DATA_GRID
Click was simulated on a DataGrid.
|
DRAG
Click was simulated where a user was dragging an element.
|
INSIDE_AREA
Click was simulated on the inside chart area.
|
LEGEND_BOX
Click was simulated on a Legend.
|
NONE
No click was simulated.
|
OTHER
Click was simulated an element not listed.
|
POINT
Click was simulated on a Point.
|
SCROLL
Click was simulated on a scroll bar.
|
TITLE
Click was simulated on a Title.
|
ZOOM
Click was simulated on zoom.
|
Modifier and Type | Method and Description |
---|---|
int |
getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.HitType.
|
static HitType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HitType NONE
public static final HitType BACKGROUND
public static final HitType INSIDE_AREA
public static final HitType BETWEEN
public static final HitType POINT
public static final HitType AXIS
public static final HitType TITLE
public static final HitType CUSTOM_GRID_LINE
public static final HitType DRAG
public static final HitType CROSSHAIR
public static final HitType ZOOM
public static final HitType SCROLL
public static final HitType LEGEND_BOX
public static final HitType DATA_GRID
public static final HitType OTHER
public static final HitType AXIS_SECTION
public static final HitType BACKGROUND_ALL_SERIES
public static final HitType AXIS_SCALE
public static HitType[] values()
for (HitType c : HitType.values()) System.out.println(c);
public static HitType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.HitType.
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.