com.aspose.diagram

Class PageLineJumpDirXValue

  • java.lang.Object
    • com.aspose.diagram.PageLineJumpDirXValue
public class PageLineJumpDirXValue 
extends java.lang.Object

Utility class containing constants. Specifies the direction of line jumps on horizontal segments of dynamic connectors on the drawing page for which you haven't applied a local jump direction.

Field Summary
static final intDEFAULT_UP
Default Up.
static final intUP
Up.
static final intDOWN
Down
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • DEFAULT_UP

        public static final int DEFAULT_UP
        Default Up.
      • UP

        public static final int UP
        Up.
      • DOWN

        public static final int DOWN
        Down
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.