com.tensegrity.graph.rule.handler
Class VisualNodeDropInfo

java.lang.Object
  extended bycom.tensegrity.graph.rule.handler.VisualNodeDropInfo

public class VisualNodeDropInfo
extends java.lang.Object

TODO: comment

Version:
$Id: VisualNodeDropInfo.java,v 1.2 2004/07/30 07:47:53 MichaelKegel Exp $
Author:
MKegel

Field Summary
 Coordinate cursorlocation
           
 VisualGraphView toplevelview
          instance variable for the VisualGraphView that is the top-level-container the action occured in
 VisualNode[] visualnodes
          instance variable for the VisualNodes that were dropped
 VisualSubgraph visualsubgraph
          instance variable for the VisualSubgraph the VisualNodes have been dropped onto
 
Constructor Summary
VisualNodeDropInfo(VisualGraphView toplevelview, VisualSubgraph visualsubgraph, VisualNode[] visualnodes, Coordinate cursorlocation)
          Constructor for VisualNodeDropInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

toplevelview

public final VisualGraphView toplevelview
instance variable for the VisualGraphView that is the top-level-container the action occured in


visualsubgraph

public final VisualSubgraph visualsubgraph
instance variable for the VisualSubgraph the VisualNodes have been dropped onto


visualnodes

public final VisualNode[] visualnodes
instance variable for the VisualNodes that were dropped


cursorlocation

public final Coordinate cursorlocation
Constructor Detail

VisualNodeDropInfo

public VisualNodeDropInfo(VisualGraphView toplevelview,
                          VisualSubgraph visualsubgraph,
                          VisualNode[] visualnodes,
                          Coordinate cursorlocation)
Constructor for VisualNodeDropInfo.

Parameters:
toplevelview - the top-level-container
visualsubgraph - the VisualSubgraph the VisualNodes have been dropped onto
visualnodes - the VisualNodes that have been dropped


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.