public static enum Graphics3D.RoundRectangleStyle extends java.lang.Enum<Graphics3D.RoundRectangleStyle>
Modifier and Type | Method and Description |
---|---|
static Graphics3D.RoundRectangleStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Graphics3D.RoundRectangleStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Graphics3D.RoundRectangleStyle Top
public static final Graphics3D.RoundRectangleStyle Bottom
public static final Graphics3D.RoundRectangleStyle Left
public static final Graphics3D.RoundRectangleStyle Right
public static final Graphics3D.RoundRectangleStyle All
public static Graphics3D.RoundRectangleStyle[] values()
for (Graphics3D.RoundRectangleStyle c : Graphics3D.RoundRectangleStyle.values()) System.out.println(c);
public static Graphics3D.RoundRectangleStyle 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