Interface Summary |
AddScript |
This interface is used for all GraphElements which support scripts. |
Design |
This is an general Design interface for graph items. |
Edge |
This interface defines an Edge as an Edge |
EdgeDesign |
This interface extends the generak design by edge spezific properties. |
Graph |
The Graph interface is implemented by all objects which support to add a graph structure. |
GraphElement |
An interface implemented by all elements which belong to the graph. |
GraphFactory |
A general interface for objects which can create graphs. |
Node |
This is the superinterface for Subgraphs and Nodes. |
NodeDesign |
An interface with node specials. |
RootGraph |
Every graph and subgraph strcuture needs a root. |
Script |
Interface for all scripts |
ScriptEnvironment |
The environment of the script. |
ScriptFactory |
This interface has to be implemented by factories of scripts which extend our plugin. |
Subgraph |
This interface combines the graph and the node to get a subgraph. |
TextNode |
A Node of the Graph which contains a label and html content. |