Header
And More

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 variable in class org.jfree.chart.plot.Plot
Useful constant representing zero.
ZERO - Static variable in class org.jfree.chart.renderer.AbstractRenderer
Zero represented as a Double.
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(Rectangle2D) - Method in class org.jfree.chart.ChartPanel
Zooms in on a selected region.
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
Deprecated. 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.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_IN_BOTH_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom in (both axes) action command.
ZOOM_IN_DOMAIN_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom in (domain axis only) action command.
ZOOM_IN_RANGE_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom in (range axis only) action command.
ZOOM_OUT_BOTH_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom out (both axes) action command.
ZOOM_OUT_DOMAIN_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom out (domain axis only) action command.
ZOOM_OUT_RANGE_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom out (range axis only) action command.
ZOOM_RESET_BOTH_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom reset (both axes) action command.
ZOOM_RESET_DOMAIN_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom reset (domain axis only) action command.
ZOOM_RESET_RANGE_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Zoom reset (range axis only) action command.
Zoomable - Interface in org.jfree.chart.plot
A plot that is zoomable must implement this interface to provide a mechanism for the ChartPanel to control the zooming.
zoomDomainAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CategoryPlot
This method does nothing, because CategoryPlot doesn't support zooming on the domain.
zoomDomainAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CategoryPlot
This method does nothing, because CategoryPlot doesn't support zooming on the domain.
zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
This method does nothing, because CategoryPlot doesn't support zooming on the domain.
zoomDomainAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Multiplies the range on the domain axis/axes by the specified factor.
zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Multiplies the range on the domain axis/axes by the specified factor.
zoomDomainAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Zooms in on the domain axes.
zoomDomainAxes(double, double, double) - Method in class org.jfree.chart.plot.ContourPlot
Deprecated. 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
Deprecated. Zooms the domain axes (not yet implemented).
zoomDomainAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.FastScatterPlot
Multiplies the range on the domain axis by the specified factor.
zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.FastScatterPlot
Multiplies the range on the domain axis by the specified factor.
zoomDomainAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.FastScatterPlot
Zooms in on the domain axes.
zoomDomainAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.PolarPlot
This method is required by the Zoomable interface, but since the plot does not have any domain axes, it does nothing.
zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.PolarPlot
This method is required by the Zoomable interface, but since the plot does not have any domain axes, it does nothing.
zoomDomainAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.PolarPlot
This method is required by the Zoomable interface, but since the plot does not have any domain axes, it does nothing.
zoomDomainAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.ThermometerPlot
Multiplies the range on the domain axis/axes by the specified factor.
zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.ThermometerPlot
Multiplies the range on the domain axis/axes by the specified factor.
zoomDomainAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.ThermometerPlot
This method does nothing.
zoomDomainAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.XYPlot
Multiplies the range on the domain axis/axes by the specified factor.
zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.XYPlot
Multiplies the range on the domain axis/axes by the specified factor.
zoomDomainAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.XYPlot
Zooms in on the domain axis/axes.
zoomDomainAxes(double, PlotRenderingInfo, Point2D) - Method in interface org.jfree.chart.plot.Zoomable
Multiplies the range on the domain axis/axes by the specified factor.
zoomDomainAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in interface org.jfree.chart.plot.Zoomable
Multiplies the range on the domain axis/axes by the specified factor.
zoomDomainAxes(double, double, PlotRenderingInfo, Point2D) - Method in interface org.jfree.chart.plot.Zoomable
Zooms in on the domain axes.
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.LogAxis
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, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CategoryPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CategoryPlot
Zooms in on the range axes.
zoomRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Zooms in on the range axes.
zoomRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Zooms in on the range axes.
zoomRangeAxes(double, double, double) - Method in class org.jfree.chart.plot.ContourPlot
Deprecated. 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
Deprecated. Zooms the range axes (not yet implemented).
zoomRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.FastScatterPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.FastScatterPlot
Multiplies the range on the range axis by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.FastScatterPlot
Zooms in on the range axes.
zoomRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.PolarPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.PolarPlot
Multiplies the range on the range axis by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.PolarPlot
Zooms in on the range axes.
zoomRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.ThermometerPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.ThermometerPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.ThermometerPlot
Zooms the range axes.
zoomRangeAxes(double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.XYPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in class org.jfree.chart.plot.XYPlot
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.XYPlot
Zooms in on the range axes.
zoomRangeAxes(double, PlotRenderingInfo, Point2D) - Method in interface org.jfree.chart.plot.Zoomable
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean) - Method in interface org.jfree.chart.plot.Zoomable
Multiplies the range on the range axis/axes by the specified factor.
zoomRangeAxes(double, double, PlotRenderingInfo, Point2D) - Method in interface org.jfree.chart.plot.Zoomable
Zooms in on the range axes.
zValues - Variable in class org.jfree.data.contour.DefaultContourDataset
Deprecated. Storage for the z values.

Footer
And More

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
Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.