- WaferMapDataset - Class in org.jfree.data.general
-
- WaferMapDataset(int, int) - Constructor for class org.jfree.data.general.WaferMapDataset
-
Creates a new dataset using the default chipspace.
- WaferMapDataset(int, int, Number) - Constructor for class org.jfree.data.general.WaferMapDataset
-
Creates a new dataset.
- WaferMapPlot - Class in org.jfree.chart.plot
-
A wafer map plot.
- WaferMapPlot() - Constructor for class org.jfree.chart.plot.WaferMapPlot
-
Creates a new plot with no dataset.
- WaferMapPlot(WaferMapDataset) - Constructor for class org.jfree.chart.plot.WaferMapPlot
-
Creates a new plot.
- WaferMapPlot(WaferMapDataset, WaferMapRenderer) - Constructor for class org.jfree.chart.plot.WaferMapPlot
-
Creates a new plot.
- WaferMapRenderer - Class in org.jfree.chart.renderer
-
A renderer for wafer map plots.
- WaferMapRenderer() - Constructor for class org.jfree.chart.renderer.WaferMapRenderer
-
Creates a new renderer.
- WaferMapRenderer(int, int) - Constructor for class org.jfree.chart.renderer.WaferMapRenderer
-
Creates a new renderer.
- WaferMapRenderer(Integer, Integer) - Constructor for class org.jfree.chart.renderer.WaferMapRenderer
-
Creates a new renderer.
- WARNING - Static variable in class org.jfree.chart.plot.ThermometerPlot
-
A constant for the 'warning' range.
- WaterfallBarRenderer - Class in org.jfree.chart.renderer.category
-
A renderer that handles the drawing of waterfall bar charts, for use with
the
CategoryPlot
class.
- WaterfallBarRenderer() - Constructor for class org.jfree.chart.renderer.category.WaterfallBarRenderer
-
Constructs a new renderer with default values for the bar colors.
- WaterfallBarRenderer(Paint, Paint, Paint, Paint) - Constructor for class org.jfree.chart.renderer.category.WaterfallBarRenderer
-
Constructs a new waterfall renderer.
- Week - Class in org.jfree.data.time
-
A calendar week.
- Week() - Constructor for class org.jfree.data.time.Week
-
Creates a new time period for the week in which the current system
date/time falls.
- Week(int, int) - Constructor for class org.jfree.data.time.Week
-
Creates a time period representing the week in the specified year.
- Week(int, Year) - Constructor for class org.jfree.data.time.Week
-
Creates a time period representing the week in the specified year.
- Week(Date) - Constructor for class org.jfree.data.time.Week
-
Creates a time period for the week in which the specified date/time
falls, using the default time zone and locale (the locale can affect the
day-of-the-week that marks the beginning of the week, as well as the
minimal number of days in the first week of the year).
- Week(Date, TimeZone) - Constructor for class org.jfree.data.time.Week
-
- Week(Date, TimeZone, Locale) - Constructor for class org.jfree.data.time.Week
-
Creates a time period for the week in which the specified date/time
falls, calculated relative to the specified time zone.
- WEST_ABOVE - Static variable in class org.jfree.chart.plot.PolarAxisLocation
-
Axis above west.
- WEST_BELOW - Static variable in class org.jfree.chart.plot.PolarAxisLocation
-
Axis below west.
- WIDTHMETHOD_AVERAGE - Static variable in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
The average width method.
- WIDTHMETHOD_INTERVALDATA - Static variable in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
The interval data method.
- WIDTHMETHOD_SMALLEST - Static variable in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
The smallest width method.
- WindDataset - Interface in org.jfree.data.xy
-
Interface for a dataset that supplies wind intensity and direction values
observed at various points in time.
- WindItemRenderer - Class in org.jfree.chart.renderer.xy
-
A specialised renderer for displaying wind intensity/direction data.
- WindItemRenderer() - Constructor for class org.jfree.chart.renderer.xy.WindItemRenderer
-
Creates a new renderer.
- WindNeedle - Class in org.jfree.chart.needle
-
A needle that indicates wind direction, for use with the
CompassPlot
class.
- WindNeedle() - Constructor for class org.jfree.chart.needle.WindNeedle
-
Default constructor.
- WORD - Static variable in class org.jfree.chart.util.HexNumberFormat
-
Number of hexadecimal digits for a word.
- WORKING_CALENDAR - Static variable in class org.jfree.data.time.RegularTimePeriod
-
- workingCalendar - Variable in class org.jfree.data.time.DynamicTimeSeriesCollection
-
A working calendar (to recycle)
- workingLine - Variable in class org.jfree.chart.renderer.xy.XYItemRendererState
-
A line object that the renderer can reuse to save instantiating a lot
of objects.
- wrapOffset(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
??
- writeAsJPEG(Drawable, int, int, File) - Static method in class org.jfree.chart.util.ExportUtils
-
Writes the current content to the specified file in JPEG format.
- writeAsPDF(Drawable, int, int, File) - Static method in class org.jfree.chart.util.ExportUtils
-
Writes a Drawable
to the specified file in PDF format.
- writeAsPNG(Drawable, int, int, File) - Static method in class org.jfree.chart.util.ExportUtils
-
Writes the current content to the specified file in PNG format.
- writeAsSVG(Drawable, int, int, File) - Static method in class org.jfree.chart.util.ExportUtils
-
Writes the current content to the specified file in SVG format.
- writeBufferedImage(BufferedImage, String, OutputStream) - Static method in class org.jfree.chart.encoders.EncoderUtil
-
Encode the image in a specific format and write it to an OutputStream.
- writeBufferedImage(BufferedImage, String, OutputStream, float) - Static method in class org.jfree.chart.encoders.EncoderUtil
-
Encode the image in a specific format and write it to an OutputStream.
- writeBufferedImage(BufferedImage, String, OutputStream, boolean) - Static method in class org.jfree.chart.encoders.EncoderUtil
-
Encode the image in a specific format and write it to an OutputStream.
- writeBufferedImage(BufferedImage, String, OutputStream, float, boolean) - Static method in class org.jfree.chart.encoders.EncoderUtil
-
Encode the image in a specific format and write it to an OutputStream.
- writeBufferedImageAsJPEG(OutputStream, BufferedImage) - Static method in class org.jfree.chart.ChartUtilities
-
Writes a BufferedImage
to an output stream in JPEG format.
- writeBufferedImageAsJPEG(OutputStream, float, BufferedImage) - Static method in class org.jfree.chart.ChartUtilities
-
Writes a BufferedImage
to an output stream in JPEG format.
- writeBufferedImageAsPNG(OutputStream, BufferedImage) - Static method in class org.jfree.chart.ChartUtilities
-
Writes a BufferedImage
to an output stream in PNG format.
- writeBufferedImageAsPNG(OutputStream, BufferedImage, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
-
Writes a BufferedImage
to an output stream in PNG format.
- writeChartAsJPEG(OutputStream, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
-
Writes a chart to an output stream in JPEG format.
- writeChartAsJPEG(OutputStream, float, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
-
Writes a chart to an output stream in JPEG format.
- writeChartAsJPEG(OutputStream, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
-
Writes a chart to an output stream in JPEG format.
- writeChartAsJPEG(OutputStream, float, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
-
Writes a chart to an output stream in JPEG format.
- writeChartAsPNG(OutputStream, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
-
Writes a chart to an output stream in PNG format.
- writeChartAsPNG(OutputStream, JFreeChart, int, int, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
-
Writes a chart to an output stream in PNG format.
- writeChartAsPNG(OutputStream, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
-
Writes a chart to an output stream in PNG format.
- writeChartAsPNG(OutputStream, JFreeChart, int, int, ChartRenderingInfo, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
-
Writes a chart to an output stream in PNG format.
- writeImageMap(PrintWriter, String, ChartRenderingInfo, boolean) - Static method in class org.jfree.chart.ChartUtilities
-
Writes an image map to an output stream.
- writeImageMap(PrintWriter, String, ChartRenderingInfo, ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - Static method in class org.jfree.chart.ChartUtilities
-
Writes an image map to the specified writer.
- writeImageMap(PrintWriter, String, ChartRenderingInfo) - Static method in class org.jfree.chart.imagemap.ImageMapUtilities
-
Writes an image map to an output stream.
- writeImageMap(PrintWriter, String, ChartRenderingInfo, boolean) - Static method in class org.jfree.chart.imagemap.ImageMapUtilities
-
Writes an image map to an output stream.
- writeImageMap(PrintWriter, String, ChartRenderingInfo, ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - Static method in class org.jfree.chart.imagemap.ImageMapUtilities
-
Writes an image map to an output stream.
- writeScaledChartAsPNG(OutputStream, JFreeChart, int, int, int, int) - Static method in class org.jfree.chart.ChartUtilities
-
Writes a scaled version of a chart to an output stream in PNG format.