Java org.jfree.chart.renderer.xy XYArrowRenderer fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.renderer.xy XYArrowRenderer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.renderer.xy XYArrowRenderer.

The text is from its open source code.

Constructor

XYArrowRenderer()
Creates a new renderer.

Method

voidsetSeriesPaint(int series, Paint paint)
Sets the paint used for a series and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesVisibleInLegend(int series, Boolean visible)
Sets the flag that controls whether a series is visible in the legend and sends a RendererChangeEvent to all registered listeners.