Uses of Class
mgui.interfaces.graphs.AbstractGraphEdge
Package | Description |
---|---|
mgui.graphs.networks |
Classes representing network graphs.
|
mgui.interfaces.graphs |
Provides an interface for user interaction with graph objects.
|
mgui.interfaces.graphs.layouts |
Specifies layouts for 2D and 3D graph rendering.
|
mgui.interfaces.graphs.util | |
mgui.interfaces.shapes.graphs | |
mgui.interfaces.shapes.graphs.util | |
mgui.interfaces.tools.graphs | |
mgui.io.domestic.graphs.xml | |
mgui.neuro.graphs |
-
Uses of AbstractGraphEdge in mgui.graphs.networks
Subclasses of AbstractGraphEdge in mgui.graphs.networks Modifier and Type Class Description class
AbstractNetworkGraphConnection
Represents an edge (i.e., a connection) in a network graph.Methods in mgui.graphs.networks with parameters of type AbstractGraphEdge Modifier and Type Method Description boolean
AbstractNetworkGraph. addGraphEdge(AbstractGraphEdge edge)
boolean
AbstractNetworkGraph. removeGraphEdge(AbstractGraphEdge edge)
-
Uses of AbstractGraphEdge in mgui.interfaces.graphs
Subclasses of AbstractGraphEdge in mgui.interfaces.graphs Modifier and Type Class Description class
DefaultGraphEdge
Default implementation of a Graph edge.Fields in mgui.interfaces.graphs with type parameters of type AbstractGraphEdge Modifier and Type Field Description protected edu.uci.ics.jung.graph.ObservableGraph<AbstractGraphNode,AbstractGraphEdge>
InterfaceGraphDisplay. observable_graph
protected edu.uci.ics.jung.visualization.VisualizationViewer<AbstractGraphNode,AbstractGraphEdge>
InterfaceGraphDisplay. viewer
Methods in mgui.interfaces.graphs that return types with arguments of type AbstractGraphEdge Modifier and Type Method Description org.apache.commons.collections15.Factory<AbstractGraphEdge>
DefaultGraphEdge. getFactory()
edu.uci.ics.jung.algorithms.layout.Layout<AbstractGraphNode,AbstractGraphEdge>
InterfaceGraphDisplay. getGraphLayoutInstance()
edu.uci.ics.jung.visualization.VisualizationViewer<AbstractGraphNode,AbstractGraphEdge>
InterfaceGraphDisplay. getViewer()
Gets theVisualizationViewer
for this window.static org.apache.commons.collections15.Transformer<AbstractGraphEdge,java.lang.Double>
DefaultGraphEdge. getWeightTransformer()
Methods in mgui.interfaces.graphs with parameters of type AbstractGraphEdge Modifier and Type Method Description boolean
InterfaceAbstractGraph. addEdge(AbstractGraphEdge edge, edu.uci.ics.jung.graph.util.EdgeType edgeType)
boolean
InterfaceAbstractGraph. addEdge(AbstractGraphEdge edge, AbstractGraphNode v1, AbstractGraphNode v2, edu.uci.ics.jung.graph.util.EdgeType edgeType)
Overridden to set up edge properly.boolean
DefaultGraph. addGraphEdge(AbstractGraphEdge edge)
Adds an edge to this graph.boolean
DefaultGraph. addGraphEdge(AbstractGraphEdge edge, edu.uci.ics.jung.graph.util.EdgeType type)
Adds an edge to this graph.boolean
DefaultGraph. removeGraphEdge(AbstractGraphEdge edge)
Removes the given graph edge.void
AbstractGraphEdge. setFromEdge(AbstractGraphEdge edge)
Method parameters in mgui.interfaces.graphs with type arguments of type AbstractGraphEdge Modifier and Type Method Description void
InterfaceGraphDisplay. handleGraphEvent(edu.uci.ics.jung.graph.event.GraphEvent<AbstractGraphNode,AbstractGraphEdge> evt)
Handle a graph event on the current ObservableGraph. -
Uses of AbstractGraphEdge in mgui.interfaces.graphs.layouts
Classes in mgui.interfaces.graphs.layouts with type parameters of type AbstractGraphEdge Modifier and Type Class Description class
Coordinate3DLayout<V extends AbstractGraphNode,E extends AbstractGraphEdge>
Layout for graph nodes in 3D, specifying fixed positions in R3.class
CoordinateLayout<V extends AbstractGraphNode,E extends AbstractGraphEdge>
Layout for AbstractGraphNodes, which projects the 3D locations of these nodes onto a given plane. -
Uses of AbstractGraphEdge in mgui.interfaces.graphs.util
Methods in mgui.interfaces.graphs.util with type parameters of type AbstractGraphEdge Modifier and Type Method Description static <T extends AbstractGraphEdge>
org.apache.commons.collections15.Factory<AbstractGraphEdge>GraphFunctions. getEdgeFactory(java.lang.Class<T> edge_class)
Methods in mgui.interfaces.graphs.util that return AbstractGraphEdge Modifier and Type Method Description AbstractGraphEdge
GraphFunctions.EdgeFactory. create()
Methods in mgui.interfaces.graphs.util that return types with arguments of type AbstractGraphEdge Modifier and Type Method Description static org.apache.commons.collections15.Factory<AbstractGraphEdge>
GraphFunctions. getEdgeFactory()
static <T extends AbstractGraphEdge>
org.apache.commons.collections15.Factory<AbstractGraphEdge>GraphFunctions. getEdgeFactory(java.lang.Class<T> edge_class)
static org.apache.commons.collections15.Transformer<AbstractGraphEdge,java.lang.String>
GraphFunctions. getEdgeLabeller()
Returns aTransformer
object which produces a label for an edge.Methods in mgui.interfaces.graphs.util with parameters of type AbstractGraphEdge Modifier and Type Method Description void
GraphFunctions.GraphEdgeLabelRenderer. labelEdge(edu.uci.ics.jung.visualization.RenderContext<AbstractGraphNode,AbstractGraphEdge> rc, edu.uci.ics.jung.algorithms.layout.Layout<AbstractGraphNode,AbstractGraphEdge> layout, AbstractGraphEdge e, java.lang.String label)
Method parameters in mgui.interfaces.graphs.util with type arguments of type AbstractGraphEdge Modifier and Type Method Description boolean
GraphFunctions.ArrowVisibility. evaluate(edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<AbstractGraphNode,AbstractGraphEdge>,AbstractGraphEdge> context)
boolean
GraphFunctions.ArrowVisibility. evaluate(edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<AbstractGraphNode,AbstractGraphEdge>,AbstractGraphEdge> context)
boolean
GraphFunctions.EdgeVisibility. evaluate(edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<AbstractGraphNode,AbstractGraphEdge>,AbstractGraphEdge> context)
boolean
GraphFunctions.EdgeVisibility. evaluate(edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<AbstractGraphNode,AbstractGraphEdge>,AbstractGraphEdge> context)
boolean
GraphFunctions.NodeVisibility. evaluate(edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<AbstractGraphNode,AbstractGraphEdge>,AbstractGraphNode> context)
void
GraphFunctions.GraphEdgeLabelRenderer. labelEdge(edu.uci.ics.jung.visualization.RenderContext<AbstractGraphNode,AbstractGraphEdge> rc, edu.uci.ics.jung.algorithms.layout.Layout<AbstractGraphNode,AbstractGraphEdge> layout, AbstractGraphEdge e, java.lang.String label)
void
GraphFunctions.GraphEdgeLabelRenderer. labelEdge(edu.uci.ics.jung.visualization.RenderContext<AbstractGraphNode,AbstractGraphEdge> rc, edu.uci.ics.jung.algorithms.layout.Layout<AbstractGraphNode,AbstractGraphEdge> layout, AbstractGraphEdge e, java.lang.String label)
void
GraphFunctions.GraphNodeLabelRenderer. labelVertex(edu.uci.ics.jung.visualization.RenderContext<AbstractGraphNode,AbstractGraphEdge> rc, edu.uci.ics.jung.algorithms.layout.Layout<AbstractGraphNode,AbstractGraphEdge> layout, AbstractGraphNode v, java.lang.String label)
void
GraphFunctions.GraphNodeLabelRenderer. labelVertex(edu.uci.ics.jung.visualization.RenderContext<AbstractGraphNode,AbstractGraphEdge> rc, edu.uci.ics.jung.algorithms.layout.Layout<AbstractGraphNode,AbstractGraphEdge> layout, AbstractGraphNode v, java.lang.String label)
-
Uses of AbstractGraphEdge in mgui.interfaces.shapes.graphs
Fields in mgui.interfaces.shapes.graphs with type parameters of type AbstractGraphEdge Modifier and Type Field Description protected Graph2DLayout<AbstractGraphNode,AbstractGraphEdge>
Graph2DInt. graph_layout
protected edu.uci.ics.jung.graph.ObservableGraph<AbstractGraphNode,AbstractGraphEdge>
Graph2DInt. observable_graph
protected edu.uci.ics.jung.visualization3d.RenderContext<AbstractGraphNode,AbstractGraphEdge>
Graph3DInt. renderContext
Methods in mgui.interfaces.shapes.graphs that return types with arguments of type AbstractGraphEdge Modifier and Type Method Description protected edu.uci.ics.jung.algorithms.layout3d.Layout<AbstractGraphNode,AbstractGraphEdge>
Graph3DInt. getGraphLayoutInstance()
protected edu.uci.ics.jung.algorithms.layout3d.Layout<AbstractGraphNode,AbstractGraphEdge>
Graph3DInt. getLayout()
Methods in mgui.interfaces.shapes.graphs with parameters of type AbstractGraphEdge Modifier and Type Method Description protected org.jogamp.java3d.Appearance
Graph3DInt. getEdgeAppearance(AbstractGraphEdge edge)
java.awt.Color
Graph2DInt. getEdgeColour(AbstractGraphEdge edge)
java.awt.Color
Graph3DInt. getEdgeColour(AbstractGraphEdge edge)
float
Graph3DInt. getEdgeScale(AbstractGraphEdge edge)
protected java.awt.Stroke
Graph2DInt. getEdgeStroke(AbstractGraphEdge edge)
Method parameters in mgui.interfaces.shapes.graphs with type arguments of type AbstractGraphEdge Modifier and Type Method Description void
Graph2DInt. handleGraphEvent(edu.uci.ics.jung.graph.event.GraphEvent<AbstractGraphNode,AbstractGraphEdge> evt)
Constructor parameters in mgui.interfaces.shapes.graphs with type arguments of type AbstractGraphEdge Constructor Description Graph2DInt(Graph2D graph, Graph2DLayout<AbstractGraphNode,AbstractGraphEdge> layout)
Graph2DInt(Graph2D graph, Graph2DLayout<AbstractGraphNode,AbstractGraphEdge> layout, java.util.HashMap<AbstractGraphNode,java.lang.Integer> index_map)
RenderServer(Graph2DLayout<AbstractGraphNode,AbstractGraphEdge> layout)
-
Uses of AbstractGraphEdge in mgui.interfaces.shapes.graphs.util
Classes in mgui.interfaces.shapes.graphs.util with type parameters of type AbstractGraphEdge Modifier and Type Class Description class
Graph2DLayout<V extends AbstractGraphNode,E extends AbstractGraphEdge>
Layout for use withGraph2DInt
. -
Uses of AbstractGraphEdge in mgui.interfaces.tools.graphs
Fields in mgui.interfaces.tools.graphs with type parameters of type AbstractGraphEdge Modifier and Type Field Description protected edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse<AbstractGraphNode,AbstractGraphEdge>
ToolGraphTransform. graph_mouse
-
Uses of AbstractGraphEdge in mgui.io.domestic.graphs.xml
Methods in mgui.io.domestic.graphs.xml that return AbstractGraphEdge Modifier and Type Method Description static AbstractGraphEdge
GraphXMLFunctions. getGraphEdgeInstance(org.xml.sax.Attributes attributes)
Returns a new instance ofAbstractGraphEdge
, from the given SAX attributes. -
Uses of AbstractGraphEdge in mgui.neuro.graphs
Subclasses of AbstractGraphEdge in mgui.neuro.graphs Modifier and Type Class Description class
CorticalNetworkGraphConnection
class
NeuralNetConnection