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

M

MEAN_FIRST_PASSAGE_TIME - Static variable in class edu.uci.ics.jung.algorithms.importance.MarkovCentrality
 
MapBinaryHeap - class edu.uci.ics.jung.utils.MapBinaryHeap.
An array-based binary heap implementation of a priority queue, which also provides an efficient update() operation.
MapBinaryHeap(Comparator) - Constructor for class edu.uci.ics.jung.utils.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.utils.MapBinaryHeap
Creates a MapBinaryHeap whose heap ordering will be based on the natural ordering of the elements, which must be Comparable.
MarkovCentrality - class edu.uci.ics.jung.algorithms.importance.MarkovCentrality.
 
MarkovCentrality(DirectedGraph, Set) - Constructor for class edu.uci.ics.jung.algorithms.importance.MarkovCentrality
 
MarkovCentrality(DirectedGraph, Set, String) - Constructor for class edu.uci.ics.jung.algorithms.importance.MarkovCentrality
 
MatrixElementOperations - interface edu.uci.ics.jung.algorithms.MatrixElementOperations.
An interface for specifying the behavior of graph/matrix operations for a particular element type.
MouseListenerTranslator - class edu.uci.ics.jung.visualization.MouseListenerTranslator.
This class translates mouse clicks into vertex clicks
MouseListenerTranslator(GraphMouseListener, VisualizationViewer) - Constructor for class edu.uci.ics.jung.visualization.MouseListenerTranslator
 
MutableDouble - class edu.uci.ics.jung.utils.MutableDouble.
The MutableDouble class wraps a value of the primitive type double in a mutable object.
MutableDouble() - Constructor for class edu.uci.ics.jung.utils.MutableDouble
Constructs a new MutableDouble with a default value of 0 assigned
MutableDouble(double) - Constructor for class edu.uci.ics.jung.utils.MutableDouble
Constructs a new MutableDouble with the input value.
MutableInteger - class edu.uci.ics.jung.utils.MutableInteger.
The MutableInteger class wraps a value of the primitive type int in a mutable object.
MutableInteger() - Constructor for class edu.uci.ics.jung.utils.MutableInteger
Constructs a new MutableInteger with default value 0.
MutableInteger(int) - Constructor for class edu.uci.ics.jung.utils.MutableInteger
 
mapTo1DMatrix(Map) - Static method in class edu.uci.ics.jung.algorithms.GraphMatrixOperations
Converts a Map of (Vertex, Double) pairs to a DoubleMatrix1D.
mark(int) - Method in class edu.uci.ics.jung.utils.StringInputStream
Marks the read limit of the StringReader.
markSupported() - Method in class edu.uci.ics.jung.utils.StringInputStream
 
matrixToGraph(DoubleMatrix2D, String) - Static method in class edu.uci.ics.jung.algorithms.GraphMatrixOperations
Creates a graph from a square (weighted) adjacency matrix.
mergePaths(Edge, Object) - Method in interface edu.uci.ics.jung.algorithms.MatrixElementOperations
If either e or pathData is null, the effect of mergePaths() is implementation-dependent.
mergePaths(Edge, Object) - Method in class edu.uci.ics.jung.algorithms.RealMatrixElementOperations
 
message - Static variable in class edu.uci.ics.jung.graph.predicates.UserDatumEdgePredicate
 
message - Static variable in class edu.uci.ics.jung.graph.predicates.UserDatumVertexPredicate
 
midpoint(Coordinates) - Method in class edu.uci.ics.jung.visualization.Coordinates
Computes the midpoint between the two coordinates
mouseClicked(MouseEvent) - Method in class edu.uci.ics.jung.visualization.MouseListenerTranslator
 
mousePressed(MouseEvent) - Method in class edu.uci.ics.jung.visualization.MouseListenerTranslator
 
mouseReleased(MouseEvent) - Method in class edu.uci.ics.jung.visualization.MouseListenerTranslator
 
mult(double, double) - Method in class edu.uci.ics.jung.visualization.Coordinates
Multiplies a coordinate by scalar x and y values.
multX(double) - Method in class edu.uci.ics.jung.visualization.Coordinates
Multiplies the X coordinate by a scalar value.
multY(double) - Method in class edu.uci.ics.jung.visualization.Coordinates
Multiplies the Y coordinate by a scalar value.

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