org.jfree.chart.plot.Zoomable |
![]() |
A plot that is zoomable must implement this interface to provide a
mechanism for the ChartPanel
to control the zooming.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the orientation of the plot.
| |||||||||||
Returns
true if the plot's domain is zoomable, and
false otherwise. | |||||||||||
Returns
true if the plot's range is zoomable, and
false otherwise. | |||||||||||
Zooms in on the domain axes.
| |||||||||||
Multiplies the range on the domain axis/axes by the specified factor.
| |||||||||||
Multiplies the range on the domain axis/axes by the specified factor.
| |||||||||||
Multiplies the range on the range axis/axes by the specified factor.
| |||||||||||
Zooms in on the range axes.
| |||||||||||
Multiplies the range on the range axis/axes by the specified factor.
|
Returns the orientation of the plot.
Returns true
if the plot's domain is zoomable, and
false
otherwise.
Returns true
if the plot's range is zoomable, and
false
otherwise.
Zooms in on the domain axes. The source
point can be used
in some cases to identify a subplot for zooming.
lowerPercent | the new lower bound. |
---|---|
upperPercent | the new upper bound. |
state | the plot state. |
source | the source point (in Java2D coordinates). |
Multiplies the range on the domain axis/axes by the specified factor.
The source
point can be used in some cases to identify a
subplot, or to determine the center of zooming (refer to the
documentation of the implementing class for details).
factor | the zoom factor. |
---|---|
state | the plot state. |
source | the source point (in Java2D coordinates). |
Multiplies the range on the domain axis/axes by the specified factor.
The source
point can be used in some cases to identify a
subplot, or to determine the center of zooming (refer to the
documentation of the implementing class for details).
factor | the zoom factor. |
---|---|
state | the plot state. |
source | the source point (in Java2D coordinates). |
useAnchor | use source point as zoom anchor? |
Multiplies the range on the range axis/axes by the specified factor.
The source
point can be used in some cases to identify a
subplot, or to determine the center of zooming (refer to the
documentation of the implementing class for details).
factor | the zoom factor. |
---|---|
state | the plot state. |
source | the source point (in Java2D coordinates). |
Zooms in on the range axes. The source
point can be used
in some cases to identify a subplot for zooming.
lowerPercent | the new lower bound. |
---|---|
upperPercent | the new upper bound. |
state | the plot state. |
source | the source point (in Java2D coordinates). |
Multiplies the range on the range axis/axes by the specified factor.
The source
point can be used in some cases to identify a
subplot, or to determine the center of zooming (refer to the
documentation of the implementing class for details).
factor | the zoom factor. |
---|---|
state | the plot state. |
source | the source point (in Java2D coordinates). |
useAnchor | use source point as zoom anchor? |