mxCircleLayout, mxCompactTreeLayout, mxEdgeLabelLayout, mxFastOrganicLayout, mxGraphLayout, mxHierarchicalLayout, mxOrganicLayout, mxOrthogonalLayout, mxParallelEdgeLayout, mxPartitionLayout, mxStackLayoutpublic interface mxIGraphLayout
| Modifier and Type | Method | Description |
|---|---|---|
void |
execute(java.lang.Object parent) |
Executes the layout for the children of the specified parent.
|
void |
moveCell(java.lang.Object cell,
double x,
double y) |
Notified when a cell is being moved in a parent that has automatic
layout to update the cell state (eg.
|
void execute(java.lang.Object parent)
parent - Parent cell that contains the children to be layed out.void moveCell(java.lang.Object cell,
double x,
double y)
cell - Cell which is being moved.x - X-coordinate of the new cell location.y - Y-coordinate of the new cell location.Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.