public class VerticalDragModes
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
ANY_VERTICAL_DRAG |
Vertical dragging is enabled for any type of chart
|
static int |
CROSS_SECTION_VERTICAL_DRAG |
Vertical dragging is only enabled between two different
GanttSection s |
static int |
NO_VERTICAL_DRAG |
Vertical dragging is disabled
|
Constructor | Description |
---|---|
VerticalDragModes() |
public static final int NO_VERTICAL_DRAG
public static final int ANY_VERTICAL_DRAG
public static final int CROSS_SECTION_VERTICAL_DRAG
GanttSection
s