Class mxEdgeLabelLayout

    • Constructor Detail

      • mxEdgeLabelLayout

        public mxEdgeLabelLayout​(mxGraph graph)
        Constructs a new stack layout layout for the specified graph, spacing, orientation and offset.
    • Method Detail

      • execute

        public void execute​(java.lang.Object parent)
        Description copied from interface: mxIGraphLayout
        Executes the layout for the children of the specified parent.
        Specified by:
        execute in interface mxIGraphLayout
        Overrides:
        execute in class mxGraphLayout
        Parameters:
        parent - Parent cell that contains the children to be layed out.
      • placeLabels

        protected void placeLabels​(java.lang.Object[] v,
                                   java.lang.Object[] e)