com.aspose.diagram

Class ConFixedCodeValue

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

Utility class containing constants. Determines when a connector reroutes.

Field Summary
static final intREROUTE_FREELY
Reroute freely.
static final intREROUTE_NEEDED
Reroute as needed.
static final intNEVER_REROUTE
Never reroute.
static final intREROUTE_ON_CROSSOVER
Reroute on crossover.
static final intRESERVED_1
Reserved for internal use only.
static final intRESERVED_2
Reserved for internal use only.
static final intRESERVED_3
Reserved for internal use only.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • REROUTE_FREELY

        public static final int REROUTE_FREELY
        Reroute freely.
      • REROUTE_NEEDED

        public static final int REROUTE_NEEDED
        Reroute as needed.
      • NEVER_REROUTE

        public static final int NEVER_REROUTE
        Never reroute.
      • REROUTE_ON_CROSSOVER

        public static final int REROUTE_ON_CROSSOVER
        Reroute on crossover.
      • RESERVED_1

        public static final int RESERVED_1
        Reserved for internal use only.
      • RESERVED_2

        public static final int RESERVED_2
        Reserved for internal use only.
      • RESERVED_3

        public static final int RESERVED_3
        Reserved for internal use only.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.