TrustGrapher
r52
A playabale simulator for modelling trust between agents
|
Public Member Functions | |
GraphViewer (final Layout layout, DefaultModalGraphMouse< Agent, TestbedEdge > gm, MouseAdapter mouseClickListener, SimAbstractGraph graph) | |
JungAdapterGraph | getFullGraph () |
This is a GraphViewer component. The viewers are created in TrustGrapher after the events have been loaded Each GraphViewer displays the graph passed to it.
Definition at line 22 of file GraphViewer.java.
cu.trustGrapher.visualizer.GraphViewer.GraphViewer | ( | final Layout | layout, |
DefaultModalGraphMouse< Agent, TestbedEdge > | gm, | ||
MouseAdapter | mouseClickListener, | ||
SimAbstractGraph | graph | ||
) |
Creates a new GraphViewer.
layout | Manages how the graph entities will be organized in the viewer window |
gm | This mouse adapter handles the selection and dragging of the GraphViewer |
mouseClickListener | //Listener for GraphViewer right-click menu |
graph | The graph that this viewer will display |
Definition at line 33 of file GraphViewer.java.
JungAdapterGraph cu.trustGrapher.visualizer.GraphViewer.getFullGraph | ( | ) |
Definition at line 56 of file GraphViewer.java.