- main(String[]) - Static method in class frameworksamples.FrameworkAddAlgo
-
- main(String[]) - Static method in class frameworksamples.FrameworkErrorHandling
-
- main(String[]) - Static method in class frameworksamples.FrameworkInit
-
- main(String[]) - Static method in class frameworksamples.FrameworkSimple
-
- main(String[]) - Static method in class frameworksamples.FrameworkTestAlgo
-
- main(String[]) - Static method in class frameworksamples.ScriptMain
-
- main(String[]) - Static method in class system.GraphanaMain
-
- MainControl - Class in graphana
-
The main control of Graphana.
- MainControl(UserInterface, GraphanaScriptSystemInterface) - Constructor for class graphana.MainControl
-
The constructor needs a user interface to do user output and input and a script system in which the script language is implemented.
- mainLoop() - Method in class graphana.UserInterface
-
Starts the user interaction.
- markEdgeAsDeleted(EdgeType) - Method in class graphana.graphs.GraphLibrary
-
Sets the status of the given edge to deleted.
- markVertexAsDeleted(VertexType, boolean) - Method in class graphana.graphs.GraphLibrary
-
Sets the status of the given vertex to deleted.
- MathOps - Class in global
-
Contains static mathematical operation methods
- MathOps() - Constructor for class global.MathOps
-
- mergeFrom(GDotAttributes) - Method in class graphloaders.dotloader.attributes.GDotAttributes
-
- mergeFrom(GDotAttributes) - Method in class graphloaders.dotloader.attributes.GDotEdgeAttributes
-
- mergeFrom(GDotAttributes) - Method in class graphloaders.dotloader.attributes.GDotVertexAttributes
-
- mergeGraph(GraphLibrary<MVertexType, MEdgeType>) - Method in class graphana.graphs.GraphLibrary
-
Copies all vertices and edges of the given graph into this graph without
deleting it.
- MetaEdge<VertexType> - Class in graphana.model
-
A class storing a startpoint and an endpoint, independently, if these two vertices are really connected or not.
- MetaEdge(VertexType, VertexType) - Constructor for class graphana.model.MetaEdge
-
- metaEdgeToString(MetaEdge<VertexType>) - Method in class graphana.graphs.GraphLibrary
-
Returns a user-readable string representation of the given meta edge.
- MetaWeightedEdge<VertexType> - Class in graphana.model
-
Extends a meta edge by a weight.
- MetaWeightedEdge(VertexType, VertexType, double) - Constructor for class graphana.model.MetaWeightedEdge
-
- MetaWeightedEdge(VertexType, VertexType) - Constructor for class graphana.model.MetaWeightedEdge
-
- METISLoader - Class in graphloaders
-
- METISLoader() - Constructor for class graphloaders.METISLoader
-
- modColor(float, Color, int) - Static method in class global.ColorOp
-
Returns the given Color modulated with the given brightness factor.
- modColor(float, Color) - Static method in class global.ColorOp
-
Returns the given Color modulated with the given brightness factor.
- multiplied(double) - Method in class graphana.model.mathobjects.Vector2D
-
- multiply(float) - Method in class graphana.model.mathobjects.DimensionD
-
- multiply(double) - Method in class graphana.model.mathobjects.Vector2D
-