- zoom(Rectangle) - Method in class org.jfree.experimental.chart.swt.ChartComposite
-
Zooms in on a selected region.
- ZOOM_IN_BOTH_COMMAND - Static variable in class org.jfree.experimental.chart.swt.ChartComposite
-
Zoom in (both axes) action command.
- ZOOM_IN_DOMAIN_COMMAND - Static variable in class org.jfree.experimental.chart.swt.ChartComposite
-
Zoom in (domain axis only) action command.
- ZOOM_IN_RANGE_COMMAND - Static variable in class org.jfree.experimental.chart.swt.ChartComposite
-
Zoom in (range axis only) action command.
- ZOOM_OUT_BOTH_COMMAND - Static variable in class org.jfree.experimental.chart.swt.ChartComposite
-
Zoom out (both axes) action command.
- ZOOM_OUT_DOMAIN_COMMAND - Static variable in class org.jfree.experimental.chart.swt.ChartComposite
-
Zoom out (domain axis only) action command.
- ZOOM_OUT_RANGE_COMMAND - Static variable in class org.jfree.experimental.chart.swt.ChartComposite
-
Zoom out (range axis only) action command.
- ZOOM_RESET_BOTH_COMMAND - Static variable in class org.jfree.experimental.chart.swt.ChartComposite
-
Zoom reset (both axes) action command.
- ZOOM_RESET_DOMAIN_COMMAND - Static variable in class org.jfree.experimental.chart.swt.ChartComposite
-
Zoom reset (domain axis only) action command.
- ZOOM_RESET_RANGE_COMMAND - Static variable in class org.jfree.experimental.chart.swt.ChartComposite
-
Zoom reset (range axis only) action command.
- zoomInBoth(double, double) - Method in class org.jfree.experimental.chart.swt.ChartComposite
-
Zooms in on an anchor point (specified in screen coordinate space).
- zoomInDomain(double, double) - Method in class org.jfree.experimental.chart.swt.ChartComposite
-
Decreases the length of the domain axis, centered about the given
coordinate on the screen.
- zoomInRange(double, double) - Method in class org.jfree.experimental.chart.swt.ChartComposite
-
Decreases the length of the range axis, centered about the given
coordinate on the screen.
- zoomOutBoth(double, double) - Method in class org.jfree.experimental.chart.swt.ChartComposite
-
Zooms out on an anchor point (specified in screen coordinate space).
- zoomOutDomain(double, double) - Method in class org.jfree.experimental.chart.swt.ChartComposite
-
Increases the length of the domain axis, centered about the given
coordinate on the screen.
- zoomOutRange(double, double) - Method in class org.jfree.experimental.chart.swt.ChartComposite
-
Increases the length the range axis, centered about the given
coordinate on the screen.