public static enum PoLabelHints.LabelPaths extends java.lang.Enum<PoLabelHints.LabelPaths> implements IntegerValuedEnum
Enum Constant and Description |
---|
PATH_DEPEND
Automatic choice of writing path depending on.
|
PATH_DOWN
Writing labels from top to bottom.
|
PATH_LEFT
Writing labels from right to left.
|
PATH_RIGHT
Writing labels from left to right.
|
PATH_UP
Writing labels from bottom to top.
|
Modifier and Type | Method and Description |
---|---|
static PoLabelHints.LabelPaths |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static PoLabelHints.LabelPaths |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoLabelHints.LabelPaths |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoLabelHints.LabelPaths[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoLabelHints.LabelPaths PATH_RIGHT
public static final PoLabelHints.LabelPaths PATH_LEFT
public static final PoLabelHints.LabelPaths PATH_UP
public static final PoLabelHints.LabelPaths PATH_DOWN
public static final PoLabelHints.LabelPaths PATH_DEPEND
public static PoLabelHints.LabelPaths[] values()
for (PoLabelHints.LabelPaths c : PoLabelHints.LabelPaths.values()) System.out.println(c);
public static PoLabelHints.LabelPaths 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 null@Deprecated public static PoLabelHints.LabelPaths fromValue(int val)
valueOf(int)
instead.public static PoLabelHints.LabelPaths valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com