Package org
Enum LabelFrameSetting
- All Implemented Interfaces:
Serializable
,Comparable<LabelFrameSetting>
,java.lang.constant.Constable
public enum LabelFrameSetting extends Enum<LabelFrameSetting>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants Enum Constant Description CAPSULE
CIRCLE
CIRCLE_FILLED
CIRCLE_HALF_FILLED
ELLIPSE
HEXAGON
NO_FRAME
PIN
RECTANGLE
RECTANGLE_BOTTOM_ROUND
RECTANGLE_CORNER_CUT
RECTANGLE_ROUNDED
SIDE_LINES
-
Method Summary
Modifier and Type Method Description static LabelFrameSetting
getSettingFromString(String s)
String
toGMLstring()
String
toString()
static LabelFrameSetting
valueOf(String name)
Returns the enum constant of this type with the specified name.static LabelFrameSetting[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
NO_FRAME
-
RECTANGLE
-
ELLIPSE
-
CAPSULE
-
RECTANGLE_BOTTOM_ROUND
-
RECTANGLE_ROUNDED
-
RECTANGLE_CORNER_CUT
-
CIRCLE_HALF_FILLED
-
CIRCLE_FILLED
-
CIRCLE
-
HEXAGON
-
PIN
-
SIDE_LINES
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<LabelFrameSetting>
-
toGMLstring
-
getSettingFromString
-