com.tensegrity.graph.layout.controller
Class LayoutObserverPostLayoutInfo

java.lang.Object
  extended bycom.tensegrity.graph.layout.controller.LayoutObserverPostLayoutInfo

public final class LayoutObserverPostLayoutInfo
extends java.lang.Object

TODO: comment

Version:
$Id$
Author:
MKegel

Field Summary
 LayoutController controller
          instance variable for the LayoutController this LayoutControllerPostLayoutInfo has been generated by
static int DYNAMIC_LAYOUT
           
static int EDGE_LAYOUT
           
 int layoutType
           
static int NODE_LAYOUT
           
 
Method Summary
 VisualGraphObjectContainer getVisualGraphObjectContainer()
          Returns the VisualGraphObjectContainer which is associated to the LayoutController this LayoutControllerPostLayoutInfo has been generated by.
 VisualGraphView getVisualGraphView()
          Returns the VisualGraphView which is associated to the LayoutController this LayoutControllerPostLayoutInfo has been generated by.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EDGE_LAYOUT

public static final int EDGE_LAYOUT
See Also:
Constant Field Values

NODE_LAYOUT

public static final int NODE_LAYOUT
See Also:
Constant Field Values

DYNAMIC_LAYOUT

public static final int DYNAMIC_LAYOUT
See Also:
Constant Field Values

controller

public final LayoutController controller
instance variable for the LayoutController this LayoutControllerPostLayoutInfo has been generated by


layoutType

public final int layoutType
Method Detail

getVisualGraphObjectContainer

public final VisualGraphObjectContainer getVisualGraphObjectContainer()
Returns the VisualGraphObjectContainer which is associated to the LayoutController this LayoutControllerPostLayoutInfo has been generated by.

Returns:
VisualGraphObjectContainer the VisualGraphObjectContainer associated to the LayoutController

getVisualGraphView

public final VisualGraphView getVisualGraphView()
Returns the VisualGraphView which is associated to the LayoutController this LayoutControllerPostLayoutInfo has been generated by.
When no VisualGraphView is associated null is returned.

Returns:
VisualGraphView the VisualGraphView associated to the LayoutController or null


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