public static enum DisplaySettings.TrackMateObject extends Enum<DisplaySettings.TrackMateObject>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static DisplaySettings.TrackMateObject |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplaySettings.TrackMateObject[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisplaySettings.TrackMateObject DEFAULT
public static final DisplaySettings.TrackMateObject SPOTS
public static final DisplaySettings.TrackMateObject EDGES
public static final DisplaySettings.TrackMateObject TRACKS
public static DisplaySettings.TrackMateObject[] values()
for (DisplaySettings.TrackMateObject c : DisplaySettings.TrackMateObject.values()) System.out.println(c);
public static DisplaySettings.TrackMateObject 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 nullpublic String toString()
toString
in class Enum<DisplaySettings.TrackMateObject>
Copyright © 2015–2021 Fiji. All rights reserved.