public class mxEdgeLabelLayout extends mxGraphLayout
graph, parent, useBoundingBox
Constructor and Description |
---|
mxEdgeLabelLayout(mxGraph graph)
Constructs a new stack layout layout for the specified graph,
spacing, orientation and offset.
|
Modifier and Type | Method and Description |
---|---|
protected void |
avoid(mxCellState edge,
mxCellState vertex) |
void |
execute(java.lang.Object parent)
Executes the layout for the children of the specified parent.
|
protected void |
placeLabels(java.lang.Object[] v,
java.lang.Object[] e) |
arrangeGroups, getConstraint, getConstraint, getGraph, getParentOffset, getVertexBounds, isEdgeIgnored, isUseBoundingBox, isVertexIgnored, isVertexMovable, moveCell, setEdgePoints, setEdgeStyleEnabled, setOrthogonalEdge, setUseBoundingBox, setVertexLocation
public mxEdgeLabelLayout(mxGraph graph)
public void execute(java.lang.Object parent)
mxIGraphLayout
execute
in interface mxIGraphLayout
execute
in class mxGraphLayout
parent
- Parent cell that contains the children to be layed out.protected void placeLabels(java.lang.Object[] v, java.lang.Object[] e)
protected void avoid(mxCellState edge, mxCellState vertex)
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.