| Developing with the SDK > Using and Adding Renderers > Predefined Renderers > The LinkLayout Renderer |
The LinkLayout Renderer |
INDEX
PREVIOUS
NEXT
|
The LinkLayout renderer is a subclass of the GraphLayout renderer which is specialized to apply a link layout algorithm.
Table 4.19 lists the properties of the LinkLayout renderer (in addition to the properties of the GraphLayout renderer).
Table 4.20 lists the per-object rendering properties of the LinkLayout renderer.
Property |
Type |
Default |
Description |
|---|---|---|---|
NodeSideForDestination |
int |
0 |
If this property is specified, it tells the link layout algorithm to try to connect links to the specified side of their destination node. The possible values are defined by the class IlvDirection. |
NodeSideForOrigin |
int |
0 |
If this property is specified, it tells the link layout algorithm to try to connect links to the specified side of their origin node. The possible values are defined by the class IlvDirection. |
You can set any property of the IlvLinkLayout object used by this renderer. For details, see Setting Properties of IlvGraphLayout Objects
See also Setting Node or Link Parameters on Graph Layout Objects.
See the class ilog.views.sdm.renderer.graphlayout.IlvLinkLayoutRenderer for more details.
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. Legal terms. | PREVIOUS NEXT |