public static enum Overlay.ArrowStyle extends Enum<Overlay.ArrowStyle>
Modifier and Type | Method and Description |
---|---|
static Overlay.ArrowStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Overlay.ArrowStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Overlay.ArrowStyle NONE
public static final Overlay.ArrowStyle ARROW
public static Overlay.ArrowStyle[] values()
for (Overlay.ArrowStyle c : Overlay.ArrowStyle.values()) System.out.println(c);
public static Overlay.ArrowStyle 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 © 2014–2022 ImageJ. All rights reserved.