org.jfree.chart.plot.Pannable |
![]() |
An interface that the ChartPanel
class uses to communicate with
plots that support panning.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the orientation of the plot.
| |||||||||||
Evaluates if the domain axis can be panned.
| |||||||||||
Evaluates if the range axis can be panned.
| |||||||||||
Pans the domain axes by the specified percentage.
| |||||||||||
Pans the range axes by the specified percentage.
|
Returns the orientation of the plot.
null
).
Evaluates if the domain axis can be panned.
true
if the domain axis is pannable.
Evaluates if the range axis can be panned.
true
if the range axis is pannable.
Pans the domain axes by the specified percentage.
percent | the distance to pan (as a percentage of the axis length). |
---|---|
info | the plot info |
source | the source point where the pan action started. |
Pans the range axes by the specified percentage.
percent | the distance to pan (as a percentage of the axis length). |
---|---|
info | the plot info |
source | the source point where the pan action started. |