Class GanttStyle

  • All Implemented Interfaces:
    java.io.Serializable

    public class GanttStyle
    extends ChartStyle
    This class defines the styles of the gantt chart. This style belongs to the plot GanttPlot.
    Since:
    8.0
    See Also:
    GANTT, Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static GanttStyle GANTT
      The default chart style with this plot.
    • Field Detail

      • GANTT

        public static final GanttStyle GANTT
        The default chart style with this plot.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class ChartStyle
      • getAllowedDatasets

        public java.util.List getAllowedDatasets​(Chart2 chart)
        Returns the list of dataset supported by this chart style.
        Specified by:
        getAllowedDatasets in class ChartStyle
        Parameters:
        chart - the chart
        Returns:
        the list of datasets.
        See Also:
        Chart2