Skip navigation links

Package ilog.views.graphlayout.link

The Link Layout algorithm reshapes the links of a graph without moving the nodes.

See: Description

Package ilog.views.graphlayout.link Description

The Link Layout algorithm reshapes the links of a graph without moving the nodes. It has two modes: By default, the algorithm computes orthogonal links; that is, links composed of alternating horizontal and vertical segments. Optionally, direct links can be computed. Both link styles can be mixed in the same drawing.

Sample drawing produced by the Link Layout in short link mode:

Click on the image to see it in normal size.

The short link mode works very well with thick links as produced by Java 2D:

Click on the image to see it in normal size.

Sample drawing produced by the Link Layout in long link mode:

Click on the image to see it in normal size.

The long link mode can find a route through a labyrinth:

Click on the image to see it in normal size.

Since:
JViews 3.5
See Also:
ilog.views.graphlayout
Skip navigation links

© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.