Class PlotSurface_AxesChart<ST extends AxesChartStyler,S extends Series>
- java.lang.Object
-
- org.knowm.xchart.internal.chartpart.PlotSurface_<ST,S>
-
- org.knowm.xchart.internal.chartpart.PlotSurface_AxesChart<ST,S>
-
- All Implemented Interfaces:
ChartPart
public class PlotSurface_AxesChart<ST extends AxesChartStyler,S extends Series> extends PlotSurface_<ST,S>
Draws the plot background, the plot border and the horizontal and vertical grid lines
-
-
Field Summary
Fields Modifier and Type Field Description private STstylerAxesChart-
Fields inherited from class org.knowm.xchart.internal.chartpart.PlotSurface_
chart
-
Fields inherited from interface org.knowm.xchart.internal.chartpart.ChartPart
SOLID_STROKE
-
-
Constructor Summary
Constructors Constructor Description PlotSurface_AxesChart(Chart<ST,S> chart)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpaint(java.awt.Graphics2D g)-
Methods inherited from class org.knowm.xchart.internal.chartpart.PlotSurface_
getBounds
-
-
-
-
Field Detail
-
stylerAxesChart
private final ST extends AxesChartStyler stylerAxesChart
-
-