Alphabetical Index: Z

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Z

ZERO - static field in class org.jfree.chart.renderer.AbstractRenderer
Zero represented as a Double.
ZERO - static field in class org.jfree.chart.plot.Plot
Useful constant representing zero.
zeroAll() - method in class org.jfree.data.xy.MatrixSeries
Sets all matrix values to zero and sends a SeriesChangeEvent to all registered listeners.
zeroAll() - method in class org.jfree.data.xy.NormalizedMatrixSeries
zoom(double) - method in class org.jfree.chart.plot.CategoryPlot
Zooms (in or out) on the plot's value axis.
zoom(double) - method in class org.jfree.chart.plot.CompassPlot
No zooming is implemented for compass plot, so this method is empty.
zoom(double) - method in class org.jfree.chart.plot.ContourPlot
Zooms the axis ranges by the specified percentage about the anchor point.
zoom(double) - method in class org.jfree.chart.plot.MeterPlot
A zoom method that does nothing.
zoom(double) - method in class org.jfree.chart.plot.PiePlot
A zoom method that does nothing.
zoom(double) - method in class org.jfree.chart.plot.Plot
Performs a zoom on the plot.
zoom(double) - method in class org.jfree.chart.plot.PolarPlot
Zooms the axis ranges by the specified percentage about the anchor point.
zoom(double) - method in class org.jfree.chart.plot.ThermometerPlot
A zoom method that does nothing.
zoom(Rectangle2D) - method in class org.jfree.chart.ChartPanel
Zooms in on a selected region.
ZOOM_IN_BOTH_COMMAND - static field in class org.jfree.chart.ChartPanel
Zoom in (both axes) action command.
ZOOM_IN_DOMAIN_COMMAND - static field in class org.jfree.chart.ChartPanel
Zoom in (domain axis only) action command.
ZOOM_IN_RANGE_COMMAND - static field in class org.jfree.chart.ChartPanel
Zoom in (range axis only) action command.
ZOOM_OUT_BOTH_COMMAND - static field in class org.jfree.chart.ChartPanel
Zoom out (both axes) action command.
ZOOM_OUT_DOMAIN_COMMAND - static field in class org.jfree.chart.ChartPanel
Zoom out (domain axis only) action command.
ZOOM_OUT_RANGE_COMMAND - static field in class org.jfree.chart.ChartPanel
Zoom out (range axis only) action command.
ZOOM_RESET_BOTH_COMMAND - static field in class org.jfree.chart.ChartPanel
Zoom reset (both axes) action command.
ZOOM_RESET_DOMAIN_COMMAND - static field in class org.jfree.chart.ChartPanel
Zoom reset (domain axis only) action command.
ZOOM_RESET_RANGE_COMMAND - static field in class org.jfree.chart.ChartPanel
Zoom reset (range axis only) action command.
Zoomable - interface 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.
zoomDomainAxes(double,double,double) - method in class org.jfree.chart.plot.ContourPlot
Multiplies the range on the domain axis/axes by the specified factor (to be implemented).
zoomDomainAxes(double,double,double,double) - method in class org.jfree.chart.plot.ContourPlot
Zooms the domain axes (not yet implemented).
This method does nothing, because CategoryPlot doesn't support zooming on the domain.
Zooms in on the domain axes.
Zooms in on the domain axes.
This method is required by the Zoomable interface, but since the plot does not have any domain axes, it does nothing.
This method does nothing.
Zooms in on the domain axis/axes.
Zooms in on the domain axes.
This method does nothing, because CategoryPlot doesn't support zooming on the domain.
Multiplies the range on the domain axis/axes by the specified factor.
Multiplies the range on the domain axis/axes by the specified factor.
This method is required by the Zoomable interface, but since the plot does not have any domain axes, it does nothing.
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 domain axis/axes by the specified factor.
zoomInBoth(double,double) - method in class org.jfree.chart.ChartPanel
Zooms in on an anchor point (specified in screen coordinate space).
zoomInDomain(double,double) - method in class org.jfree.chart.ChartPanel
Decreases the length of the domain axis, centered about the given coordinate on the screen.
zoomInRange(double,double) - method in class org.jfree.chart.ChartPanel
Decreases the length of the range axis, centered about the given coordinate on the screen.
zoomOutBoth(double,double) - method in class org.jfree.chart.ChartPanel
Zooms out on an anchor point (specified in screen coordinate space).
zoomOutDomain(double,double) - method in class org.jfree.chart.ChartPanel
Increases the length of the domain axis, centered about the given coordinate on the screen.
zoomOutRange(double,double) - method in class org.jfree.chart.ChartPanel
Increases the length the range axis, centered about the given coordinate on the screen.
zoomRange(double,double) - method in class org.jfree.chart.axis.DateAxis
Zooms in on the current range.
zoomRange(double,double) - method in class org.jfree.chart.axis.LogarithmicAxis
Zooms in on the current range.
zoomRange(double,double) - method in class org.jfree.chart.axis.ValueAxis
Zooms in on the current range.
zoomRangeAxes(double,double,double) - method in class org.jfree.chart.plot.ContourPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double,double,double,double) - method in class org.jfree.chart.plot.ContourPlot
Zooms the range axes (not yet implemented).
Zooms in on the range axes.
Zooms in on the range axes.
Zooms in on the range axes.
Zooms in on the range axes.
Zooms in on the range axes.
Zooms the range axes.
Zooms in on the range axes.
Zooms in on the range axes.
Multiplies the range on the range axis/axes by the specified factor.
Multiplies the range on the range axis/axes by the specified factor.
Multiplies the range on the range axis/axes by the specified factor.
Multiplies the range on the range axis/axes by the specified factor.
Multiplies the range on the range axis/axes by the specified factor.
Multiplies the range on the range axis/axes by the specified factor.
Multiplies the range on the range axis/axes by the specified factor.
Multiplies the range on the range axis/axes by the specified factor.
zValues - field in class org.jfree.data.contour.DefaultContourDataset
Storage for the z values.