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

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

Introduction

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

The text is from its open source code.

Constructor

AxisChangeEvent(Axis axis)
Creates a new AxisChangeEvent.

Method

AxisgetAxis()
Returns the axis that generated the event.
ObjectgetSource()
The object on which the Event initially occurred.