Class PlotSurface_<ST extends Styler,​S extends Series>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Chart<ST,​S> chart  
    • Constructor Summary

      Constructors 
      Constructor Description
      PlotSurface_​(Chart<ST,​S> chart)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.geom.Rectangle2D getBounds()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.knowm.xchart.internal.chartpart.ChartPart

        paint
    • Constructor Detail

      • PlotSurface_

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

      • getBounds

        public java.awt.geom.Rectangle2D getBounds()
        Specified by:
        getBounds in interface ChartPart