com.tensegrity.graph.rule.handler
Class VisualNodeMoveInSubgraphHighlightInfo

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

public class VisualNodeMoveInSubgraphHighlightInfo
extends java.lang.Object

TODO: comment

Version:
$Id: VisualNodeMoveInSubgraphHighlightInfo.java,v 1.1 2004/09/03 12:27:19 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 are to be dropped
 VisualSubgraph visualsubgraph
          instance variable for the VisualSubgraph the VisualNodes shall be dropped onto
 
Constructor Summary
VisualNodeMoveInSubgraphHighlightInfo(VisualGraphView toplevelview, VisualSubgraph visualsubgraph, VisualNode[] visualnodes, Coordinate cursorlocation)
          Constructor for VisualNodeMoveInSubgraphHighlightInfo.
 
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 shall be dropped onto


visualnodes

public final VisualNode[] visualnodes
instance variable for the VisualNodes that are to be dropped


cursorlocation

public final Coordinate cursorlocation
Constructor Detail

VisualNodeMoveInSubgraphHighlightInfo

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

Parameters:
toplevelview - the top-level-container
visualsubgraph - the VisualSubgraph the VisualNode(s) have been moved within
visualnodes - the VisualNode(s) that have been moved


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