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

G

g - Variable in class edu.uci.ics.jung.algorithms.path.DijkstraDistance
 
Geometry - Class in org.girod.jgraphml.model
A node geometry.
Geometry() - Constructor for class org.girod.jgraphml.model.Geometry
 
Geometry(float, float, float, float) - Constructor for class org.girod.jgraphml.model.Geometry
Constructor.
GEOMETRY - Static variable in interface org.girod.jgraphml.xml.XMLTags
The Geometry tag.
get(Layout<V, E>) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
Returns the center of the passed layout.
getAdditionalLabels() - Method in class org.girod.jgraphml.model.GraphMLEdge
Return the list of additional labels.
getAdjustForGravity() - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
Returns true if gravity point adjusting is enabled.
getAlignment() - Method in class org.girod.jgraphml.model.AbstractLabel
Return the label alignment.
getAllChildren(String) - Method in class org.girod.jgraphml.xml.XMLNode
Return the list of all children of this node having a specified name.
getAllChildrenNodesByLabel(NodeParent) - Static method in class org.girod.jgraphml.model.Utilities
Return all the children nodes by their label if it exists.
getAllEdgesByLabel(GraphMLDiagram) - Static method in class org.girod.jgraphml.model.Utilities
Return all the edges by their label if it exists.
getAllFromEdgesByLabel(GraphMLNode) - Static method in class org.girod.jgraphml.model.Utilities
Return the edges originating from other nodes, if they have a label.
getAllNodesByLabel(GraphMLDiagram) - Static method in class org.girod.jgraphml.model.Utilities
Return the nodes by their label if it exists.
getAllToEdgesByLabel(GraphMLNode) - Static method in class org.girod.jgraphml.model.Utilities
Return the edges originating from a node, if they have a label.
getAnchorX() - Method in class org.girod.jgraphml.model.EdgeLabel
Return the label X anchor.
getAnchorY() - Method in class org.girod.jgraphml.model.EdgeLabel
Return the label Y anchor.
getAngle() - Method in class edu.uci.ics.jung.algorithms.layout.CircleLayout.CircleVertexData
 
getArrows() - Method in class org.girod.jgraphml.model.GraphMLEdge
Return the edge arrows.
getAttributeFilters() - Method in class org.girod.jgraphml.reader.NodeFilter
Return the attribute filters.
getAttributes() - Method in class org.girod.jgraphml.xml.XMLNode
Return the Map of attributes for this node.
getAttributeValue(String) - Method in class org.girod.jgraphml.xml.XMLNode
Return the value of an attribute of a specified name.
getAttributeValueAsBoolean(String) - Method in class org.girod.jgraphml.xml.XMLNode
Return the value of an attribute of a specified name as a boolean.
getAttributeValueAsBoolean(String, boolean) - Method in class org.girod.jgraphml.xml.XMLNode
Return the value of an attribute of a specified name as a boolean.
getAttributeValueAsFloat(String) - Method in class org.girod.jgraphml.xml.XMLNode
Return the value of an attribute of a specified name as a float.
getAttributeValueAsFloat(String, float) - Method in class org.girod.jgraphml.xml.XMLNode
Return the value of an attribute of a specified name as a float.
getAttributeValueAsInt(String) - Method in class org.girod.jgraphml.xml.XMLNode
Return the value of an attribute of a specified name as an int.
getAttributeValueAsInt(String, int) - Method in class org.girod.jgraphml.xml.XMLNode
Return the value of an attribute of a specified name as an int.
getBackgroundColor() - Method in class org.girod.jgraphml.model.EdgeLabel
Return the text background color.
getBorderColor() - Method in class org.girod.jgraphml.model.EdgeLabel
Return the text border color.
getBorderInsets() - Method in class org.girod.jgraphml.model.GroupStateNode
Return the border Insets.
getBorderStyle() - Method in class org.girod.jgraphml.model.ShapeNode
Return the border style.
getCDATA() - Method in class org.girod.jgraphml.xml.XMLNode
Return the CDATA content for the node.
getCenter(V) - Method in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
Returns the coordinates of v's parent, or the center of this layout's area if it's a root.
getCenter() - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
Returns the center of this layout's area.
getChild(V, int) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
Returns the child of vertex at position index in this tree, or null if it has no child at that position.
getChildCount(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
 
getChildCount(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
get the number of children of the passed parent node
getChildCount(V) - Method in interface edu.uci.ics.jung.graph.Forest
Returns the number of children that vertex has in this tree.
getChildCount(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
Returns the number of children that vertex has.
getChildEdge(V, int) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
Returns the child edge of the vertex at index index.
getChildEdges(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
 
getChildEdges(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
 
getChildEdges(V) - Method in interface edu.uci.ics.jung.graph.Forest
Returns the edges connecting vertex to its children in this tree.
getChildEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getChildren(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
Returns the children of v.
getChildren(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
get the immediate children nodes of the passed parent
getChildren(V) - Method in interface edu.uci.ics.jung.graph.Forest
Returns the children of vertex in this tree.
getChildren(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
Returns an ordered list of vertex's child vertices.
getChildren() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Return the nodes.
getChildren() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Return the children nodes.
getChildren() - Method in interface org.girod.jgraphml.model.NodeParent
Return the children nodes.
getChildren() - Method in class org.girod.jgraphml.xml.XMLNode
Return the ordered list of children of this Node.
getChildrenNodesByLabel(NodeParent) - Static method in class org.girod.jgraphml.model.Utilities
Return the children nodes by their label if it exists.
getCircleData(V) - Method in class edu.uci.ics.jung.algorithms.layout.CircleLayout
 
getClosedHeight() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Return the closed height.
getClosedStateNode() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Return the closed state node.
getClosedWidth() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Return the closed width.
getColor() - Method in class org.girod.jgraphml.model.DropShadow
Return the drop shadow color.
getColor() - Method in class org.girod.jgraphml.model.LineStyle
Return the line color.
getCSS(String) - Method in class org.girod.jgraphml.app.ScriptContext
Return the absolute path of a file defined relative to the script file.
getCurrentFilterName() - Method in class org.girod.jgraphml.reader.XMLTreeWalker
Return the filter name for the current node.
getCurrentNode() - Method in class org.girod.jgraphml.reader.XMLTreeWalker
Return the node at which the TreeWalker is currently positioned.
getData() - Method in class org.girod.jgraphml.model.IconResource
Return the associated data.
getDataID() - Method in class org.girod.jgraphml.model.IconResource
Return the associated data ID.
getDefaultEdgeType() - Method in class edu.uci.ics.jung.graph.AbstractTypedGraph
Returns this graph's edge type.
getDefaultEdgeType() - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getDefaultEdgeType() - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the default edge type for this graph.
getDefaultEdgeType() - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getDefaultEdgeType() - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getDefaultEdgeType() - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getDefaultEdgeType() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Returns the default edge type for this graph.
getDefaults() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Return the diagram defaults.
getDelegate() - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
 
getDelegate() - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
Returns the backing (delegate) layout.
getDepth(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
computes and returns the depth of the tree from the root to the passed vertex
getDepth(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
computes and returns the depth of the tree from the root to the passed vertex
getDepth(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getDepth(V) - Method in interface edu.uci.ics.jung.graph.Tree
Returns the (unweighted) distance of vertex from the root of this tree.
getDescription() - Method in class org.girod.jgraphml.model.AbstractIDElement
Return the element description.
getDescription() - Method in class org.girod.jgraphml.model.GraphMLEdge
Return the element description.
getDescription() - Method in interface org.girod.jgraphml.model.IDElement
Return the element description.
getDest(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getDest(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getDest(E) - Method in interface edu.uci.ics.jung.graph.Graph
If directed_edge is a directed edge in this graph, returns the destination; otherwise returns null.
getDest(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getDest(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
If directedEdge is a directed edge in this graph, returns the destination, otherwise returns null.
getDest(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getDest(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getDest(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getDest(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getDest(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getDest(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getDest(GraphMLEdge) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
If directed_edge is a directed edge in this graph, returns the destination; otherwise returns null.
getDiagram() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Return this diagram.
getDiagram() - Method in class org.girod.jgraphml.model.AbstractGraphMLNode
Return the diagram.
getDiagram() - Method in interface org.girod.jgraphml.model.IGraphMLNode
Return the node diagram.
getDiagram() - Method in interface org.girod.jgraphml.model.NodeParent
Return the diagram.
getDiagram() - Method in class org.girod.jgraphml.reader.GraphmlModelParser
Return the parsed diagram.
getDiagramResource(int) - Method in class org.girod.jgraphml.model.GraphMLDiagram
Return the diagram resource of a specified ID.
getDiagramResources() - Method in class org.girod.jgraphml.model.GraphMLDiagram
Return the diagram resources.
getDistance(Hypergraph<V, E>, V) - Method in class edu.uci.ics.jung.algorithms.path.BFSDistanceLabeler
Given a vertex, returns the shortest distance from any node in the root set to v
getDistance(V, V) - Method in class edu.uci.ics.jung.algorithms.path.DijkstraDistance
Returns the length of a shortest path from the source to the target vertex, or null if the target is not reachable from the source.
getDistance(V, V) - Method in interface edu.uci.ics.jung.algorithms.path.Distance
Returns the distance from the source vertex to the target vertex.
getDistance(V, V) - Method in class edu.uci.ics.jung.algorithms.path.UnweightedShortestPath
 
getDistance() - Method in class org.girod.jgraphml.model.EdgeLabel.ParamModel
Return the label distance from the edge.
getDistanceDecorator() - Method in class edu.uci.ics.jung.algorithms.path.BFSDistanceLabeler
Returns a map from vertices to minimum distances from the original source(s).
getDistanceMap(V, Collection<V>) - Method in class edu.uci.ics.jung.algorithms.path.DijkstraDistance
Returns a Map from each element t of targets to the shortest-path distance from source to t.
getDistanceMap(V) - Method in class edu.uci.ics.jung.algorithms.path.DijkstraDistance
Returns a LinkedHashMap which maps each vertex in the graph (including the source vertex) to its distance from the source vertex.
getDistanceMap(V, int) - Method in class edu.uci.ics.jung.algorithms.path.DijkstraDistance
Returns a LinkedHashMap which maps each of the closest numDist vertices to the source vertex in the graph (including the source vertex) to its distance from the source vertex.
getDistanceMap(V) - Method in interface edu.uci.ics.jung.algorithms.path.Distance
Returns a Map which maps each vertex in the graph (including the source vertex) to its distance (represented as a Number) from source.
getDistanceMap(V) - Method in class edu.uci.ics.jung.algorithms.path.UnweightedShortestPath
 
getDropShadow() - Method in class org.girod.jgraphml.model.ShapeNode
Return the shape node drop shadow.
getEdge(Layout<V, E>, double, double) - Method in interface edu.uci.ics.jung.algorithms.layout.GraphElementAccessor
Returns an edge which is associated with the location (x,y).
getEdge(Layout<V, E>, double, double) - Method in class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
Gets the edge nearest to the location of the (x,y) location selected.
getEdge(Layout<V, E>, double, double, double) - Method in class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
Gets the edge nearest to the location of the (x,y) location selected, within a distance of maxDistance, Iterates through all visible edges and checks their distance from the click.
getEdge() - Method in class edu.uci.ics.jung.graph.event.GraphEvent.Edge
Retrieves the edge associated with this event.
getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractTypedGraph
Returns the edge count for this graph if edge_type matches the edge type for this graph, and 0 otherwise.
getEdgeCount() - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getEdgeCount() - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getEdgeCount() - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getEdgeCount() - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the number of edges in this graph.
getEdgeCount(EdgeType) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the number of edges of type edge_type in this graph.
getEdgeCount() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getEdgeCount() - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getEdgeCount() - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getEdgeCount() - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getEdgeCount() - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getEdgeCount() - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getEdgeCount() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Returns the number of edges in this graph.
getEdgeCount(EdgeType) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Returns the number of edges in this graph.
getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractTypedGraph
Returns the edge set for this graph if edgeType matches the edge type for this graph, and an empty set otherwise.
getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getEdges(EdgeType) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the collection of edges in this graph which are of type edge_type.
getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getEdges(EdgeType) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Returns the collection of edges in this graph which are of type edgeType.
getEdges() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Return the edges.
getEdgesByID(GraphMLDiagram) - Static method in class org.girod.jgraphml.model.Utilities
Return the edges by their id.
getEdgesByLabel(GraphMLDiagram) - Static method in class org.girod.jgraphml.model.Utilities
Return the edges by their label if it exists.
getEdgesToCheck(V) - Method in class edu.uci.ics.jung.algorithms.path.DijkstraDistance
Returns the set of edges incident to v that should be tested.
getEdgesView() - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getEdgesView() - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getEdgesView() - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getEdgesView() - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns a view of all edges in this graph.
getEdgesView() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getEdgesView() - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getEdgesView() - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getEdgesView() - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getEdgesView() - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getEdgesView() - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getEdgesView() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Returns a view of all edges in this graph.
getEdgeType(E) - Method in class edu.uci.ics.jung.graph.AbstractTypedGraph
Returns this graph's edge type, or null if e is not in this graph.
getEdgeType(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getEdgeType(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the edge type of edge in this graph.
getEdgeType(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getEdgeType(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getEdgeType(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getEdgeType(GraphMLEdge) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Returns the edge type of edge in this graph.
getEdgeType() - Method in class org.girod.jgraphml.model.GraphMLEdge
Return the edge type.
getEncoding() - Method in class org.girod.jgraphml.xml.XMLRoot
Return the declared encoding of the XML file.
getEndpoints(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getEndpoints(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getEndpoints(E) - Method in interface edu.uci.ics.jung.graph.Graph
Returns the endpoints of edge as a Pair.
getEndpoints(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getEndpoints(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getEndpoints(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getEndpoints(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getEndpoints(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getEndpoints(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getEndpoints(GraphMLEdge) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Returns the endpoints of edge as a Pair<V>.
getExchangeVertices() - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
Returns true if the local minimum escape technique by exchanging vertices is enabled.
getFactory() - Static method in class edu.uci.ics.jung.graph.DelegateTree
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.DirectedSparseGraph
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
Returns a Factory that creates an instance of this graph type.
getFactory(int) - Static method in class edu.uci.ics.jung.graph.OrderedKAryTree
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.SetHypergraph
Returns a Factory which creates instances of this class.
getFactory() - Static method in class edu.uci.ics.jung.graph.SortedSparseMultigraph
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.SparseGraph
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.SparseMultigraph
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.UndirectedOrderedSparseMultigraph
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
Returns a Factory that creates an instance of this graph type.
getFileName(StackTraceElement) - Static method in class org.girod.jgraphml.app.ExceptionsUtils
Return the line number for which a Script Exception originates.
getFileName(Exception) - Static method in class org.girod.jgraphml.app.ExceptionsUtils
Return the line number for which a Script Exception originates.
getFillColor() - Method in class org.girod.jgraphml.model.ShapeNode
Return the fill color.
getFilterName() - Method in class org.girod.jgraphml.reader.NodeFilter
Return the name of the filter.
getFirst() - Method in class edu.uci.ics.jung.graph.util.Pair
Returns the first element.
getFirstChild() - Method in class org.girod.jgraphml.xml.XMLNode
Return the first child of the Node.
getFontFamily() - Method in class org.girod.jgraphml.model.AbstractLabel
Return the label font Family.
getFontSize() - Method in class org.girod.jgraphml.model.AbstractLabel
Return the label font size.
getFontStyle() - Method in class org.girod.jgraphml.model.AbstractLabel
Return the label font style.
getForceMultiplier() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
Returns the current value for the edge length force multiplier.
getForElt() - Method in class org.girod.jgraphml.model.KeyType
Return the "for" attribute.
getFRData(V) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
 
getFromEdges() - Method in class org.girod.jgraphml.model.AbstractGraphMLNode
Return the Map of edges originating from other nodes.
getFromEdges() - Method in interface org.girod.jgraphml.model.IGraphMLNode
Return the Map of edges originating from other nodes.
getFromEdgesByLabel(GraphMLNode) - Static method in class org.girod.jgraphml.model.Utilities
Return the edges originating from other nodes, if they have a label.
getGeometry() - Method in class org.girod.jgraphml.model.ShapeNode
Return the shape geometry.
getGraph() - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Accessor for the graph that represets all vertices.
getGraph() - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
Returns the graph for which this layout is defined.
getGraph() - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
Returns the full graph (the one that was passed in at construction time) that this Layout refers to.
getGraph() - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
getGraph() - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
getGraphMLEdgeTemplate(String) - Method in class org.girod.jgraphml.GraphMLFactory
Return the edge template for a specified id.
getGraphMLGroupNodeTemplate(String) - Method in class org.girod.jgraphml.GraphMLFactory
Return the group node template for a specified id.
getGraphMLNodeTemplate(String) - Method in class org.girod.jgraphml.GraphMLFactory
Return the node template for a specified id.
getGroupDiagram() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Return the sub-diagram of the group.
getGroupNodes() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Return the group nodes.
getGroupNodes() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Return the group nodes.
getGroupNodes() - Method in interface org.girod.jgraphml.model.NodeParent
Return the children group nodes.
getGroupOpenedNodeSizeType() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Return the type which sets how the size of the node will be computed.
getHeight() - Method in class edu.uci.ics.jung.graph.DelegateForest
computes and returns the height of the tree
getHeight() - Method in class edu.uci.ics.jung.graph.DelegateTree
Computes and returns the height of the tree.
getHeight() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
Returns the height of the tree, or -1 if the tree is empty.
getHeight() - Method in interface edu.uci.ics.jung.graph.Tree
Returns the maximum depth in this tree.
getHeight() - Method in class org.girod.jgraphml.model.Geometry
Return the height.
getHeight() - Method in class org.girod.jgraphml.model.GraphMLNode
Return the height.
getHeightPadding() - Method in class org.girod.jgraphml.model.ShapeNode
Return the height padding for the default autosized property.
getHorizontalTextPosition() - Method in class org.girod.jgraphml.model.AbstractLabel
Return the label horizontal text position.
getIcon() - Method in class org.girod.jgraphml.model.IconResourceData
Return the associated image icon.
getIcon() - Method in class org.girod.jgraphml.model.NodeLabel
Return the label associated icon.
getIconID() - Method in class org.girod.jgraphml.model.NodeLabel
Return the label associated icon ID.
getIconScaleX() - Method in class org.girod.jgraphml.model.NodeLabel
Return the X scale of the icon.
getIconScaleXWithRatio() - Method in class org.girod.jgraphml.model.NodeLabel
Return the X scale of the icon, taking into account the NodeLabel.isKeepingIconAspectRatio().
getIconScaleY() - Method in class org.girod.jgraphml.model.NodeLabel
Return the Y scale of the icon.
getIconScaleYWithRatio() - Method in class org.girod.jgraphml.model.NodeLabel
Return the Y scale of the icon, taking into account the NodeLabel.isKeepingIconAspectRatio().
getIconURL() - Method in class org.girod.jgraphml.model.NodeLabel
Return the label associated icon URL.
getID() - Method in class org.girod.jgraphml.model.AbstractIDElement
Returns the element id.
getID() - Method in class org.girod.jgraphml.model.DiagramKey
Return the key id.
getID() - Method in interface org.girod.jgraphml.model.DiagramResource
Return the resource ID.
getID() - Method in interface org.girod.jgraphml.model.GraphDiagram
The graph id.
getID() - Method in class org.girod.jgraphml.model.GraphMLDiagram
Return null.
getID() - Method in class org.girod.jgraphml.model.GraphMLEdge
Returns the edge id.
getID() - Method in class org.girod.jgraphml.model.GraphMLGroupDiagram
Return the graph ID.
getID() - Method in class org.girod.jgraphml.model.IconResource
Return the resource ID.
getID() - Method in class org.girod.jgraphml.model.IconResourceData
Return the resource ID.
getID() - Method in interface org.girod.jgraphml.model.IDElement
Returns the element id.
getIncident_internal(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getIncidentCount(E) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
getIncidentCount(E) - Method in class edu.uci.ics.jung.graph.DelegateForest
 
getIncidentCount(E) - Method in class edu.uci.ics.jung.graph.DelegateTree
 
getIncidentCount(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getIncidentCount(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the number of vertices that are incident to edge.
getIncidentCount(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getIncidentCount(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getIncidentEdges(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the collection of edges in this graph which are connected to vertex.
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getIncidentEdges(IGraphMLNode) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Returns the collection of edges in this graph which are connected to vertex.
getIncidentVertices(E) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
getIncidentVertices(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getIncidentVertices(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the collection of vertices in this graph which are connected to edge.
getIncidentVertices(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getIncidentVertices(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getIncoming_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getIncoming_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getIncoming_internal(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getIncomingEdgeMap(V) - Method in interface edu.uci.ics.jung.algorithms.path.ShortestPath
Returns a Map which maps each vertex in the graph (including the source vertex) to the last edge on the shortest path from the source vertex.
getIncomingEdgeMap(V) - Method in class edu.uci.ics.jung.algorithms.path.UnweightedShortestPath
 
getIndex(Graph<V, E>, E) - Method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
Returns the index for e in graph.
getIndex(Graph<V, E>, E, V, V) - Method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
 
getIndex(Graph<V, E>, E, V) - Method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
 
getIndex(Graph<V, E>, E) - Method in interface edu.uci.ics.jung.graph.util.EdgeIndexFunction
Returns e's index in graph.
getIndex(Graph<V, E>, E) - Method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
Returns the index for the specified edge.
getIndex(Graph<V, E>, E, V, V) - Method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
 
getIndex(Graph<V, E>, E, V) - Method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
 
getInEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getInEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getInEdges(V) - Method in interface edu.uci.ics.jung.graph.Graph
Returns a Collection view of the incoming edges incident to vertex in this graph.
getInEdges(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getInEdges(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns a Collection view of the incoming edges incident to vertex in this graph.
getInEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getInEdges(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getInEdges(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getInEdges(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getInEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getInEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getInEdges(IGraphMLNode) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Returns a Collection view of the incoming edges incident to vertex in this graph.
getInsets() - Method in class org.girod.jgraphml.model.EdgeLabel
Return the insets.
getInsets() - Method in class org.girod.jgraphml.model.GroupStateNode
Return the Insets.
getInstance() - Static method in class edu.uci.ics.jung.graph.collections.ComparableComparator
Return the singleton instance of a ComparableComparator.
getInstance(G, E) - Static method in class edu.uci.ics.jung.graph.util.Context
Returns an instance of this type for the specified graph and element.
getInstance() - Static method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
Returns an instance of this class.
getInstance() - Static method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
Returns an instance of this type.
getInstance() - Static method in class org.girod.jgraphml.GraphMLFactory
Return the unique instance.
getInstance() - Static method in class org.girod.jgraphml.layout.GraphMLLayoutFactory
 
getISOMVertexData(V) - Method in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
 
getKey() - Method in class edu.uci.ics.jung.algorithms.util.BasicMapEntry
 
getKeys() - Method in class org.girod.jgraphml.model.GraphMLDiagram
Return the keys by key type.
getKeysById() - Method in class org.girod.jgraphml.model.GraphMLDiagram
Return the keys by ID.
getLabel() - Method in class org.girod.jgraphml.model.AbstractLabel
Return the label text.
getLabel() - Method in class org.girod.jgraphml.model.GraphMLEdge
Return the edge associated label.
getLabel() - Method in class org.girod.jgraphml.model.GraphMLNode
Return the node associated label.
getLabel() - Method in interface org.girod.jgraphml.model.LabeledElement
Return the element associated label.
getLabel() - Method in class org.girod.jgraphml.model.ShapeNode
Return the label.
getLabeled() - Method in class org.girod.jgraphml.model.LabelPlacement
 
getLabeledElement() - Method in class org.girod.jgraphml.model.AbstractLabel
Return the labeled element on which this label is attached.
getLabelPlacement() - Method in class org.girod.jgraphml.model.AbstractLabel
Return the label placement.
getLabelPlacement() - Method in interface org.girod.jgraphml.model.LabeledElement
Return the label placement.
getLabelPlacementType() - Method in class org.girod.jgraphml.model.AbstractLabel
Return the placement model type.
getLabelText() - Method in class org.girod.jgraphml.model.GraphMLEdge
Return the element label text.
getLabelText() - Method in class org.girod.jgraphml.model.GraphMLNode
Return the element label text.
getLabelText() - Method in interface org.girod.jgraphml.model.LabeledElement
Return the element label text.
getLastChild() - Method in class org.girod.jgraphml.xml.XMLNode
Return the last child of the Node.
getLayouts() - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
Returns a map from each Layout instance to its center point.
getLevel() - Method in class org.girod.jgraphml.reader.NodeParentRep
 
getLevel() - Method in class org.girod.jgraphml.reader.XMLTreeWalker
Return the level in the XML subtree, the 0 value designing the root Node.
getLine() - Method in class org.girod.jgraphml.app.ScriptException
Return the exception line number.
getLineNumber(StackTraceElement) - Static method in class org.girod.jgraphml.app.ExceptionsUtils
Return the line number for which a StackTraceElement originates.
getLineNumber(Exception) - Static method in class org.girod.jgraphml.app.ExceptionsUtils
Return the line number for which a Script Exception originates.
getLineStyle() - Method in class org.girod.jgraphml.model.GraphMLEdge
Return the edge line style.
getLineStyle() - Method in class org.girod.jgraphml.model.LineStyle
Return the line style.
getMessage() - Method in class org.girod.jgraphml.app.ScriptException
 
getMinimumHeight() - Method in class org.girod.jgraphml.model.AbstractLabel
Return the minimum height to show the label.
getMinimumSize() - Method in class org.girod.jgraphml.model.AbstractLabel
Return the minimum size to show the label.
getMinimumWidth() - Method in class org.girod.jgraphml.model.AbstractLabel
Return the minimum width to show the label.
getName() - Method in class org.girod.jgraphml.model.KeyType
Return the key associated name if it exists.
getName() - Method in class org.girod.jgraphml.xml.XMLNode
Return the Node qualified name.
getNeighborCount(V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
getNeighborCount(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getNeighborCount(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the number of vertices that are adjacent to vertex (that is, the number of vertices that are incident to edges in vertex's incident edge set).
getNeighborCount(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getNeighborCount(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getNeighbors(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the collection of vertices which are connected to vertex via any edges in this graph.
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.UndirectedOrderedSparseMultigraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getNeighbors(IGraphMLNode) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Returns the collection of vertices which are connected to vertex via any edges in this graph.
getNextSibling() - Method in class org.girod.jgraphml.xml.XMLNode
Return the next sibling of the Node.
getNextVertex() - Method in class edu.uci.ics.jung.algorithms.path.DijkstraDistance.SourceData
 
getNodeName() - Method in class org.girod.jgraphml.reader.NodeFilter
Return the name of the node.
getNodeParent() - Method in interface org.girod.jgraphml.model.GraphDiagram
The associated node parent.
getNodeParent() - Method in class org.girod.jgraphml.model.GraphMLDiagram
Return this.
getNodeParent() - Method in class org.girod.jgraphml.model.GraphMLGroupDiagram
Return the group node.
getNodeParent() - Method in class org.girod.jgraphml.reader.NodeParentRep
 
getNodes() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Return the nodes.
getNodesByLabel(GraphMLDiagram) - Static method in class org.girod.jgraphml.model.Utilities
Return the nodes by their label if it exists.
getOffsetX() - Method in class org.girod.jgraphml.model.DropShadow
Return the offset x position.
getOffsetY() - Method in class org.girod.jgraphml.model.DropShadow
Return the offset y position.
getOpenedShapeNode() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Return the opened shape node.
getOpenedShapeNode() - Method in class org.girod.jgraphml.model.GraphMLNode
Return the shape node.
getOpenedShapeNode() - Method in interface org.girod.jgraphml.model.IGraphMLNode
Return the opened shape node.
getOpenedStateNode() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Return the opened state node.
getOpposite(V, E) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
getOpposite(V, E) - Method in interface edu.uci.ics.jung.graph.Graph
Returns the vertex at the other end of edge from vertex.
getOpposite(V, E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getOpposite(V, E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getOrCreateParameterModel() - Method in class org.girod.jgraphml.model.EdgeLabel
Return the parameter model, creating it if it does not exist.
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getOutEdges(V) - Method in interface edu.uci.ics.jung.graph.Graph
Returns a Collection view of the outgoing edges incident to vertex in this graph.
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getOutEdges(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns a Collection view of the outgoing edges incident to vertex in this graph.
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getOutEdges(IGraphMLNode) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Returns a Collection view of the outgoing edges incident to vertex in this graph.
getOutgoing_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getOutgoing_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getOutgoing_internal(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getParameterModel() - Method in class org.girod.jgraphml.model.EdgeLabel
Return the parameter model.
getParent(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
 
getParent(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
get the single parent node of the passed child
getParent(V) - Method in interface edu.uci.ics.jung.graph.Forest
Returns the parent of vertex in this tree.
getParent(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getParent() - Method in class org.girod.jgraphml.model.AbstractGraphMLNode
Return the node parent.
getParent() - Method in interface org.girod.jgraphml.model.IGraphMLNode
Return the node parent.
getParent() - Method in class org.girod.jgraphml.xml.XMLNode
Return the Node parent (or null if the Node is the root of the XML File).
getParentEdge(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
 
getParentEdge(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
 
getParentEdge(V) - Method in interface edu.uci.ics.jung.graph.Forest
Returns the edge connecting vertex to its parent in this tree.
getParentEdge(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getParentFilterStates() - Method in class org.girod.jgraphml.reader.XMLTreeWalker
Return the states of the parent tags.
getParentNode() - Method in class org.girod.jgraphml.model.ShapeNode
Return the parent node.
getPath(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
returns an ordered list of the nodes beginning at the root and ending at the passed child node, including all intermediate nodes.
getPath(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
Returns an ordered list of the nodes beginning at the root and ending at vertex, including all intermediate nodes.
getPath(String) - Method in class org.girod.jgraphml.app.ScriptContext
Return the absolute path of a file defined relative to the script file.
getPath() - Method in class org.girod.jgraphml.model.GraphMLEdge
Return the edge path.
getPlacement() - Method in class org.girod.jgraphml.model.LabelPlacement
Return the placement.
getPlacementModel() - Method in class org.girod.jgraphml.model.LabelPlacement
Return the placement model.
getPoints() - Method in class org.girod.jgraphml.model.Path
Return the list of points.
getPolarLocations() - Method in class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
Returns the map from vertices to their locations in polar coordinates.
getPortConstraint(short) - Method in class org.girod.jgraphml.model.PortConstraints
Return the port constraint on an element.
getPortConstraints() - Method in class org.girod.jgraphml.model.GraphMLEdge
Return the port constraints on the edge.
getPortConstraints() - Method in class org.girod.jgraphml.model.PortConstraints
Return the port constraints.
getPosition() - Method in class org.girod.jgraphml.model.EdgeLabel.ParamModel
Return the position.
getPredecessorCount(V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
getPredecessorCount(V) - Method in interface edu.uci.ics.jung.graph.Graph
Returns the number of predecessors that vertex has in this graph.
getPredecessorCount(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getPredecessorCount(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getPredecessors(V) - Method in class edu.uci.ics.jung.algorithms.path.BFSDistanceLabeler
Returns set of predecessors of the given vertex
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
 
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getPredecessors(V) - Method in interface edu.uci.ics.jung.graph.Graph
Returns a Collection view of the predecessors of vertex in this graph.
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getPredecessors(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns a Collection view of the predecessors of vertex in this graph.
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
 
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getPredecessors(IGraphMLNode) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Returns a Collection view of the predecessors of vertex in this graph.
getPreds_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getPreviousSibling() - Method in class org.girod.jgraphml.xml.XMLNode
Return the previous sibling of the Node.
getRadii() - Method in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
 
getRadius() - Method in class edu.uci.ics.jung.algorithms.layout.CircleLayout
Returns the radius of the circle.
getRadius() - Method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
Returns the radius for this point.
getRatio() - Method in class org.girod.jgraphml.model.EdgeLabel.ParamModel
Return the label ratio on the edge.
getRealizedShapeNode() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Return the current realized shape node.
getRealizedShapeNode() - Method in class org.girod.jgraphml.model.GraphMLNode
Return the shape node.
getRealizedShapeNode() - Method in interface org.girod.jgraphml.model.IGraphMLNode
Return the current realized shape node.
getRealizedStateNode() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Return the current realized state node.
getRealizedStateValue() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
 
getRectangle() - Method in class org.girod.jgraphml.model.Geometry
Return a rectangle corresponding to the position and dimension of the geometry.
getRectangle(IGraphMLNode) - Static method in class org.girod.jgraphml.utils.LayoutUtilities
Return a rectangle corresponding to the position and dimension of the node.
getRepulsionRange() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
Returns the current value for the node repulsion range.
getRoot() - Method in class edu.uci.ics.jung.graph.DelegateForest
getter for the root of the tree returns null, as this tree has >1 roots
getRoot() - Method in class edu.uci.ics.jung.graph.DelegateTree
getter for the root of the tree
getRoot() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getRoot() - Method in interface edu.uci.ics.jung.graph.Tree
Returns the root of this tree.
getRoot() - Method in class org.girod.jgraphml.reader.XMLTreeHandler
Return the root node.
getRoot() - Method in class org.girod.jgraphml.reader.XMLTreeWalker
The root node of the TreeWalker, as specified when it was created.
getRoots() - Method in class edu.uci.ics.jung.graph.DelegateForest
Returns the root of each tree of this forest as a Collection.
getRoots(Forest<V, E>) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
Returns the roots of this forest.
getScaleX() - Method in class org.girod.jgraphml.model.IconResource
Return the X scale.
getScaleY() - Method in class org.girod.jgraphml.model.IconResource
Return the Y scale.
getScript() - Method in class org.girod.jgraphml.app.ScriptException
Return the script wrapper.
getScriptFile() - Method in class org.girod.jgraphml.app.ScriptContext
Return the script file.
getSecond() - Method in class edu.uci.ics.jung.graph.util.Pair
Returns the second element.
getShapeNode() - Method in class org.girod.jgraphml.model.GraphMLNode
Return the shape node.
getSize() - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Returns the current size of the visualization space, accoring to the last call to resize().
getSize() - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
Returns the size of the underlying layout.
getSize() - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
Returns the current size of the visualization's space.
getSize() - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
getSize() - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
getSleepTime() - Method in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
 
getSource(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getSource(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getSource() - Method in class edu.uci.ics.jung.graph.event.GraphEvent
 
getSource(E) - Method in interface edu.uci.ics.jung.graph.Graph
If directed_edge is a directed edge in this graph, returns the source; otherwise returns null.
getSource(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getSource(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
If directedEdge is a directed edge in this graph, returns the source, otherwise returns null.
getSource(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getSource(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getSource(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getSource(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getSource(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getSource(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getSource(GraphMLEdge) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
If directed_edge is a directed edge in this graph, returns the source; otherwise returns null.
getSource() - Method in class org.girod.jgraphml.model.Arrows
Return the source arrow type
getSource() - Method in class org.girod.jgraphml.model.GraphMLEdge
Return the edge source.
getSourceData(V) - Method in class edu.uci.ics.jung.algorithms.path.DijkstraDistance
 
getSourceX() - Method in class org.girod.jgraphml.model.Path
Return source x position.
getSourceY() - Method in class org.girod.jgraphml.model.Path
Return source y position.
getStateNode(boolean) - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Return a state node.
getStateNodes() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Return the state nodes.
getStateValue() - Method in class org.girod.jgraphml.model.GroupStateNode
Return the state value.
getStatus() - Method in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
Returns the current number of epochs and execution status, as a string.
getStatus() - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
Returns a string with information about the current status of the algorithm.
getStretch() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
Returns the current value for the stretch parameter.
getSubTree(Forest<V, E>, V) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
Returns the subtree of tree which is rooted at root as a Forest.
getSuccessorCount(V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
getSuccessorCount(V) - Method in interface edu.uci.ics.jung.graph.Graph
Returns the number of successors that vertex has in this graph.
getSuccessorCount(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getSuccessorCount(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getSuccessors(V) - Method in interface edu.uci.ics.jung.graph.Graph
Returns a Collection view of the successors of vertex in this graph.
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getSuccessors(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns a Collection view of the successors of vertex in this graph.
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getSuccessors(IGraphMLNode) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Returns a Collection view of the successors of vertex in this graph.
getSuccs_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getTarget() - Method in class org.girod.jgraphml.model.Arrows
Return the target arrow type
getTarget() - Method in class org.girod.jgraphml.model.GraphMLEdge
Return the edge target.
getTargetX() - Method in class org.girod.jgraphml.model.Path
Return target x position.
getTargetY() - Method in class org.girod.jgraphml.model.Path
Return target y position.
getTemplates() - Method in class org.girod.jgraphml.GraphMLFactory
Return the templates
getTextColor() - Method in class org.girod.jgraphml.model.AbstractLabel
Return the text color.
getTheta() - Method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
Returns the angle for this point.
getThrowable() - Method in class org.girod.jgraphml.app.ScriptException
 
getTitle() - Method in class org.girod.jgraphml.model.GraphMLDiagram
Return the diagram title.
getToEdges() - Method in class org.girod.jgraphml.model.AbstractGraphMLNode
Return the Map of edges originating from this node.
getToEdges() - Method in interface org.girod.jgraphml.model.IGraphMLNode
Return the Map of edges originating from this node.
getToEdgesByLabel(GraphMLNode) - Static method in class org.girod.jgraphml.model.Utilities
Return the edges originating from a node, if they have a label.
getTrees() - Method in class edu.uci.ics.jung.graph.DelegateForest
 
getTrees() - Method in class edu.uci.ics.jung.graph.DelegateTree
 
getTrees() - Method in interface edu.uci.ics.jung.graph.Forest
Returns a view of this graph as a collection of Tree instances.
getTrees() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getType() - Method in class edu.uci.ics.jung.graph.event.GraphEvent
 
getType() - Method in class org.girod.jgraphml.model.DiagramKey
Return the key type.
getType() - Method in class org.girod.jgraphml.model.KeyType
Return the key type.
getType() - Method in class org.girod.jgraphml.model.ShapeNode
Return the shape type.
getTypeAsString() - Method in class org.girod.jgraphml.model.ShapeNode
Return the shape node type as a String.
getUnusedNodeID(String) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Return an unused id for nodes.
getUnvisitedVertices() - Method in class edu.uci.ics.jung.algorithms.path.BFSDistanceLabeler
Returns the set of all vertices that were not visited
getURL() - Method in class org.girod.jgraphml.model.AbstractIDElement
Return the URL of the element.
getURL() - Method in class org.girod.jgraphml.model.GraphMLDiagram
Return the diagram URL.
getURL() - Method in interface org.girod.jgraphml.model.IDElement
Return the URL of the element.
getURLAsString(URL) - Method in class org.girod.jgraphml.model.AbstractIDElement
Return the URL of the label as a String, relative to a base URL.
getURLAsString(URL) - Method in interface org.girod.jgraphml.model.IDElement
Return the element associated URL as a String.
getValidatedEndpoints(E, Pair<? extends V>) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
getValue() - Method in class edu.uci.ics.jung.algorithms.util.BasicMapEntry
 
getVertex(Layout<V, E>, double, double) - Method in interface edu.uci.ics.jung.algorithms.layout.GraphElementAccessor
Returns a vertex which is associated with the location (x,y).
getVertex(Layout<V, E>, double, double) - Method in class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
Gets the vertex nearest to the location of the (x,y) location selected, within a distance of maxDistance.
getVertex(Layout<V, E>, double, double, double) - Method in class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
Gets the vertex nearest to the location of the (x,y) location selected, within a distance of maxDistance.
getVertex() - Method in class edu.uci.ics.jung.graph.event.GraphEvent.Vertex
Retrieves the vertex associated with this event.
getVertexCount() - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getVertexCount() - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getVertexCount() - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getVertexCount() - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the number of vertices in this graph.
getVertexCount() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getVertexCount() - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getVertexCount() - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getVertexCount() - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getVertexCount() - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getVertexCount() - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getVertexCount() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Returns the number of vertices in this graph.
getVertexScore(V) - Method in class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
Calculates the score for the specified vertex.
getVertexScore(V) - Method in interface edu.uci.ics.jung.algorithms.scoring.VertexScorer
Returns the algorithm's score for this vertex.
getVerticalTextPosition() - Method in class org.girod.jgraphml.model.AbstractLabel
Return the label vertical text position.
getVertices(Layout<V, E>, Shape) - Method in interface edu.uci.ics.jung.algorithms.layout.GraphElementAccessor
Returns the vertices contained within rectangle relative to layout.
getVertices(Layout<V, E>, Shape) - Method in class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
 
getVerticesInOrderVisited() - Method in class edu.uci.ics.jung.algorithms.path.BFSDistanceLabeler
Returns the list of vertices visited in order of traversal
getVerticesView() - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getVerticesView() - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getVerticesView() - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getVerticesView() - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns a view of all vertices in this graph.
getVerticesView() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getVerticesView() - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getVerticesView() - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getVerticesView() - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getVerticesView() - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getVerticesView() - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getVerticesView() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Returns a view of all vertices in this graph.
getWidth() - Method in class org.girod.jgraphml.model.Geometry
Return the width.
getWidth() - Method in class org.girod.jgraphml.model.GraphMLNode
Return the width.
getWidth() - Method in class org.girod.jgraphml.model.LineStyle
Return the line width.
getWidthPadding() - Method in class org.girod.jgraphml.model.ShapeNode
Return the width padding for the default autosized property.
getX(V) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Returns the x coordinate of the vertex from the Coordinates object.
getX() - Method in class org.girod.jgraphml.model.Geometry
Return the x position.
getX() - Method in class org.girod.jgraphml.model.GraphMLNode
Return the x position.
getX() - Method in class org.girod.jgraphml.model.Point
Return the x position.
getY(V) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Returns the y coordinate of the vertex from the Coordinates object.
getY() - Method in class org.girod.jgraphml.model.Geometry
Return the y position.
getY() - Method in class org.girod.jgraphml.model.GraphMLNode
Return the y position.
getY() - Method in class org.girod.jgraphml.model.Point
Return the y position.
GLOBAL - Static variable in class org.girod.jgraphml.model.DiagramDefaults
The global defaults.
graph - Variable in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
graph - Variable in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
graph - Variable in class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
The graph on which the vertex scores are to be calculated.
Graph<V,E> - Interface in edu.uci.ics.jung.graph
A graph consisting of a set of vertices of type V set and a set of edges of type E.
graph - Variable in class edu.uci.ics.jung.graph.util.Context
The graph element which defines this context.
GRAPH - Static variable in interface org.girod.jgraphml.xml.XMLTags
The graph tag.
GRAPH_DESCRIPTION - Static variable in class org.girod.jgraphml.model.KeyType
The type for the graph description.
GraphDecorator<V,E> - Class in edu.uci.ics.jung.graph
An implementation of Graph that delegates its method calls to a constructor-specified Graph instance.
GraphDecorator(Graph<V, E>) - Constructor for class edu.uci.ics.jung.graph.GraphDecorator
Creates a new instance based on the provided delegate.
GraphDiagram - Interface in org.girod.jgraphml.model
The graph interface, used for the main graph, and graphs associated with GraphMLGroupNodes.
GraphElementAccessor<V,E> - Interface in edu.uci.ics.jung.algorithms.layout
Interface for coordinate-based selection of graph components.
GraphEvent<V,E> - Class in edu.uci.ics.jung.graph.event
 
GraphEvent(Graph<V, E>, GraphEvent.Type) - Constructor for class edu.uci.ics.jung.graph.event.GraphEvent
Creates an instance with the specified source graph and Type (vertex/edge addition/removal).
GraphEvent.Edge<V,E> - Class in edu.uci.ics.jung.graph.event
An event type pertaining to graph edges.
GraphEvent.Type - Enum in edu.uci.ics.jung.graph.event
Types of graph events.
GraphEvent.Vertex<V,E> - Class in edu.uci.ics.jung.graph.event
An event type pertaining to graph vertices.
GraphEventListener<V,E> - Interface in edu.uci.ics.jung.graph.event
An interface for classes that listen for graph events.
GRAPHML - Static variable in interface org.girod.jgraphml.xml.XMLTags
The graphml tag.
GRAPHML_LOCATION - Static variable in interface org.girod.jgraphml.xml.GraphMLConstants
The XML graphml location.
GRAPHML_XMNLS - Static variable in interface org.girod.jgraphml.xml.GraphMLConstants
The graphml namespace.
GraphMLConstants - Interface in org.girod.jgraphml.xml
General constants used by the library.
GraphMLDiagram - Class in org.girod.jgraphml.model
A graphml diagram.
GraphMLDiagram() - Constructor for class org.girod.jgraphml.model.GraphMLDiagram
 
GraphMLDiagram(DiagramDefaults) - Constructor for class org.girod.jgraphml.model.GraphMLDiagram
Constructor.
GraphMLEdge - Class in org.girod.jgraphml.model
A graphml edge.
GraphMLEdge(AbstractGraphMLDiagram, String) - Constructor for class org.girod.jgraphml.model.GraphMLEdge
Constructor.
GraphMLEdgeTemplate - Class in org.girod.jgraphml.model.templates
A graphml edge template.
GraphMLEdgeTemplate() - Constructor for class org.girod.jgraphml.model.templates.GraphMLEdgeTemplate
Constructor.
GraphMLFactory - Class in org.girod.jgraphml
The factory allows to create, parse or serialize a graphml diagram.
GraphMLGroupDiagram - Class in org.girod.jgraphml.model
The graph for a group node.
GraphMLGroupDiagram(GraphMLGroupNode) - Constructor for class org.girod.jgraphml.model.GraphMLGroupDiagram
Constructor.
GraphMLGroupNode - Class in org.girod.jgraphml.model
A graphml node group.
GraphMLGroupNode(AbstractGraphMLDiagram, String) - Constructor for class org.girod.jgraphml.model.GraphMLGroupNode
Constructor.
GraphMLGroupNodeTemplate - Class in org.girod.jgraphml.model.templates
A graphml node group template.
GraphMLGroupNodeTemplate() - Constructor for class org.girod.jgraphml.model.templates.GraphMLGroupNodeTemplate
Constructor.
GraphMLLayoutFactory - Class in org.girod.jgraphml.layout
This factory class contains several methods allowing to simplify applying layouts to GraphMLDiagram graphs.
GraphmlModelParser - Class in org.girod.jgraphml.reader
The write class which implements serializing a diagram.
GraphmlModelParser() - Constructor for class org.girod.jgraphml.reader.GraphmlModelParser
 
GraphmlModelParser(DiagramDefaults) - Constructor for class org.girod.jgraphml.reader.GraphmlModelParser
 
GraphmlModelWriter - Class in org.girod.jgraphml.writer
The write class which implements the diagram serialization.
GraphmlModelWriter(GraphMLDiagram) - Constructor for class org.girod.jgraphml.writer.GraphmlModelWriter
 
GraphMLNode - Class in org.girod.jgraphml.model
A graphml node.
GraphMLNode(AbstractGraphMLDiagram, String) - Constructor for class org.girod.jgraphml.model.GraphMLNode
Constructor.
GraphMLNodeTemplate - Class in org.girod.jgraphml.model.templates
A graphml node template.
GraphMLNodeTemplate() - Constructor for class org.girod.jgraphml.model.templates.GraphMLNodeTemplate
Constructor.
Graphs - Class in edu.uci.ics.jung.graph.util
Provides specialized implementations of GraphDecorator.
Graphs() - Constructor for class edu.uci.ics.jung.graph.util.Graphs
 
GROUP_NODE - Static variable in interface org.girod.jgraphml.xml.XMLTags
The GroupNode tag.
groupDefaultClosedHeight - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default closed group height.
groupDefaultClosedWidth - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default closed group width.
groupDefaultRealizedState - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default group realized state.
groupNodeBorderColor - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default group node border color.
groupNodeBorderLineStyle - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default group node border line style.
groupNodeBorderWidth - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default group node border width.
groupNodeClosedHeight - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default closed group node height.
groupNodeClosedWidth - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default closed group node width.
groupNodeFillColor - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default group node fill color.
groupNodeFontSize - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default font size for group nodes.
groupNodeFontStyle - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default font style for group nodes.
groupNodeOpenedHeight - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default opened group node height.
groupNodeOpenedSizeType - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default opened group node size type.
groupNodeOpenedWidth - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default opened group node width.
groupNodePadding - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default padding between children nodes for group node parents.
groupNodes - Variable in class org.girod.jgraphml.model.AbstractGraphMLDiagram
The node groups.
GroupNodeSizeType - Interface in org.girod.jgraphml.model
The group nodes size types used to specify how the group nodes size will be computed.
GroupStateNode - Class in org.girod.jgraphml.model
Represents the shape of a group node.
GroupStateNode() - Constructor for class org.girod.jgraphml.model.GroupStateNode
 
GroupStateNode(GraphMLGroupNode) - Constructor for class org.girod.jgraphml.model.GroupStateNode
 
GroupStateNode(boolean) - Constructor for class org.girod.jgraphml.model.GroupStateNode
Constructor.
growSubTree(Forest<V, E>, Forest<V, E>, V) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
Populates subtree with the subtree of tree which is rooted at root.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence