Class VerticalDragModes


  • public class VerticalDragModes
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NO_VERTICAL_DRAG

        public static final int NO_VERTICAL_DRAG
        Vertical dragging is disabled
        See Also:
        Constant Field Values
      • ANY_VERTICAL_DRAG

        public static final int ANY_VERTICAL_DRAG
        Vertical dragging is enabled for any type of chart
        See Also:
        Constant Field Values
      • CROSS_SECTION_VERTICAL_DRAG

        public static final int CROSS_SECTION_VERTICAL_DRAG
        Vertical dragging is only enabled between two different GanttSections
        See Also:
        Constant Field Values
    • Constructor Detail

      • VerticalDragModes

        public VerticalDragModes()