com.aspose.diagram

Class DynFeedbackValue

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

Utility class containing constants. Specifies the type of visual feedback provided to users when they drag a connector. When the mouse button is released, the resulting connector shape is not affected by this setting. This element does not apply to routable connectors.

Field Summary
static final intREMAIN_STRAIGHT
Remain straight (no legs).
static final intSHOW_THREE_LEGS
Show three legs when dragged.
static final intSHOW_FIVE_LEGS
Show five legs when dragged.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • REMAIN_STRAIGHT

        public static final int REMAIN_STRAIGHT
        Remain straight (no legs).
      • SHOW_THREE_LEGS

        public static final int SHOW_THREE_LEGS
        Show three legs when dragged.
      • SHOW_FIVE_LEGS

        public static final int SHOW_FIVE_LEGS
        Show five legs when dragged.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.