public static enum DisplaySettings.TrackDisplayMode extends Enum<DisplaySettings.TrackDisplayMode>
Enum Constant and Description |
---|
FULL
Track display mode where the full tracks are drawn.
|
LOCAL
Track display mode where the only part of the tracks close to the
current time-point are drawn backward and forward.
|
LOCAL_BACKWARD
Track display mode where the only part of the tracks close to the
current time-point are drawn, backward only.
|
LOCAL_FORWARD
Track display mode where the only part of the tracks close to the
current time-point are drawn, forward only.
|
SELECTION_ONLY
Track display mode where only the content of the current selection is
displayed.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static DisplaySettings.TrackDisplayMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplaySettings.TrackDisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisplaySettings.TrackDisplayMode FULL
public static final DisplaySettings.TrackDisplayMode LOCAL
public static final DisplaySettings.TrackDisplayMode LOCAL_BACKWARD
public static final DisplaySettings.TrackDisplayMode LOCAL_FORWARD
public static final DisplaySettings.TrackDisplayMode SELECTION_ONLY
public static DisplaySettings.TrackDisplayMode[] values()
for (DisplaySettings.TrackDisplayMode c : DisplaySettings.TrackDisplayMode.values()) System.out.println(c);
public static DisplaySettings.TrackDisplayMode 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.TrackDisplayMode>
Copyright © 2015–2021 Fiji. All rights reserved.