All Packages  This Package  Class Hierarchy  Class Search  Index

Class graphomat.graph.Clipboard
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 the SubGraph.



· 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  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7