Modifier and Type | Method and Description |
---|---|
com.kitfox.svg.SVGDiagram |
Statechart2Svg.apply(org.apache.commons.math3.util.Pair<Statechart,ProcessGraphLayout<StatechartLayoutNode>> input) |
com.kitfox.svg.SVGDiagram |
Statechart2Svg.transform(Statechart input,
ProcessGraphLayout<StatechartLayoutNode> layout) |
Modifier and Type | Method and Description |
---|---|
StatechartLayoutNode |
StatechartLayoutAdapter.getFirstChild(StatechartLayoutNode node) |
StatechartLayoutNode |
StatechartLayoutNode.getParent() |
StatechartLayoutNode |
StatechartLayoutAdapter.getRoot() |
Modifier and Type | Method and Description |
---|---|
ProcessGraphLayout<StatechartLayoutNode> |
StatechartLayout.apply(org.apache.commons.lang3.tuple.Pair<IEPTree,Statechart> input) |
ProcessGraphLayout<StatechartLayoutNode> |
StatechartLayout.calculate(IEPTree inputTree,
Statechart inputStatechart) |
java.util.List<StatechartLayoutNode> |
StatechartLayoutNode.getChildren() |
java.lang.Iterable<StatechartLayoutNode> |
StatechartLayoutAdapter.getChildren(StatechartLayoutNode node) |
java.lang.Iterable<StatechartLayoutNode> |
StatechartLayoutAdapter.getChildrenReverse(StatechartLayoutNode node) |
Modifier and Type | Method and Description |
---|---|
void |
StatechartLayoutNode.addChild(StatechartLayoutNode o) |
java.lang.Iterable<StatechartLayoutNode> |
StatechartLayoutAdapter.getChildren(StatechartLayoutNode node) |
java.lang.Iterable<StatechartLayoutNode> |
StatechartLayoutAdapter.getChildrenReverse(StatechartLayoutNode node) |
StatechartLayoutNode |
StatechartLayoutAdapter.getFirstChild(StatechartLayoutNode node) |
boolean |
StatechartLayoutAdapter.isLeaf(StatechartLayoutNode node) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<ISCState,java.awt.geom.Rectangle2D.Double> |
StatechartLayoutAdapter.filterLayout(ProcessGraphLayout<StatechartLayoutNode> processGraphLayout) |
Constructor and Description |
---|
StatechartLayoutNode(StatechartLayoutNode parent,
IEPTreeNode node,
ISCState state) |
Modifier and Type | Method and Description |
---|---|
double |
StatechartStyle.getGapBetweenNodes(StatechartLayoutNode node1,
StatechartLayoutNode node2) |
double |
StatechartStyle.getHeight(StatechartLayoutNode node) |
CenterAlignment |
StatechartStyle.getNodeCenterAlignment(StatechartLayoutNode node) |
ForwardAlignment |
StatechartStyle.getNodeForwardAlignment(StatechartLayoutNode node) |
Padding |
StatechartStyle.getPaddingNode(StatechartLayoutNode node) |
double |
StatechartStyle.getWidth(StatechartLayoutNode node) |
boolean |
StatechartStyle.isLayoutOrtogonal(StatechartLayoutNode node) |
boolean |
StatechartStyle.isLayoutReverse(StatechartLayoutNode node) |