Styling > Customizing Groups > Group Representation

The graphic representation of a group is based on the infomation that is available in the business model. Each decoration that is created depends on an attribute and on properties that can be customized through CSS. Figure 6.4, Group with Attributes, shows a polygonal group with the following attribute set:

images/customizingGroup.gif

Figure 6.4 Group with Attributes

Note
The graphic rendering of a group object is optimized for performance using an offscreen buffered image technique that minimizes the complex polygon computations by pre-rendering the graphic object in memory. The extra memory required is proportional to the size and number of visible objects in the Network view. To disable the offscreen optimizations for the group representation you should: 1. Set the ilog.tgo.polygon.offscreenCache system property to false at initialization time.2. Use the IltSettings.SetValue("OffscreenCache.Polygon", Boolean.FALSE); API call Please refer to your Java Runtime documentation on how to declare system properties for Java applications and applets.

This section explains how to customize each attribute/decoration of the group representation: