Class PlotSurface_Pie<ST extends Styler, S extends Series>

java.lang.Object
org.knowm.xchart.internal.chartpart.PlotSurface_<ST,S>
org.knowm.xchart.internal.chartpart.PlotSurface_Pie<ST,S>
All Implemented Interfaces:
ChartPart

public class PlotSurface_Pie<ST extends Styler, S extends Series> extends PlotSurface_<ST,S>
Draws the plot background and the plot border
  • Field Details

    • styler

      private final ST extends Styler styler
  • Constructor Details

    • PlotSurface_Pie

      PlotSurface_Pie(Chart<ST,S> chart)
      Constructor
      Parameters:
      chart -
  • Method Details