public class mxCircleLayoutGrouped
extends com.mxgraph.layout.mxCircleLayout
| Constructor and Description |
|---|
mxCircleLayoutGrouped(com.mxgraph.view.mxGraph graph,
int midLevel,
int topLevel) |
| Modifier and Type | Method and Description |
|---|---|
void |
circle(double r,
double left,
double top) |
void |
execute(Object parent) |
double |
getCenterX() |
double |
getCenterY() |
void |
setCenterSource(boolean centerSource) |
void |
setColorCode(boolean colorCode) |
void |
setColorTable(ColorTable colorTable) |
void |
setSortMidLevel(boolean sortMidLevel) |
protected Object[] |
sortVertices() |
circle, getRadius, getX0, getY0, isDisableEdgeStyle, isMoveCircle, isResetEdges, setDisableEdgeStyle, setMoveCircle, setRadius, setResetEdges, setX0, setY0arrangeGroups, getConstraint, getConstraint, getGraph, getParentOffset, getVertexBounds, isEdgeIgnored, isUseBoundingBox, isVertexIgnored, isVertexMovable, moveCell, setEdgePoints, setEdgeStyleEnabled, setOrthogonalEdge, setUseBoundingBox, setVertexLocationpublic mxCircleLayoutGrouped(com.mxgraph.view.mxGraph graph,
int midLevel,
int topLevel)
throws IllegalArgumentException
IllegalArgumentExceptionprotected Object[] sortVertices()
public void execute(Object parent)
execute in interface com.mxgraph.layout.mxIGraphLayoutexecute in class com.mxgraph.layout.mxCircleLayoutpublic void circle(double r,
double left,
double top)
public void setColorCode(boolean colorCode)
public void setColorTable(ColorTable colorTable)
public void setSortMidLevel(boolean sortMidLevel)
public void setCenterSource(boolean centerSource)
public double getCenterX()
public double getCenterY()
Copyright © 2018–2021 Morphonets. All rights reserved.