- m_currentPoint - Variable in class edu.uci.ics.jung.algorithms.layout.TreeLayout
-
- main(String[]) - Static method in class org.girod.jgraphml.app.JGraphmlApp
-
- Main - Class in org.girod.jgraphml
-
Main class, only used to give some informations about the version of the library on the command line.
- Main() - Constructor for class org.girod.jgraphml.Main
-
- main(String[]) - Static method in class org.girod.jgraphml.Main
-
- MANUAL - Static variable in interface org.girod.jgraphml.model.GroupNodeSizeType
-
The manual size type.
- manualSuspend - Variable in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
-
- MapBinaryHeap<T> - Class in edu.uci.ics.jung.algorithms.util
-
An array-based binary heap implementation of a priority queue,
which also provides
efficient update()
and contains
operations.
- MapBinaryHeap(Comparator<T>) - Constructor for class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
-
Creates a MapBinaryHeap
whose heap ordering
is based on the ordering of the elements specified by c
.
- MapBinaryHeap() - Constructor for class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
-
Creates a MapBinaryHeap
whose heap ordering
will be based on the natural ordering of the elements,
which must be Comparable
.
- MapBinaryHeap(Collection<T>) - Constructor for class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
-
Creates a MapBinaryHeap
based on the specified
collection whose heap ordering
will be based on the natural ordering of the elements,
which must be Comparable
.
- MapBinaryHeap(Collection<T>, Comparator<T>) - Constructor for class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
-
Creates a MapBinaryHeap
based on the specified collection
whose heap ordering
is based on the ordering of the elements specified by c
.
- max_distance - Variable in class edu.uci.ics.jung.algorithms.path.DijkstraDistance
-
- max_targets - Variable in class edu.uci.ics.jung.algorithms.path.DijkstraDistance
-
- maxDistance - Variable in class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
-
- MODEL_CENTERED - Static variable in class org.girod.jgraphml.model.LabelPlacement
-
The internal model, used for edges only.
- MODEL_FREE - Static variable in class org.girod.jgraphml.model.LabelPlacement
-
The default free model.
- MODEL_INTERNAL - Static variable in class org.girod.jgraphml.model.LabelPlacement
-
The internal model, used for nodes only.
- MODEL_PARAMETER - Static variable in interface org.girod.jgraphml.xml.XMLTags
-
The y:ModelParameter tag.
- MODEL_SIX_POS - Static variable in class org.girod.jgraphml.model.LabelPlacement
-
The seix pos model, used for nodes and edges.
- moveNodes() - Method in class edu.uci.ics.jung.algorithms.layout.DAGLayout
-
Override the moveNodes() method from SpringLayout.
- moveNodes() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
-
- moveNodes() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout2
-
- MultiGraph<V,E> - Interface in edu.uci.ics.jung.graph
-
A tagging interface which indicates that the implementing graph accepts
parallel edges.