DEFAULT_HORIZONTAL_SPACING | grammarscope.jung2.layout.SugiyamaLayout< V, E > | privatestatic |
DEFAULT_ORIENTATION | grammarscope.jung2.layout.SugiyamaLayout< V, E > | privatestatic |
DEFAULT_VERTICAL_SPACING | grammarscope.jung2.layout.SugiyamaLayout< V, E > | privatestatic |
executed | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |
fillLevels(final LinkedList< V > roots, final Set< V > vertexSet) | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |
fillLevels(final LinkedList< LinkedList< CellWrapper< V >>> levels, final int level, final V rootNode) | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |
getNeighborEdges(final V v) | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |
gridAreaSize | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |
horzSpacing | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |
initialize() | grammarscope.jung2.layout.SugiyamaLayout< V, E > | |
move(final boolean toRight, final LinkedList< CellWrapper< V >> currentLevel, final int currentIndexInTheLevel, final int currentPriority) | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |
moveToBarycenter(final LinkedList< LinkedList< CellWrapper< V >>> levels, final Set< V > vertexSet) | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |
moveToBarycenter(final LinkedList< LinkedList< CellWrapper< V >>> levels, final int levelIndex) | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |
orientation | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |
reset() | grammarscope.jung2.layout.SugiyamaLayout< V, E > | |
runSugiyama() | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |
searchRoots(final Set< V > vertexSet) | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |
solveEdgeCrosses(final LinkedList< LinkedList< CellWrapper< V >>> levels) | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |
solveEdgeCrosses(final boolean down, final LinkedList< LinkedList< CellWrapper< V >>> levels, final int levelIndex) | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |
SugiyamaLayout(final Graph< V, E > g) | grammarscope.jung2.layout.SugiyamaLayout< V, E > | |
SugiyamaLayout(final Graph< V, E > g, final Orientation orientation, final int horzSpacing, final int vertSpacing) | grammarscope.jung2.layout.SugiyamaLayout< V, E > | |
toString() | grammarscope.jung2.layout.SugiyamaLayout< V, E > | |
traversalSet | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |
vertSpacing | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |
vertToWrapper | grammarscope.jung2.layout.SugiyamaLayout< V, E > | private |