| Developing with the SDK > Using and Adding Renderers > Predefined Renderers > The Composite Renderer |
The Composite Renderer |
INDEX
PREVIOUS
NEXT
|
The Composite renderer provides support for symbols and composite graphics to represent nodes and links. In particular, it allows you to:
The following code extract illustrates how to enable the Composite renderer:
SDM { Composite: "true"; } |
Table 4.14 lists the per-object properties of the Composite renderer.
The following code extract illustrates how to configure the link connection rectangle:
node { LinkConnectionRectangle: 0; } |
The following code extract illustrates how to specify the decoration to be used to connect links:
link { FromCompositePin:"decoration"; // use the name defined above FromCompositePinPosition:"Center"; ToCompositePin:"decoration"; // use the name defined above ToCompositePinPosition:"Center"; } |
See the class ilog.views.sdm.renderer.IlvCompositeRenderer for more details.
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. Legal terms. | PREVIOUS NEXT |