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

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

Introduction

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

The text is from its open source code.

Constructor

PlotChangeEvent(Plot plot)
Creates a new PlotChangeEvent.

Method

PlotgetPlot()
Returns the plot that generated the event.
voidsetType(ChartChangeEventType type)
Sets the event type.