All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----graphomat.graph.Clipboard
Summary |
public class Clipboard extends java.lang.Object { // Constructors 1 public Clipboard(); // Methods 4 public void clear(Graph, SubGraph); public void copy(SubGraph); public void cut(Graph, SubGraph); public void paste(Graph); }
This class is used by the GraphFrame
but can withoutt any changes
be used in any other class.
Constructors |
· Clipboard | Summary | Top |
public Clipboard()
Methods |
· copy | Summary | Top |
public void copy(SubGraph sg)
Copies all Nodes and Edges of the
SubGraph
.
· clear | Summary | Top |
public void clear(Graph og, SubGraph sg)
Deletes all Nodes and Edges which are both in the
Graph
and in theSubGraph
.
· cut | Summary | Top |
public void cut(Graph og, SubGraph sg)
Copies and deletes in one operation.
· paste | Summary | Top |
public void paste(Graph og)
Pastes the stored Nodes and Edges back into a given
Graph
.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7