Class PlotContent_<ST extends Styler, S extends Series>

java.lang.Object
org.knowm.xchart.internal.chartpart.PlotContent_<ST,S>
All Implemented Interfaces:
ChartPart
Direct Known Subclasses:
PlotContent_Box, PlotContent_Bubble, PlotContent_Category_Bar, PlotContent_Dial, PlotContent_HeatMap, PlotContent_OHLC, PlotContent_Pie, PlotContent_Radar, PlotContent_XY

public abstract class PlotContent_<ST extends Styler, S extends Series> extends Object implements ChartPart
  • Field Details

  • Constructor Details

    • PlotContent_

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