Packagecom.yworks.yfiles.layout
Classpublic class IntersectionCalculatorKeys
InheritanceIntersectionCalculatorKeys Inheritance YObject Inheritance Object



Public Methods
 MethodDefined By
 Inherited
equals(o:Object):Boolean
YObject
 Inherited
getClass():Class
YObject
 Inherited
hashCode():int
YObject
Public Constants
 ConstantDefined By
  SOURCE_INTERSECTION_CALCULATOR_DPKEY : Object = y.layout.IntersectionCalculator.SOURCE_INTERSECTION_CALCULATOR_DPKEY
[static] Key to be used when registering a DataProvider to a graph instance that provides for each Edge object in a graph an IntersectionCalculator instance that is configured to calculate the intersection of the edge and the source node.
IntersectionCalculatorKeys
  TARGET_INTERSECTION_CALCULATOR_DPKEY : Object = y.layout.IntersectionCalculator.TARGET_INTERSECTION_CALCULATOR_DPKEY
[static] Key to be used when registering a DataProvider to a graph instance that provides for each Edge object in a graph an IntersectionCalculator instance that is configured to calculate the intersection of the edge and the target node.
IntersectionCalculatorKeys
Constant Detail
SOURCE_INTERSECTION_CALCULATOR_DPKEYConstant
public static const SOURCE_INTERSECTION_CALCULATOR_DPKEY:Object = y.layout.IntersectionCalculator.SOURCE_INTERSECTION_CALCULATOR_DPKEY

Key to be used when registering a DataProvider to a graph instance that provides for each Edge object in a graph an IntersectionCalculator instance that is configured to calculate the intersection of the edge and the source node.

TARGET_INTERSECTION_CALCULATOR_DPKEYConstant 
public static const TARGET_INTERSECTION_CALCULATOR_DPKEY:Object = y.layout.IntersectionCalculator.TARGET_INTERSECTION_CALCULATOR_DPKEY

Key to be used when registering a DataProvider to a graph instance that provides for each Edge object in a graph an IntersectionCalculator instance that is configured to calculate the intersection of the edge and the target node.