de.postfuse.ui
Interface GraphElement

All Superinterfaces:
AddScript
All Known Subinterfaces:
Edge, Node, Subgraph, TextNode

public interface GraphElement
extends AddScript

An interface implemented by all elements which belong to the graph.

Author:
Peter

Method Summary
 void setLabel(String s)
          Sets the label
 
Methods inherited from interface de.postfuse.ui.AddScript
addScript
 

Method Detail

setLabel

void setLabel(String s)
Sets the label

Parameters:
s - the label text