Class Plot_Circular<ST extends Styler, S extends Series>

java.lang.Object
org.knowm.xchart.internal.chartpart.Plot_<ST,S>
org.knowm.xchart.internal.chartpart.Plot_Circular<ST,S>
All Implemented Interfaces:
ChartPart
Direct Known Subclasses:
Plot_Dial, Plot_Pie, Plot_Radar

public abstract class Plot_Circular<ST extends Styler, S extends Series> extends Plot_<ST,S>
  • Constructor Details

    • Plot_Circular

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