org.jfree.chart.plot
public interface Pannable
Since: 1.0.13
| Method Summary | |
|---|---|
| PlotOrientation | getOrientation()
Returns the orientation of the plot.
|
| boolean | isDomainPannable()
Evaluates if the domain axis can be panned.
|
| boolean | isRangePannable()
Evaluates if the range axis can be panned.
|
| void | panDomainAxes(double percent, PlotRenderingInfo info, Point2D source)
Pans the domain axes by the specified percentage.
|
| void | panRangeAxes(double percent, PlotRenderingInfo info, Point2D source)
Pans the range axes by the specified percentage.
|
Returns: The orientation (never null).
Returns: true if the domain axis is pannable.
Returns: true if the range axis is pannable.
Parameters: 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.
Parameters: 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.