Enum GraphicsBase.EditMode

java.lang.Object
java.lang.Enum<GraphicsBase.EditMode>
com.flexganttfx.view.graphics.GraphicsBase.EditMode
All Implemented Interfaces:
Serializable, Comparable<GraphicsBase.EditMode>
Enclosing class:
GraphicsBase<R extends Row<?,​?,​?>>

public static enum GraphicsBase.EditMode
extends Enum<GraphicsBase.EditMode>
An enumeration of possible editing states that the graphics view can be in. The state gets determined every time when a mouse move event gets received. Depending on the location of the mouse cursor different states are entered. This behaviour can be highly application-dependent. Some apps want the user to be able to change the start time of a timeline object when the mouse cursor is on the left edge of the object, other apps want to be able to change the objects percentage complete value that way.
Since:
1.0