| Advanced Features > Link Shape Policies > Crossing Link Shape Policy > Obtaining the Link Shape Policies of IlvEnhancedPolylineLinkImage |
Obtaining the Link Shape Policies of IlvEnhancedPolylineLinkImage |
INDEX
PREVIOUS
NEXT
|
All instances of IlvEnhancedPolylineLinkImage that are in the same grapher use the same link shape policy internally. To obtain this link shape policy, call
IlvLinkShapePolicy policy = IlvLinkShapePolicyUtil.GetLinkShapePolicy (mode, grapher);
The parameter mode can be:
CROSSING_POLICY_MODE retrieves the link shape policy of all links that have the crossing mode enabled and the orthogonal mode disabled.
ORTHOGONAL_POLICY_MODE retrieves the link shape policy of all links that have the crossing mode disabled, that is, the mode is NO_CROSSINGS, but the orthogonal mode enabled.
This allows you to access the link shape policies that are used internally by the class IlvEnhancedPolylineLinkImage so as to change the parameters of these policies.
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. Legal terms. | PREVIOUS NEXT |