public static enum GraphicsBase.EditMode extends Enum<GraphicsBase.EditMode>
Modifier and Type | Method and Description |
---|---|
static GraphicsBase.EditMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphicsBase.EditMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphicsBase.EditMode NONE
public static final GraphicsBase.EditMode START_TIME_CHANGE
public static final GraphicsBase.EditMode END_TIME_CHANGE
public static final GraphicsBase.EditMode PERCENTAGE_COMPLETE_CHANGE
public static final GraphicsBase.EditMode DRAGGING_HORIZONTAL
public static final GraphicsBase.EditMode DRAGGING_VERTICAL
public static final GraphicsBase.EditMode DRAGGING
public static final GraphicsBase.EditMode AGENDA_START_TIME_CHANGE
public static final GraphicsBase.EditMode AGENDA_END_TIME_CHANGE
public static final GraphicsBase.EditMode AGENDA_DRAGGING
public static final GraphicsBase.EditMode AGENDA_ASSIGNING
public static final GraphicsBase.EditMode CHART_VALUE_CHANGE
public static final GraphicsBase.EditMode CHART_VALUE_HIGH_CHANGE
public static final GraphicsBase.EditMode CHART_VALUE_LOW_CHANGE
public static GraphicsBase.EditMode[] values()
for (GraphicsBase.EditMode c : GraphicsBase.EditMode.values()) System.out.println(c);
public static GraphicsBase.EditMode 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 Dirk Lemmermann Software & Consulting. All rights reserved.