Skip navigation links
A B C D E F G H I L M N O P Q R S T U V X Y _ 

G

getArrangeData() - Method in class lv.lumii.layoutengine.Container
Returns the currently set arrange data for this container.
getArrangeStyle() - Method in class lv.lumii.layoutengine.Container
Gets the style set for this container, including possibly ArrangeData.ArrangeStyle.INHERITED.
getBottom() - Method in class lv.lumii.layoutengine.AbstractContainer
Returns the ordinate of the bottom side of the container rectangle.
getBottom() - Method in class lv.lumii.layoutengine.obstacleGraph.Segment.VerticalPart
Returns the bottom ordinate of the part.
getBounds() - Method in class lv.lumii.layoutengine.AbstractContainer
Returns the bounding rectangle of the container.
getBounds() - Method in class lv.lumii.layoutengine.Diagram
Returns union of the user-defined default bounds and children enclosing rectangle.
getBoxes() - Method in class lv.lumii.layoutengine.Container
Returns all child boxes of this container.
getCellElements(Integer, Integer) - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Returns a list of elements belonging to the specified cell.
getCenter() - Method in class lv.lumii.layoutengine.AbstractContainer
Returns the center point of the container rectangle.
getCenterX() - Method in class lv.lumii.layoutengine.AbstractContainer
Returns the center X of the bounding rectangle
getCenterY() - Method in class lv.lumii.layoutengine.AbstractContainer
Returns the center Y of the bounding rectangle
getChildIterator() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeNode
This method return child list iterator.
getChildList() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeNode
This method returns child list of this node.
getChildObjects(PQTreeNode<T>) - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTree
This method returns all objects that are in subtree of this node.
getChildren() - Method in class lv.lumii.layoutengine.Box
 
getChildren() - Method in class lv.lumii.layoutengine.Container
 
getColumn(Element) - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Returns the column number of the given element, or null if none.
getColumnBorderSpacing(int) - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Gets the spacing of the right border of the given column.
getColumnCount() - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Returns the number of columns in this grid.
getColumnElements(Integer) - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Returns a list of elements belonging to the specified column.
getColumnLeft(int) - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Gets the left coordinate of the column.
getColumnMinWidth(int) - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Gets the minimum width of the given column.
getColumnRight(int) - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Gets the right coordinate of the column.
getColumnWidth(int) - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Returns the current width of the given column.
getContainers() - Method in class lv.lumii.layoutengine.Container
Returns all containers that are children of this container.
getDefaultColumnSpacing() - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Gets the default spacing for column borders, used when creating new columns.
getDefaultColumnWidth() - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Returns the default column width used for new columns and when resetting column widths.
getDefaultRowHeight() - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Returns the default row height used for new rows and when resetting row heights.
getDefaultRowSpacing() - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Gets the default spacing for row borders, used when creating new rows.
getDescendantBoxes() - Method in class lv.lumii.layoutengine.Container
Returns the set containing all descendant boxes of the container.
getDescendantBoxes(boolean) - Method in class lv.lumii.layoutengine.Container
Returns the set containing all descendant boxes of the container.
getDescendantBoxOutsideLabels() - Method in class lv.lumii.layoutengine.Container
Returns the set containing all descendant labels of the container.
getDescendantContainers() - Method in class lv.lumii.layoutengine.Container
Returns the set containing all descendant containers of the container.
getDescendantLines() - Method in class lv.lumii.layoutengine.Container
Returns the set containing all descendant lines of the container.
getDescendantOutsideLabels() - Method in class lv.lumii.layoutengine.Container
Returns the set containing all descendant labels of the container.
getDiagram() - Method in class lv.lumii.layoutengine.Element
The diagram the object is in.
getEnd() - Method in class lv.lumii.layoutengine.Line
Returns the ending element of the line, could be a box or a line.
getEnd() - Method in class lv.lumii.layoutengine.obstacleGraph.Segment
Returns the end position of the segment.
getEndPoint() - Method in class lv.lumii.layoutengine.Line
Returns the ending point that is on the border of the end element of this line.
getEndSides() - Method in class lv.lumii.layoutengine.Line
Returns the mask of the allowed end sides for this box.
getFirst() - Method in class lv.lumii.layoutengine.util.Pair
Returns the first element of the pair.
getFlowDirection() - Method in class lv.lumii.layoutengine.ArrangeData.FlowData
Returns the current direction of the flow.
getHeight() - Method in class lv.lumii.layoutengine.AbstractContainer
Returns the current height of the container rectangle.
getIncidentLines() - Method in class lv.lumii.layoutengine.Box
 
getIncidentLines() - Method in interface lv.lumii.layoutengine.Connectible
Returns a list of all lines incident to this element.
getIncidentLines() - Method in class lv.lumii.layoutengine.Line
 
getIndex() - Method in class lv.lumii.layoutengine.flowLayout.FlowLayoutVertex
This method returns the index of this vertex.
getInsideLabels() - Method in class lv.lumii.layoutengine.AbstractContainer
Returns the outside labels of this container.
getIsFlowEdge() - Method in class lv.lumii.layoutengine.Line
Gets the flag whether flow layout treats this line as directed.
getLabels() - Method in class lv.lumii.layoutengine.Line
Returns the labels of the line.
getLayeredGraph() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.OrderingInput
 
getLayeredGraph() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeList
This method gets layered graph.
getLayoutConstraints() - Method in class lv.lumii.layoutengine.AbstractContainer
Gets the layout manager of this container.
getLeft() - Method in class lv.lumii.layoutengine.AbstractContainer
Returns the abscissa of the left side of the container rectangle.
getLevel() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeNode
This method gets level value of this mode.
getLevelNodeList(int) - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.LayeredGraph
This method returns the list of nodes of the specified level.
getLevelNumber() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.LayeredNode
This method returns the level number of this layered node.
getLines() - Method in class lv.lumii.layoutengine.Container
Returns all child lines of this container.
getList(List<? extends Set<T>>) - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTree
This method returns possible permutation of objects in pq-tree.
getList(List<? extends Set<T>>) - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeList
This method gets correct node list of all objects.
getLLValue() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTree
 
getMaxMinSeq() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.CNode
This method is used for node ordering in algorithm second phase when moving backwards over layers.
getMaxMinSeq() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PNode
This method is used for node ordering in algorithm second phase when moving backwards over layers.
getMaxMinSeq() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeNode
This method computes minimal and maximal sequence values from its children and rotates to get child in such order that ones with minimal sequence is in the beginning of child list.
getMaxMinSeq() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.QNode
This method is used for node ordering in algorithm second phase when moving backwards over layers.
getMaxSeq() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeNode
This method returns maximal sequence value of this node.
getMinHeight() - Method in class lv.lumii.layoutengine.AbstractContainer
Returns the minimum height of the container rectangle.
getMinSeq() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeNode
This method returns minimal sequence value of this node.
getMinWidth() - Method in class lv.lumii.layoutengine.AbstractContainer
Returns the minimum width of the container rectangle.
getMLValue() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PNode
This method gets ML value of this node.
getMLValue(int) - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.QNode
This method returns required ML value.
getMLValue(Object) - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.QNode
This method returns ML value from given object to next in child list.
getNumberOfLevels() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.LayeredGraph
This method returns the number of levels.
getObject() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.CNode
This method gets object associated with this c-node.
getObjects() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTree
 
getOrientation() - Method in class lv.lumii.layoutengine.OutsideLabel.LineLabel
Returns the orientation of this line label.
getOriginalEdge() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.LayeredEdge
This method returns the original edge of this layered edge.
getOriginalVertex() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.LayeredNode
This method returns the original vertex of this layered node.
getOtherNode(LayeredNode) - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.LayeredEdge
This method returns the other endnode of this layered edge.
getOutsideLabels() - Method in class lv.lumii.layoutengine.Box
Returns the outside labels that belong to this box.
getOwner() - Method in class lv.lumii.layoutengine.Container
 
getOwner() - Method in class lv.lumii.layoutengine.Element
Each element can be owned by some other element.
getOwner() - Method in class lv.lumii.layoutengine.InsideLabel
 
getOwner() - Method in class lv.lumii.layoutengine.Line
 
getOwner() - Method in class lv.lumii.layoutengine.OutsideLabel.BoxOutsideLabel
 
getOwner() - Method in class lv.lumii.layoutengine.OutsideLabel.LineLabel
 
getParent() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeNode
This method returns parent of this method.
getPertQChildrenCount() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeNode
This method returns number of pertinent q-node children.
getPoints() - Method in class lv.lumii.layoutengine.Line
Returns the points representing the geometrical form of the line.
getPos() - Method in class lv.lumii.layoutengine.obstacleGraph.Segment
Returns the segments position.
getPureContainers() - Method in class lv.lumii.layoutengine.Container
Returns all containers that are owned by this container.
getRetraceDistance() - Method in class lv.lumii.layoutengine.Diagram
Returns the distance a box has to be moved before its lines are retraced instead of reconnected.
getRight() - Method in class lv.lumii.layoutengine.AbstractContainer
Returns the abscissa of the right side of the container rectangle.
getRotationAngle() - Method in class lv.lumii.layoutengine.OutsideLabel.LineLabel
Returns the clockwise rotation angle for this label if this label is to be rotated.
getRow(Element) - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Returns the row number of the given element, or null if none.
getRowBorderSpacing(int) - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Gets the spacing of the bottom border of the given row.
getRowBottom(int) - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Gets the bottom coordinate of the row.
getRowCount() - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Returns the number of rows in this grid.
getRowElements(Integer) - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Returns a list of elements belonging to the specified row.
getRowHeight(int) - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Gets the current height of the given row.
getRowMinHeight(int) - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Gets the minimum height of the given row.
getRowTop(int) - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
Gets the top coordinate of the row.
getSecond() - Method in class lv.lumii.layoutengine.util.Pair
Returns the second element of the pair.
getSegment() - Method in class lv.lumii.layoutengine.obstacleGraph.Segment.VerticalPart
Returns the ID of the segment this part belongs to.
getShape() - Method in class lv.lumii.layoutengine.Box
Returns the bounding rectangle of the box.
getShape() - Method in class lv.lumii.layoutengine.Container
Returns the approximate geometric shape of this container.
getSourceNode() - Method in class lv.lumii.layoutengine.flowLayout.FlowLayoutEdge
This method returns the source vertex of the edge.
getSpacing() - Method in class lv.lumii.layoutengine.Element
Returns the spacing of the element.
getSpacing() - Method in class lv.lumii.layoutengine.Line
Returns the spacing value of the line.
getStart() - Method in class lv.lumii.layoutengine.Line
Returns the starting element of the line, could be a box or a line.
getStart() - Method in class lv.lumii.layoutengine.obstacleGraph.Segment
Returns the start position of the segment.
getStartPoint() - Method in class lv.lumii.layoutengine.Line
Returns the starting point that is on the border of the start element of this line.
getStartSides() - Method in class lv.lumii.layoutengine.Line
Returns the mask of the allowed start sides for this line.
getState() - Method in class lv.lumii.layoutengine.Diagram
Returns the current state of the diagram.
getTag() - Method in class lv.lumii.layoutengine.flowLayout.FlowLayoutVertex
This method returns the tag of this vertex.
getTargetNode() - Method in class lv.lumii.layoutengine.flowLayout.FlowLayoutEdge
This method returns the target vertex of the edge.
getTestValue() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.CNode
This method returns string value that will represent this node for more comfortable testing.
getTestValue() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeNode
This method returns value that can be used for testing to identify this node.
getTop() - Method in class lv.lumii.layoutengine.AbstractContainer
Returns the ordinate of the top side of the container rectangle.
getTop() - Method in class lv.lumii.layoutengine.obstacleGraph.Segment.VerticalPart
Returns the top ordinate of the part.
getTree(int) - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeList
This method returns tree that is in given place in this list.
getTree() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeNode
This method returns reference of owner tree.
getType() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.CNode
This method returns int value to represent this node type.
getType() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PNode
This method returns int value to represent this node type.
getType() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeNode
This method returns type of this node.
getType() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.QNode
This method returns int value to represent this node type.
getType() - Method in class lv.lumii.layoutengine.LayoutConstraints
Returns this layout's type.
getType() - Method in class lv.lumii.layoutengine.LayoutConstraints.GridLayoutConstraints
 
getType() - Method in class lv.lumii.layoutengine.LayoutConstraints.NoneLayoutConstraints
 
getType() - Method in class lv.lumii.layoutengine.Line
Returns the geometrical type of the line.
getTypeChar() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.CNode
This method returns char that represents this node type.
getTypeChar() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PNode
This method returns char that represents this node type.
getTypeChar() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTreeNode
This method returns different char for each type of node.
getTypeChar() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.QNode
This method returns char that represents this node type.
getUsedArrangeData() - Method in class lv.lumii.layoutengine.Container
Returns the currently used arrange data for this container.
getUsedArrangeStyle() - Method in class lv.lumii.layoutengine.Container
Gets the style of the container according to which its elements will be arranged.
getUsedData() - Method in class lv.lumii.layoutengine.ArrangeData
Returns the actual used data for arranging this container.
getUsedData() - Method in class lv.lumii.layoutengine.ArrangeData.InheritedData
 
getUserObject() - Method in class lv.lumii.layoutengine.flowLayout.horizontalOrdering.pqtree.PQTree
 
getWidth() - Method in class lv.lumii.layoutengine.AbstractContainer
Returns the current width of the container rectangle.
getX() - Method in class lv.lumii.layoutengine.polyomino.Polyomino.IntegerPoint
This method gets the x coordinate of the point.
getY() - Method in class lv.lumii.layoutengine.polyomino.Polyomino.IntegerPoint
This method gets the y coordinate of the point.
GraphProcessor - Class in lv.lumii.layoutengine.flowLayout
This class provides methods of processing graphs.
GraphProcessor() - Constructor for class lv.lumii.layoutengine.flowLayout.GraphProcessor
 
gridCol - Variable in class lv.lumii.layoutengine.universalLayout.BoxInGrid
Number of column taken by box.
gridRow - Variable in class lv.lumii.layoutengine.universalLayout.BoxInGrid
Number of row taken by box.
A B C D E F G H I L M N O P Q R S T U V X Y _ 
Skip navigation links