Java org.jfree.chart.plot Pannable fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.plot Pannable fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Implementation

org.jfree.chart.plot.Pannable has the following implementations.
Click this link to see all its implementation.

Method

PlotOrientationgetOrientation()
Returns the orientation of the plot.
booleanisDomainPannable()
Evaluates if the domain axis can be panned.
booleanisRangePannable()
Evaluates if the range axis can be panned.
voidpanDomainAxes(double percent, PlotRenderingInfo info, Point2D source)
Pans the domain axes by the specified percentage.
voidpanRangeAxes(double percent, PlotRenderingInfo info, Point2D source)
Pans the range axes by the specified percentage.