Packagecom.yworks.yfiles.layout.hierarchic
Classpublic class DrawerKeys
InheritanceDrawerKeys 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
  NODE_BORDER_BOTTOM : Object = y.layout.hierarchic.Drawer.NODE_BORDER_BOTTOM
[static] The key used to look up a data provider that, if present, must provide a double value for each node in the graph.
DrawerKeys
  NODE_BORDER_LEFT : Object = y.layout.hierarchic.Drawer.NODE_BORDER_LEFT
[static] The key used to look up a data provider that, if present, must provide a double value for each node in the graph.
DrawerKeys
  NODE_BORDER_RIGHT : Object = y.layout.hierarchic.Drawer.NODE_BORDER_RIGHT
[static] The key used to look up a data provider that, if present, must provide a double value for each node in the graph.
DrawerKeys
  NODE_BORDER_TOP : Object = y.layout.hierarchic.Drawer.NODE_BORDER_TOP
[static] The key used to look up a data provider that, if present, must provide a double value for each node in the graph.
DrawerKeys
  NODE_DISTANCE : Object = y.layout.hierarchic.Drawer.NODE_DISTANCE
[static] The key used to look up a data provider that, if present, must provide a double value for each node in the graph.
DrawerKeys
Constant Detail
NODE_BORDER_BOTTOMConstant
public static const NODE_BORDER_BOTTOM:Object = y.layout.hierarchic.Drawer.NODE_BORDER_BOTTOM

The key used to look up a data provider that, if present, must provide a double value for each node in the graph. The provided value is an additional overlap-free border added to the bottom side of the associated node.

Drawer implementations may ignore the data provided.

NODE_BORDER_LEFTConstant 
public static const NODE_BORDER_LEFT:Object = y.layout.hierarchic.Drawer.NODE_BORDER_LEFT

The key used to look up a data provider that, if present, must provide a double value for each node in the graph. The provided value is an additional overlap-free border added to the left side of the associated node.

Drawer implementations may ignore the data provided.

NODE_BORDER_RIGHTConstant 
public static const NODE_BORDER_RIGHT:Object = y.layout.hierarchic.Drawer.NODE_BORDER_RIGHT

The key used to look up a data provider that, if present, must provide a double value for each node in the graph. The provided value is an additional overlap-free border added to the right side of the associated node.

Drawer implementations may ignore the data provided.

NODE_BORDER_TOPConstant 
public static const NODE_BORDER_TOP:Object = y.layout.hierarchic.Drawer.NODE_BORDER_TOP

The key used to look up a data provider that, if present, must provide a double value for each node in the graph. The provided value is an additional overlap-free border added to the top side of the associated node.

Drawer implementations may ignore the data provided.

NODE_DISTANCEConstant 
public static const NODE_DISTANCE:Object = y.layout.hierarchic.Drawer.NODE_DISTANCE

The key used to look up a data provider that, if present, must provide a double value for each node in the graph. The provided value specifies the minimum distance between the right border of the node and the left border of its right-hand neighbor in the layer.

If a data provider with this key is registered with the input graph then the distance values set by the methods com.yworks.yfiles.layout.hierarchic.Drawer.minimalNodeDistance , com.yworks.yfiles.layout.hierarchic.Drawer.minimalEdgeDistance and com.yworks.yfiles.layout.hierarchic.Drawer.minimalMultiEdgeDistance will be ignored.

Drawer implementations may ignore the data provided.

See also