public static enum TreeView.InterNodeDescriptor.DisplayMode extends Enum<TreeView.InterNodeDescriptor.DisplayMode>
| Enum Constant and Description |
|---|
FLAT |
FLIPPED_MESH |
MESH |
TREE |
| Modifier and Type | Method and Description |
|---|---|
static TreeView.InterNodeDescriptor.DisplayMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeView.InterNodeDescriptor.DisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreeView.InterNodeDescriptor.DisplayMode TREE
public static final TreeView.InterNodeDescriptor.DisplayMode FLAT
public static final TreeView.InterNodeDescriptor.DisplayMode MESH
public static final TreeView.InterNodeDescriptor.DisplayMode FLIPPED_MESH
public static TreeView.InterNodeDescriptor.DisplayMode[] values()
for (TreeView.InterNodeDescriptor.DisplayMode c : TreeView.InterNodeDescriptor.DisplayMode.values()) System.out.println(c);
public static TreeView.InterNodeDescriptor.DisplayMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023 LSST. All rights reserved.