Uses of Interface
de.postfuse.ui.NodeDesign

Packages that use NodeDesign
de.postfuse.ui   
 

Uses of NodeDesign in de.postfuse.ui
 

Methods in de.postfuse.ui that return NodeDesign
 NodeDesign NodeDesign.clone()
           
 NodeDesign Graph.getDefaultNodeDesign()
           
 NodeDesign Graph.getDefaultSubgraphDesign()
           
 

Methods in de.postfuse.ui with parameters of type NodeDesign
 TextNode Graph.addNode(NodeDesign nd)
          Adds a Node to the graph using the given design and returns it.
 Subgraph Graph.addSubgraph(NodeDesign nd)
          Adds an Subgraph to the Graph using the given design
 void Graph.setDefaultNodeDesign(NodeDesign nd)
           
 void Graph.setDefaultSubgraphDesign(NodeDesign nd)