Bent near edges consist of a horizontal part (same as near edges), a bend point and a vertical part. An edge label (if any) is placed only at the bend point. So bent near edges connect nodes across one or more levels yet leave the source node at the left or right side.
A near edge is specified by
bentnearedge: {
sourcename:
< title of source node >
targetname:
< title of target node >
< list of edge attributes >
}
Same as bent near edge, only that the horizontal part of the edge leaves the source node on the left.
leftbentnearedge: {
sourcename:
< title of source node >
targetname:
< title of target node >
< list of edge attributes >
}
Same as bent near edge, only that the horizontal part of the edge leaves the source node on the right.
rightbentnearedge: {
sourcename:
< title of source node >
targetname:
< title of target node >
< list of edge attributes >
}