Class XYAreaRenderer.XYAreaRendererState

Enclosing class:
XYAreaRenderer

static class XYAreaRenderer.XYAreaRendererState extends XYItemRendererState
A state object used by this renderer.
  • Field Details

    • area

      public GeneralPath area
      Working storage for the area under one series.
    • line

      public Line2D line
      Working line that can be recycled.
  • Constructor Details

    • XYAreaRendererState

      public XYAreaRendererState(PlotRenderingInfo info)
      Creates a new state.
      Parameters:
      info - the plot rendering info.