Class mxElbowEdgeHandler

    • Constructor Detail

      • mxElbowEdgeHandler

        public mxElbowEdgeHandler​(mxGraphComponent graphComponent,
                                  mxCellState state)
        Parameters:
        graphComponent -
        state -
    • Method Detail

      • getToolTipText

        public java.lang.String getToolTipText​(java.awt.event.MouseEvent e)
        Hook for subclassers to return tooltip texts for certain points on the handle.
        Overrides:
        getToolTipText in class mxCellHandler
      • isFlipEvent

        protected boolean isFlipEvent​(java.awt.event.MouseEvent e)
        Overrides:
        isFlipEvent in class mxEdgeHandler
      • isLabel

        public boolean isLabel​(int index)
        Returns true if the given index is the index of the last handle.
        Overrides:
        isLabel in class mxCellHandler
      • createHandles

        protected java.awt.Rectangle[] createHandles()
        Description copied from class: mxCellHandler
        Creates the rectangles that define the handles.
        Overrides:
        createHandles in class mxEdgeHandler