com.aspose.diagram

Class LineJumpCodeValue

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

Utility class containing constants. Determines the dynamic connectors to which you want to add jumps.

Field Summary
static final intNONE
None.
static final intHORIZONTAL_LINES
Horizontal lines.
static final intVERTICAL_LINES
Vertical lines.
static final intLAST_ROUTED_LINE
Last routed line.
static final intLAST_DISPLAYED_LINE
Last displayed line (top shape in the display order).
static final intFIRST_DISPLAYED_LINE
First displayed line (bottom shape in the display order).
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • NONE

        public static final int NONE
        None.
      • HORIZONTAL_LINES

        public static final int HORIZONTAL_LINES
        Horizontal lines.
      • VERTICAL_LINES

        public static final int VERTICAL_LINES
        Vertical lines.
      • LAST_ROUTED_LINE

        public static final int LAST_ROUTED_LINE
        Last routed line.
      • LAST_DISPLAYED_LINE

        public static final int LAST_DISPLAYED_LINE
        Last displayed line (top shape in the display order).
      • FIRST_DISPLAYED_LINE

        public static final int FIRST_DISPLAYED_LINE
        First displayed line (bottom shape in the display order).
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.