Uses of Class
net.claribole.zgrviewer.dot.Node

Uses of Node in net.claribole.zgrviewer.dot
 

Subclasses of Node in net.claribole.zgrviewer.dot
 class BasicNode
          Simple kind of node used as default in GraphViz
 class Cluster
          A cluster is more or less a subgraph.
(package private)  class net.claribole.zgrviewer.dot.CommonNode
          This class contains a number of common attributes between pure simple nodes and records
(package private)  class net.claribole.zgrviewer.dot.Record
          Create a record, which is a special node, with some properties
 class SubGraph
          A SubGraph may be considered as a graph inside another.
 class SubRecord
          Part of a Record, may also be considered as a node as it can point or be pointed with an edge
 

Fields in net.claribole.zgrviewer.dot declared as Node
 Node Graph.graphRoot
          Node to use as the center of the graph's layout
 

Methods in net.claribole.zgrviewer.dot that return Node
 Node[] Graph.getNodes()
           
 Node DOTTreeParser.edges(antlr.collections.AST _t, java.lang.Object g)
           
 Node DOTTreeParser.subgraph(antlr.collections.AST _t, java.lang.Object g)
           
 Node DOTTreeParser.node_id(antlr.collections.AST _t, java.lang.Object g)
           
 

Methods in net.claribole.zgrviewer.dot with parameters of type Node
 void SubGraph.addNode(Node node)
          Add a node to the nodes list
 void SubGraph.removeNode(Node node)
          Remove a node to the nodes list
 void Graph.addNode(Node node)
          Add a node to the nodes list
 void Graph.addGenericNode(Node node)
           
static void Graph.addNode(java.lang.Object root, Node element)
          Add a given node either to a Graph or a SubGraph, depending on the node root's type
 void Graph.removeNode(Node node)
          Remove a node to the nodes list
 void Edge.setStart(Node start)
          Define the starting node
 void Edge.setEnd(Node end)
          Define the ending node
 void DOTTreeParser.a_list_record(antlr.collections.AST _t, java.lang.Object g, Node n)
           
 void DOTTreeParser.a_list_node(antlr.collections.AST _t, Node n)
           
 

Constructors in net.claribole.zgrviewer.dot with parameters of type Node
Edge(java.lang.Object rootGraph, Node start, Node end)
          Create an Edge object going from a node to another
 



Copyright © 2004-2005 INRIA. All Rights Reserved
Licensed under the GNU LGPL. For full terms see the file COPYING.