- bfsSorting(ArrayList<Integer>[], int) - Method in class lv.lumii.layoutengine.flowLayout.GraphProcessor
-
This method sorts the vertices of the given graph according the BFS order.
- Box - Class in lv.lumii.layoutengine
-
This class specifies the box element type.
- box - Variable in class lv.lumii.layoutengine.universalLayout.BoxInGrid
-
Container that represents the same box as BoxInGrid object.
- Box.BoxSide - Enum in lv.lumii.layoutengine
-
Stores the side of a box that a points lies on.
- boxesPlace - Variable in class lv.lumii.layoutengine.universalLayout.BoxInGrid
-
Place in array boxes[].
- boxIG - Variable in class lv.lumii.layoutengine.universalLayout.Line
-
Box where connection is going.
- boxIG - Variable in class lv.lumii.layoutengine.universalLayout.SimpleOrthogonalSegment
-
Object from which segment was created.
- BoxInGrid - Class in lv.lumii.layoutengine.universalLayout
-
Class that represents box used in UniversalLayoutAlgorithm.
- BoxInGrid(AbstractContainer) - Constructor for class lv.lumii.layoutengine.universalLayout.BoxInGrid
-
Constructor.
- buildAdjacencyStructure() - Method in class lv.lumii.layoutengine.flowLayout.FlowLayoutGraph
-
This method builds the adjacency structure of the graph.
- buildDirectedAdjacencyStructure() - Method in class lv.lumii.layoutengine.flowLayout.FlowLayoutGraph
-
This method builds the directed adjacency structure of the graph.
- buildTreeDiameterPath(ArrayList<Integer>[]) - Method in class lv.lumii.layoutengine.flowLayout.GraphProcessor
-
This method builds the diameter path of a tree.