Developing with the SDK > Using and Adding Renderers > Predefined Renderers > The LinkLayout Renderer

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.19 Global Properties of the LinkLayout Renderer  
Property 
Type 
Default 
Description 
addingLinkConnectors 
boolean 
true 
If false, no link connector is installed by the link layout algorithm. 
hierarchical 
boolean 
false 
If true, and if a GraphLayout renderer is present and configured to use a hierarchical layout algorithm, then the link layout will be performed by the hierarchical layout. 
performingLayoutOnZoom 
boolean 
false 
If true, the link layout is reapplied when the view is zoomed in or out. 

Table 4.20 lists the per-object rendering properties of the LinkLayout renderer.

Table 4.20 Per-Object Properties of the LinkLayout Renderer 
Property 
Type 
Default 
Description 
NodeSideForDestination 
int 
NodeSideForOrigin 
int 

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.