public static enum LassoLayer.LassoMode extends Enum<LassoLayer.LassoMode>
| Enum Constant and Description |
|---|
CREATE_TIMELINE_OBJECTS
A mode used to create timeline objects.
|
SELECT_TIME_SPANS
A mode used to select several time spans at once.
|
SELECT_TIMELINE_OBJECTS
A mode used to select several timeline objects at once.
|
| Modifier and Type | Method and Description |
|---|---|
static LassoLayer.LassoMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LassoLayer.LassoMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LassoLayer.LassoMode SELECT_TIMELINE_OBJECTS
ITimelineObjectSelectionModelpublic static final LassoLayer.LassoMode CREATE_TIMELINE_OBJECTS
public static final LassoLayer.LassoMode SELECT_TIME_SPANS
ILayerContainerSelectionModelpublic static LassoLayer.LassoMode[] values()
for (LassoLayer.LassoMode c : LassoLayer.LassoMode.values()) System.out.println(c);
public static LassoLayer.LassoMode 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 © 2006–2016 Dirk Lemmermann Software & Consulting. All rights reserved.