Class PolarStyle

  • All Implemented Interfaces:
    java.io.Serializable

    public class PolarStyle
    extends ChartStyle
    This class defines the different styles of the polar chart. This style belongs to the plot PiePlot.
    Since:
    8.0
    See Also:
    POLAR, POLAR_STACKED, Serialized Form
    • Field Detail

      • POLAR

        public static final PolarStyle POLAR
        The simple polar chart style.
      • POLAR_STACKED

        public static final PolarStyle POLAR_STACKED
        The stacked polar chart style.
    • 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