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(Object parent)
Executes the layout for the children of the specified parent.
|
protected void |
placeLabels(Object[] v,
Object[] e) |
arrangeGroups, getConstraint, getConstraint, getGraph, getParentOffset, getVertexBounds, isEdgeIgnored, isUseBoundingBox, isVertexIgnored, isVertexMovable, moveCell, setEdgePoints, setEdgeStyleEnabled, setOrthogonalEdge, setUseBoundingBox, setVertexLocationpublic mxEdgeLabelLayout(mxGraph graph)
public void execute(Object parent)
mxIGraphLayoutexecute in interface mxIGraphLayoutexecute in class mxGraphLayoutparent - Parent cell that contains the children to be layed out.protected void avoid(mxCellState edge, mxCellState vertex)
Copyright (c) 2010 Gaudenz Alder. All rights reserved.