Class EmptyWithAxes

All Implemented Interfaces:
ISeriesRenderer

public final class EmptyWithAxes extends AxesRenderer
This class implements an empty renderer for ChartWithAxes type.
  • Constructor Details

    • EmptyWithAxes

      public EmptyWithAxes()
  • Method Details

    • renderSeries

      public void renderSeries(IPrimitiveRenderer ipr, Plot p, ISeriesRenderingHints isrh) throws ChartException
      Description copied from interface: ISeriesRenderer
      Notifies the series renderer to render itself in the provided plot area. Each of the individual series renderers will have to implement their own graphic element rendering routines w.r.t. the plot background.
      Parameters:
      ipr -
      p -
      isrh -
      Throws:
      ChartException
    • compute

      public void compute(Bounds bo, Plot p, ISeriesRenderingHints isrh) throws ChartException
      Description copied from interface: ISeriesRenderer
      Sends out a first pass notification to the series renderer implementation to perform any necessary pre-computations prior to a second pass rendering.
      Parameters:
      bo -
      p -
      isrh -
      Throws:
      ChartException
    • renderLegendGraphic

      public void renderLegendGraphic(IPrimitiveRenderer ipr, Legend lg, Fill fPaletteEntry, Bounds bo) throws ChartException
      Description copied from interface: ISeriesRenderer
      Notifies the series renderer to render a legend graphic element in the legend content that represents the series associated with the renderer.
      Parameters:
      ipr -
      lg -
      fPaletteEntry -
      bo -
      Throws:
      ChartException