Composite graphics in Java code

The base class for composite graphics is IlvCompositeGraphic.
The composite graphics facility allows you to combine basic graphic objects or existing composite graphics as elements of a composite graphic. At a higher level, you can do this in CSS, as described in Using composite graphics; at a lower level, you can do the same in Java™ code, see Composite Graphics in The Essential JViews Framework.