Enum Constant and Description |
---|
ACTIVATE
Description goes here
|
CAPTURE
Description goes here
|
CURSOR
Description goes here
|
MODIFY
Description goes here
|
MOVE
Description goes here
|
MULTI
Description goes here
|
NO_HIT
Description goes here
|
SELECT
Description goes here
|
SIZE
Description goes here
|
SIZE_DOWN
Description goes here
|
SIZE_LEFT
Description goes here
|
SIZE_RIGHT
Description goes here
|
SIZE_UP
Description goes here
|
Modifier and Type | Method and Description |
---|---|
int |
getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.annotation.HitFlag.
|
static HitFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HitFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HitFlag NO_HIT
public static final HitFlag MOVE
public static final HitFlag SELECT
public static final HitFlag SIZE
public static final HitFlag SIZE_UP
public static final HitFlag SIZE_DOWN
public static final HitFlag SIZE_LEFT
public static final HitFlag SIZE_RIGHT
public static final HitFlag MULTI
public static final HitFlag ACTIVATE
public static final HitFlag MODIFY
public static final HitFlag CAPTURE
public static final HitFlag CURSOR
public static HitFlag[] values()
for (HitFlag c : HitFlag.values()) System.out.println(c);
public static HitFlag 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.annotation.HitFlag.
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.