Class StatisticalLineAndShapeRenderer

    • Constructor Detail

      • StatisticalLineAndShapeRenderer

        public StatisticalLineAndShapeRenderer()
        Constructs a default renderer (draws shapes and lines).
      • StatisticalLineAndShapeRenderer

        public StatisticalLineAndShapeRenderer​(boolean linesVisible,
                                               boolean shapesVisible)
        Constructs a new renderer.
        Parameters:
        linesVisible - draw lines?
        shapesVisible - draw shapes?
    • Method Detail

      • getErrorIndicatorPaint

        public Paint getErrorIndicatorPaint()
        Returns the paint used for the error indicators.
        Returns:
        The paint used for the error indicators (possibly null).
        See Also:
        setErrorIndicatorPaint(Paint)
      • setErrorIndicatorPaint

        public void setErrorIndicatorPaint​(Paint paint)
        Sets the paint used for the error indicators (if null, the item paint is used instead) and sends a RendererChangeEvent to all registered listeners.
        Parameters:
        paint - the paint (null permitted).
        See Also:
        getErrorIndicatorPaint()
      • getErrorIndicatorStroke

        public Stroke getErrorIndicatorStroke()
        Returns the stroke used for the error indicators.
        Returns:
        The stroke used for the error indicators (possibly null).
        Since:
        1.0.13
        See Also:
        setErrorIndicatorStroke(Stroke)
      • setErrorIndicatorStroke

        public void setErrorIndicatorStroke​(Stroke stroke)
        Sets the stroke used for the error indicators (if null, the item outline stroke is used instead) and sends a RendererChangeEvent to all registered listeners.
        Parameters:
        stroke - the stroke (null permitted).
        Since:
        1.0.13
        See Also:
        getErrorIndicatorStroke()
      • equals

        public boolean equals​(Object obj)
        Tests this renderer for equality with an arbitrary object.
        Overrides:
        equals in class LineAndShapeRenderer
        Parameters:
        obj - the object (null permitted).
        Returns:
        A boolean.