de.postfuse.ui
Interface AddScript

All Known Subinterfaces:
Edge, GraphElement, Node, Subgraph, TextNode

public interface AddScript

This interface is used for all GraphElements which support scripts.

Author:
Peter

Method Summary
 Script addScript(Script script)
          A a script to the Node or Edge
 

Method Detail

addScript

Script addScript(Script script)
A a script to the Node or Edge

Parameters:
script - the Attached Script
Returns:
the script added