Interface IGanttChartVisualSet

All Superinterfaces:
IAbstractChartVisualSet
All Known Implementing Classes:
ConnectionVisualSet, GanttPolylineVisualSet, GanttVisualSet, RegionVisualSet, SlotsVisualSet, TriangleMarkerVisualSet, VerticalGridLineVisualSet

public interface IGanttChartVisualSet extends IAbstractChartVisualSet
Interface implemented by VisualSets that can be displayed on a AbstractGanttChart.
Author:
Aleksey Kirillov
  • Method Details

    • getVisualElements

      List<? extends IGanttChartVisualElement<?>> getVisualElements(boolean recalculationRequired)
      Description copied from interface: IAbstractChartVisualSet
      Returns the list of visual elements corresponding to current data elements. Cannot be changed by the user.
      Specified by:
      getVisualElements in interface IAbstractChartVisualSet
      Parameters:
      recalculationRequired - flag of the need to recalculate the visual elements
      Returns:
      the list of visual elements corresponding to current data elements