| Advanced Features > Link Shape Policies > Crossing Link Shape Policy > Setting the Link Shape Policy |
Setting the Link Shape Policy |
INDEX
PREVIOUS
NEXT
|
You can set the crossing link shape policy to links of class IlvCrossingAwareLinkImage. Use the following code:
IlvCrossingAwareLinkImage link = new IlvCrossingAwareLinkImage(node1, node2, true, null); link.setLinkShapePolicy(new IlvCrossingLinkShapePolicy()); grapher.addLink(link, redraw); ... |
This policy can be shared among several links. The policy parameters are valid for all links that share the same policy.
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. Legal terms. | PREVIOUS NEXT |