Class XYLineAndShapeRenderer.State

    • Field Detail

      • seriesPath

        public java.awt.geom.GeneralPath seriesPath
        The path for the current series.
    • Constructor Detail

      • State

        public State​(PlotRenderingInfo info)
        Creates a new state instance.
        Parameters:
        info - the plot rendering info.
    • Method Detail

      • isLastPointGood

        public boolean isLastPointGood()
        Returns a flag that indicates if the last point drawn (in the current series) was 'good' (non-null).
        Returns:
        A boolean.
      • setLastPointGood

        public void setLastPointGood​(boolean good)
        Sets a flag that indicates if the last point drawn (in the current series) was 'good' (non-null).
        Parameters:
        good - the flag.