Uses of Interface
de.postfuse.ui.Node

Packages that use Node
de.postfuse.ui   
 

Uses of Node in de.postfuse.ui
 

Subinterfaces of Node in de.postfuse.ui
 interface Subgraph
          This interface combines the graph and the node to get a subgraph.
 interface TextNode
          A Node of the Graph which contains a label and html content.
 

Methods in de.postfuse.ui with parameters of type Node
 Edge Graph.addEdge(Node n1, Node n2)
          Adds an Edge to the graph using the default edge design
 Edge Graph.addEdge(Node n1, Node n2, EdgeDesign ed)
          Adds an Edge to the graph using the given design