Class PlotSurface_AxesChart<ST extends AxesChartStyler,​S extends Series>

  • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void paint​(java.awt.Graphics2D g)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlotSurface_AxesChart

        PlotSurface_AxesChart​(Chart<ST,​S> chart)
        Constructor
        Parameters:
        chart -
    • Method Detail

      • paint

        public void paint​(java.awt.Graphics2D g)