Class ContinuousBarStyle

  • All Implemented Interfaces:
    java.io.Serializable

    public class ContinuousBarStyle
    extends com.inet.report.chart.plot.ContinuousStyle
    This class defines the different styles of the continuous bar chart. This style belongs to the plot ContinuousBarPlot.
    Since:
    8.0
    See Also:
    BAR_NUMBER, BAR_DATE, Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      java.util.List getAllowedDatasets​(Chart2 chart)
      Returns the list of dataset supported by this chart style.
      AbstractPlot getDefaultPlot()
      Creates a new continuous bar plot and initializes the plot with default settings.
      • Methods inherited from class com.inet.report.chart.plot.ContinuousStyle

        getDefaultAxis, isDate, isNumber
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • BAR_NUMBER

        public static final ContinuousBarStyle BAR_NUMBER
        This is a bar style with number values on the category axis.
      • BAR_DATE

        public static final ContinuousBarStyle BAR_DATE
        This is a bar style with date values on the category axis.
    • Method Detail

      • equals

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

        public AbstractPlot getDefaultPlot()
        Creates a new continuous bar plot and initializes the plot with default settings.
        Specified by:
        getDefaultPlot in class com.inet.report.chart.plot.ContinuousStyle
        Returns:
        the plot of type ContinuousBarPlot.
        Since:
        8.0
        See Also:
        AbstractPlot
      • getAllowedDatasets

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