Java org.jfree.chart.event ChartProgressEvent fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.event ChartProgressEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.event ChartProgressEvent.

The text is from its open source code.

Field

intDRAWING_STARTED
Indicates drawing has started.
intDRAWING_FINISHED
Indicates drawing has finished.

Method

JFreeChartgetChart()
Returns the chart that generated the change event.
ObjectgetSource()
The object on which the Event initially occurred.
intgetType()
Returns the event type.