com.tensegrity.graph.view
Class VisualGraphViewInteractionConfiguration

java.lang.Object
  extended bycom.tensegrity.graph.view.VisualGraphViewInteractionConfiguration

public class VisualGraphViewInteractionConfiguration
extends java.lang.Object

TODO: comment

Version:
$Id$
Author:
MKegel

Field Summary
static int DISPLACE_HORIZONTAL
          Modes for automatic displacement of VisualNode objects after an overlay-edge-creation operation
static int DISPLACE_NONE
          Modes for automatic displacement of VisualNode objects after an overlay-edge-creation operation
static int DISPLACE_VERTICAL
          Modes for automatic displacement of VisualNode objects after an overlay-edge-creation operation
static java.lang.String NODE_OVERLAYEDGECREATION_NODEDISPLACEMENT
           
static MetricExpression NODE_OVERLAYEDGECREATION_NODEDISPLACEMENT_DEFAULT
           
static java.lang.String NODE_OVERLAYEDGECREATION_NODEDISPLACEMENT_MODE
           
static java.lang.Integer NODE_OVERLAYEDGECREATION_NODEDISPLACEMENT_MODE_DEFAULT
           
 
Constructor Summary
VisualGraphViewInteractionConfiguration()
           
 
Method Summary
static double getNodeOverlayEdgeCreationNodeDisplacement(int unit)
           
static int getNodeOverlayoutEdgeCreateionNodeDisplacementMode()
           
static void setNodeOverlayEdgeCreationNodeDisplacement(MetricExpression nodeDisplacement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISPLACE_NONE

public static final int DISPLACE_NONE
Modes for automatic displacement of VisualNode objects after an overlay-edge-creation operation

See Also:
Constant Field Values

DISPLACE_HORIZONTAL

public static final int DISPLACE_HORIZONTAL
Modes for automatic displacement of VisualNode objects after an overlay-edge-creation operation

See Also:
Constant Field Values

DISPLACE_VERTICAL

public static final int DISPLACE_VERTICAL
Modes for automatic displacement of VisualNode objects after an overlay-edge-creation operation

See Also:
Constant Field Values

NODE_OVERLAYEDGECREATION_NODEDISPLACEMENT

public static final java.lang.String NODE_OVERLAYEDGECREATION_NODEDISPLACEMENT
See Also:
Constant Field Values

NODE_OVERLAYEDGECREATION_NODEDISPLACEMENT_DEFAULT

public static final MetricExpression NODE_OVERLAYEDGECREATION_NODEDISPLACEMENT_DEFAULT

NODE_OVERLAYEDGECREATION_NODEDISPLACEMENT_MODE

public static final java.lang.String NODE_OVERLAYEDGECREATION_NODEDISPLACEMENT_MODE
See Also:
Constant Field Values

NODE_OVERLAYEDGECREATION_NODEDISPLACEMENT_MODE_DEFAULT

public static final java.lang.Integer NODE_OVERLAYEDGECREATION_NODEDISPLACEMENT_MODE_DEFAULT
Constructor Detail

VisualGraphViewInteractionConfiguration

public VisualGraphViewInteractionConfiguration()
Method Detail

getNodeOverlayEdgeCreationNodeDisplacement

public static final double getNodeOverlayEdgeCreationNodeDisplacement(int unit)

setNodeOverlayEdgeCreationNodeDisplacement

public static final void setNodeOverlayEdgeCreationNodeDisplacement(MetricExpression nodeDisplacement)

getNodeOverlayoutEdgeCreateionNodeDisplacementMode

public static final int getNodeOverlayoutEdgeCreateionNodeDisplacementMode()


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