public class VerticalDragModes
extends java.lang.Object
| Modifier and Type | Field and 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
GanttSections |
static int |
NO_VERTICAL_DRAG
Vertical dragging is disabled
|
| Constructor and Description |
|---|
VerticalDragModes() |
public static final int NO_VERTICAL_DRAG
public static final int ANY_VERTICAL_DRAG
public static final int CROSS_SECTION_VERTICAL_DRAG
GanttSections