Klasse GanttStyle

java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.GanttStyle
Alle implementierten Schnittstellen:
Serializable

public class GanttStyle extends ChartStyle
This class defines the styles of the gantt chart. This style belongs to the plot GanttPlot.
Seit:
8.0
Siehe auch:
  • Felddetails

    • GANTT

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

    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse ChartStyle
    • getDefaultPlot

      public AbstractPlot getDefaultPlot()
      Creates a new gantt plot and initializes the plot with default settings.
      Angegeben von:
      getDefaultPlot in Klasse ChartStyle
      Gibt zurück:
      the plot of type GanttPlot.
      Seit:
      8.0
      Siehe auch:
    • getAllowedDatasets

      public List getAllowedDatasets(Chart2 chart)
      Returns the list of dataset supported by this chart style.
      Angegeben von:
      getAllowedDatasets in Klasse ChartStyle
      Parameter:
      chart - the chart
      Gibt zurück:
      the list of datasets.
      Siehe auch: