Interface ComponentGroup

All Superinterfaces:
Clickable
All Known Implementing Classes:
AbstractGanttChart, ActivityChart, GanttChart, XRangeChart

public interface ComponentGroup extends Clickable
Representation of a group of Components put together. ComponentGroups can be added to SOChart using SOChart.add(ComponentGroup...). This class is typically used to assemble complex custom charts that require more than one Components and Chart instances as their internal parts. (For example: GanttChart).
Author:
Syam