- realEndX - Variable in class lv.lumii.layoutengine.universalLayout.Line
-
Coordinates of connection in real numbers.
- realEndY - Variable in class lv.lumii.layoutengine.universalLayout.Line
-
Coordinates of connection in real numbers.
- realStartX - Variable in class lv.lumii.layoutengine.universalLayout.Line
-
Coordinates of connection in real numbers.
- realStartY - Variable in class lv.lumii.layoutengine.universalLayout.Line
-
Coordinates of connection in real numbers.
- remove() - Method in class lv.lumii.layoutengine.AbstractContainer
-
- remove() - Method in class lv.lumii.layoutengine.Box
-
- remove() - Method in class lv.lumii.layoutengine.Diagram
-
- remove() - Method in class lv.lumii.layoutengine.Element
-
Removes the element and its descendant elements.
- remove(boolean) - Method in class lv.lumii.layoutengine.Element
-
Removes the element and its descendant elements.
- remove(Collection<T>) - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTree
-
This method removes all c-nodes that are connected with objects from U.
- remove() - Method in class lv.lumii.layoutengine.Line
-
- remove(boolean) - Method in class lv.lumii.layoutengine.Line
-
Removes this line.
- removeChild(PQTreeNode<T>) - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeNode
-
This method removes child from this nodes child list.
- RemoveDirectedCycles(boolean[]) - Method in class lv.lumii.layoutengine.flowLayout.CycleRemoval
-
This method performs the algorithmic steps of the cycle removal algorithm.
- removeEmptyTrees() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeList
-
This method removes all trees that doesn't contain any CNode.
- removeMin() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.priorityqueue.PriorityQueue
-
This method removes smallest element in queue if there are several equal elements than returns first inserted
first.
- removeNodes(Collection<T>) - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeList
-
This method removes unnecessary nodes from all graphs.
- removeUnnecessary() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTree
-
This method removes all nodes from tree that has only one child node.
- removeUnnecessary() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeList
-
This method removes all unnecessary nodes from each tree in the list.
- replace(T, T) - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTree
-
This method replaces one object in c-node connection with another.
- replace(T, T) - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeList
-
This method replaces one object with another in correct PQTree.
- replaceList(LinkedList<T>, T) - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTree
-
This method inserts new node in PQ-tree so that it would fit into
place of replaceable node list.
- replaceList(List<T>, T) - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeList
-
This method replaces list of nodes with single node.
- replaceTree(PQTree<T>) - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTree
-
This method replaces all occurrences of this PQ-Tree in its nodes with
given tree.
- resetColumnSpacings() - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
-
Resets the spacing of every column border to the current default value.
- resetColumnWidths() - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
-
Resets the minimum width of all columns to the current default column width.
- resetEndSides() - Method in class lv.lumii.layoutengine.Line
-
Resets the end sides of this line to allow it to end at any side of the end box.
- resetRowHeights() - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
-
Resets the minimum height of all rows to the current default row height.
- resetRowSpacings() - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
-
Resets the spacing of every row border to the current default value.
- resetStartSides() - Method in class lv.lumii.layoutengine.Line
-
Resets the start sides of this line to allow it to start from any side of the start box.
- resize(Rectangle2D.Double) - Method in class lv.lumii.layoutengine.Box
-
Resizes the box, moving it from its current position to the given rectangle, pushing aside
other elements as needed.
- resize(Rectangle2D.Double) - Method in class lv.lumii.layoutengine.InsideLabel
-
Resizes the label, moving it from its current position to the given rectangle, pushing aside
other elements as needed.
- resize(Rectangle2D.Double) - Method in class lv.lumii.layoutengine.OutsideLabel
-
- resize(double, double) - Method in class lv.lumii.layoutengine.OutsideLabel
-
Resizes this label to the given dimensions while keeping its center unchanged if possible.
- retrace() - Method in class lv.lumii.layoutengine.Line
-
Retraces this line from scratch so that it connects its end elements.
- retrace(Line.LineType) - Method in class lv.lumii.layoutengine.Line
-
Retraces this line from scratch so that it connects its end elements.
- retrace(Line.LineType, Element, Element) - Method in class lv.lumii.layoutengine.Line
-
Retraces this line from scratch so that it connects its new end elements.
- retrace(Element, Element) - Method in class lv.lumii.layoutengine.Line
-
Retraces this line from scratch so that it connects its new end elements.
- root - Variable in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTree
-
- run() - Method in class lv.lumii.deek.Test
-
- run() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.OrderingAlgorithm
-
This method runs the ordering algorithm.