Class XYStyle

  • All Implemented Interfaces:
    java.io.Serializable

    public class XYStyle
    extends ChartStyle
    This class defines the different styles of the XYChart. This style belongs to the plot XYPlot.
    Since:
    8.0
    See Also:
    SCATTER, BUBBLE, Serialized Form
    • Field Detail

      • SCATTER

        public static final XYStyle SCATTER
        The scatter chart style.
      • BUBBLE

        public static final XYStyle BUBBLE
        The bubble 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