Enum Class NodeShape
- All Implemented Interfaces:
Serializable, Comparable<NodeShape>, Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBox Shape.Circle Shape.Cylinder Shape.Diamond Shape.Dot Shape.Ellipse Shape.Image Shape.Round Shape.Square Shape.Star Shape.Plain Text Shape.Upwards Triangle Shape.Downwards Triangle Shape. -
Method Summary
-
Enum Constant Details
-
Box
Box Shape.Box Shape.
-
Round
Round Shape.Round Shape.
-
Ellipse
Ellipse Shape.Ellipse Shape.
-
Circle
Circle Shape.Circle Shape.
-
Cylinder
Cylinder Shape.Cylinder Shape.
-
TextShape
Plain Text Shape.Plain Text Shape.
-
Diamond
Diamond Shape.Diamond Shape.
-
Dot
Dot Shape.Dot Shape.
-
Star
Star Shape.Star Shape.
-
Triangle
Upwards Triangle Shape.Upwards Triangle Shape.
-
TriangleDown
Downwards Triangle Shape.Downwards Triangle Shape.
-
Square
Square Shape.Square Shape.
-
Image
Image Shape.Image Shape.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-