Uses of Class
jcreek.util.graph.Node

Packages that use Node
jcreek.gui.conceptmap   
jcreek.util.graph   
jcreek.util.graph.layout   
 

Uses of Node in jcreek.gui.conceptmap
 

Subclasses of Node in jcreek.gui.conceptmap
 class VisualEntity
           
 

Methods in jcreek.gui.conceptmap with parameters of type Node
 void ConceptMapView.centerOn(Node node)
          Centers the view on a node in the graph.
 void ConceptMapModel.addNode(Node node)
          Overrides the addNode() method in Graph to ensure this is a VisualEntity and that all VisualEntities in the graph encapsulates entities in the same KnowledgeModel.
 void ConceptMapModel.removeNode(Node node)
           
 

Uses of Node in jcreek.util.graph
 

Fields in jcreek.util.graph declared as Node
protected  Node Edge.from
           
protected  Node Edge.to
           
 

Methods in jcreek.util.graph that return Node
 Node GraphChangeEvent.getNode()
           
 Node[] Graph.getNodes()
          Returns a an array of the nodes of the graph.
 Node Edge.getFrom()
          Returns the node this edge is from.
 Node Edge.getTo()
          Returns the node this edge is from.
 

Methods in jcreek.util.graph with parameters of type Node
 void Graph.addNode(Node node)
          Adds the node to the graph.
 void Graph.removeNode(Node node)
          Remove a node from the graph.
 java.util.Iterator Graph.getEdgeIterator(Node node)
          Gives an iterator for the edges from a specific node in the graph.
 boolean Graph.contains(Node node)
          Returns true if the node supplied is present in this graph.
protected  void Graph.triggerNodeRemovedEvent(Node n)
           
protected  void Graph.triggerNodeAddedEvent(Node n)
           
 

Constructors in jcreek.util.graph with parameters of type Node
GraphChangeEvent(Node node, int type)
           
Edge(Node from, Node to)
          Creates a new edge.
 

Uses of Node in jcreek.util.graph.layout
 

Methods in jcreek.util.graph.layout with parameters of type Node
 void SpringEmbedderLayout.layout(Graph graph, Node[] nodes, java.awt.Rectangle bounds)
           
 void SpringEmbedderLayout.randomizePositions(Node[] nodes, java.awt.Rectangle bounds)
           
 void SpringEmbedderLayout.layout(Graph graph, Node[] nodes, java.awt.Rectangle bounds, int iterations)
           
 void Layout.layout(Graph graph, Node[] nodes, java.awt.Rectangle bounds)
          Lay out the specified nodes of the graph within the supplied bounds.
 



Created at IDI, NTNU by the Artificial Intelligence and Learning group