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, setY0
arrangeGroups, getConstraint, getConstraint, getGraph, getParentOffset, getVertexBounds, isEdgeIgnored, isUseBoundingBox, isVertexIgnored, isVertexMovable, moveCell, setEdgePoints, setEdgeStyleEnabled, setOrthogonalEdge, setUseBoundingBox, setVertexLocation
public mxCircleLayoutGrouped(com.mxgraph.view.mxGraph graph, int midLevel, int topLevel) throws IllegalArgumentException
IllegalArgumentException
protected Object[] sortVertices()
public void execute(Object parent)
execute
in interface com.mxgraph.layout.mxIGraphLayout
execute
in class com.mxgraph.layout.mxCircleLayout
public 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 © 2015–2021 Fiji. All rights reserved.