public static enum PoHistogram.Positions extends java.lang.Enum<PoHistogram.Positions> implements IntegerValuedEnum
Enum Constant and Description |
---|
POS_BOTTOM_IN
At the bottom inside the bar.
|
POS_BOTTOM_OUT
At the bottom outside the bar.
|
POS_CENTER
Centered in the bar.
|
POS_DEPEND
Depends on the type of histogram.
|
POS_LEFT_IN
At the left inside the bar.
|
POS_LEFT_OUT
At the left outside the bar.
|
POS_RIGHT_IN
At the right inside the bar.
|
POS_RIGHT_OUT
At the right outside the bar.
|
POS_TOP_IN
At the top inside the bar.
|
POS_TOP_OUT
At the top outside the bar.
|
Modifier and Type | Method and Description |
---|---|
static PoHistogram.Positions |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static PoHistogram.Positions |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoHistogram.Positions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoHistogram.Positions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoHistogram.Positions POS_TOP_OUT
public static final PoHistogram.Positions POS_TOP_IN
public static final PoHistogram.Positions POS_BOTTOM_OUT
public static final PoHistogram.Positions POS_BOTTOM_IN
public static final PoHistogram.Positions POS_RIGHT_OUT
public static final PoHistogram.Positions POS_RIGHT_IN
public static final PoHistogram.Positions POS_LEFT_OUT
public static final PoHistogram.Positions POS_LEFT_IN
public static final PoHistogram.Positions POS_CENTER
public static final PoHistogram.Positions POS_DEPEND
public static PoHistogram.Positions[] values()
for (PoHistogram.Positions c : PoHistogram.Positions.values()) System.out.println(c);
public static PoHistogram.Positions 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 PoHistogram.Positions fromValue(int val)
valueOf(int)
instead.public static PoHistogram.Positions 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