|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RouterGraph | |
---|---|
net.clackrouter.actions | Contains classes that each implement a single action that a user can perform within Clack. |
net.clackrouter.gui | Major graphical components that comprise the Clack Application. |
net.clackrouter.jgraph.pad | Many of the core JGraphpad classes incorporated into Clack (almost entirely unmodified). |
net.clackrouter.router.core | Core router class responsible for creating, configuring, running and serializing Clack routers. |
Uses of RouterGraph in net.clackrouter.actions |
---|
Methods in net.clackrouter.actions that return RouterGraph | |
---|---|
RouterGraph |
AbstractActionDefault.getCurrentGraph()
|
Uses of RouterGraph in net.clackrouter.gui |
---|
Fields in net.clackrouter.gui declared as RouterGraph | |
---|---|
protected RouterGraph |
HierarchComponent.graph
Deprecated. The joint graph for this document |
Methods in net.clackrouter.gui that return RouterGraph | |
---|---|
RouterGraph |
ClackFramework.getCurrentRouterGraph()
Returns the current graph, that is, the one in the current document. |
RouterGraph |
ClackDocument.getCurrentRouterGraph()
|
RouterGraph |
ClackDocument.getRouterGraph(java.lang.String name)
|
Methods in net.clackrouter.gui with parameters of type RouterGraph | |
---|---|
void |
ClackDocument.setEnableTooltips(boolean enableTooltips,
RouterGraph graph)
Sets the enableTooltips. |
Constructors in net.clackrouter.gui with parameters of type RouterGraph | |
---|---|
HierarchComponent(ClackFramework graphpad,
RouterGraph gpGraph,
GraphModel model,
TCP t)
Deprecated. Constructor for GPDocument. |
Uses of RouterGraph in net.clackrouter.jgraph.pad |
---|
Fields in net.clackrouter.jgraph.pad declared as RouterGraph | |
---|---|
protected static RouterGraph |
GraphListCellRenderer.dummyGraph
|
protected RouterGraph |
RealGraphCellRenderer.graph
|
protected RouterGraph |
GPOverviewPanel.graph
|
protected RouterGraph |
GPExplorer.graph
|
Methods in net.clackrouter.jgraph.pad that return RouterGraph | |
---|---|
RouterGraph |
GPGraphUI.getGPGraph()
|
Methods in net.clackrouter.jgraph.pad with parameters of type RouterGraph | |
---|---|
protected void |
GPUserObject.apply(RouterGraph graph,
java.lang.Object cell,
javax.swing.table.TableModel model)
|
int |
GPGraphTools.getComponentCount(RouterGraph graph)
|
java.lang.Object[] |
GPGraphTools.getShortestPath(RouterGraph graph,
java.lang.Object from,
java.lang.Object to,
GPGraphTools.CostFunction cf)
Returns the ShortestPath. |
java.lang.Object[] |
GPGraphTools.getSpanningTree(RouterGraph graph,
GPGraphTools.CostFunction cf)
Returns the shortest spanning tree. |
static java.util.Set |
GPExplorer.getVerticesForEdges(RouterGraph graph,
java.util.Set edges)
|
protected void |
GPUserObject.showPropertyDialog(RouterGraph graph,
java.lang.Object cell)
|
Constructors in net.clackrouter.jgraph.pad with parameters of type RouterGraph | |
---|---|
GPExplorer(RouterGraph graph)
|
|
RealGraphCellRenderer(RouterGraph graph,
CellView[] views)
|
|
Touch(RouterGraph graph)
Constructor with a supplied TGPanel tgp. |
Uses of RouterGraph in net.clackrouter.router.core |
---|
Methods in net.clackrouter.router.core with parameters of type RouterGraph | |
---|---|
static org.w3c.dom.Element |
RouterSerializer.createRouterXMLElement(org.w3c.dom.Document doc,
Router router,
RouterGraph graph,
boolean saveTransient)
Creates the whole XML doc object in memory representing the current state Creates the root node and appends all the children to it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |