- BalloonLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
-
A Layout
implementation that assigns positions to Tree
or
Forest
vertices using associations with nested circles ("balloons").
- BalloonLayout() - Constructor for class edu.uci.ics.jung.algorithms.layout.BalloonLayout
-
Creates an instance which does not initialize the vertex locations.
- BalloonLayout(Forest<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.BalloonLayout
-
Creates an instance based on the input forest.
- base64ToImage(String) - Static method in class org.girod.jgraphml.utils.ImageUtils
-
Convert a base64 String to an image.
- basePositions - Variable in class edu.uci.ics.jung.algorithms.layout.TreeLayout
-
- BasicMapEntry<K,V> - Class in edu.uci.ics.jung.algorithms.util
-
An simple minimal implementation of Map.Entry
.
- BasicMapEntry(K, V) - Constructor for class edu.uci.ics.jung.algorithms.util.BasicMapEntry
-
Create new entry.
- BEGIN - Static variable in class org.girod.jgraphml.app.ScriptWrapper
-
- BEND_STYLE - Static variable in interface org.girod.jgraphml.xml.XMLTags
-
The y:BendStyle tag.
- BFSDistanceLabeler<V,E> - Class in edu.uci.ics.jung.algorithms.path
-
Labels each node in the graph according to the BFS distance from the start node(s).
- BFSDistanceLabeler() - Constructor for class edu.uci.ics.jung.algorithms.path.BFSDistanceLabeler
-
Creates a new BFS labeler for the specified graph and root set
The distances are stored in the corresponding Vertex objects and are of type MutableInteger
- BORDER_INSETS - Static variable in interface org.girod.jgraphml.xml.XMLTags
-
The BorderInsets tag.
- BORDER_STYLE - Static variable in interface org.girod.jgraphml.xml.XMLTags
-
The y:BorderStyle tag.
- buildTree() - Method in class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
-
- buildTree() - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
-
- buildTree(V, int) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
-