Alphabetical Index: S

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

S

Creates an XYDataset by sampling the specified function over a fixed range.
SAVE_COMMAND - static field in class org.jfree.chart.ChartPanel
Save action command.
Saves a chart to a file in JPEG format.
Saves a chart to a file in JPEG format.
Saves a chart to a file in JPEG format.
Saves a chart to a file in JPEG format.
Saves the chart as a JPEG format file in the temporary directory.
Saves the chart as a JPEG format file in the temporary directory and populates the ChartRenderingInfo object which can be used to generate an HTML image map.
Saves a chart to the specified file in PNG format.
Saves a chart to a file in PNG format.
Saves a chart to a file in PNG format.
Saves the chart as a PNG format file in the temporary directory.
Saves the chart as a PNG format file in the temporary directory and populates the ChartRenderingInfo object which can be used to generate an HTML image map.
scale(Rectangle2D) - method in class org.jfree.chart.ChartPanel
Applies any scaling that is in effect for the chart drawing to the given rectangle.
SCALE_AREA_TO_1 - static field in class org.jfree.data.statistics.HistogramType
Scale area to one.
SCALE_ON_BOTH_AXES - static field in class org.jfree.chart.renderer.xy.XYBubbleRenderer
A constant to specify that the bubbles drawn by this renderer should be scaled on both axes (see XYBubbleRenderer(int)).
SCALE_ON_DOMAIN_AXIS - static field in class org.jfree.chart.renderer.xy.XYBubbleRenderer
A constant to specify that the bubbles drawn by this renderer should be scaled on the domain axis (see XYBubbleRenderer(int)).
SCALE_ON_RANGE_AXIS - static field in class org.jfree.chart.renderer.xy.XYBubbleRenderer
A constant to specify that the bubbles drawn by this renderer should be scaled on the range axis (see XYBubbleRenderer(int)).
searchReplace(String,String,String) - static method in class org.jfree.chart.servlet.ServletUtilities
Perform a search/replace operation on a String There are String methods to do this since (JDK 1.4)
SECOND - static field in class org.jfree.chart.axis.DateTickUnit
A constant for seconds.
Second - class org.jfree.data.time.Second
Represents a second in a particular day.
Second() - constructor for class org.jfree.data.time.Second
Constructs a new Second, based on the system date/time.
Second(Date) - constructor for class org.jfree.data.time.Second
Constructs a second.
Second(Date,TimeZone) - constructor for class org.jfree.data.time.Second
Creates a new second based on the supplied time and time zone.
Second(int,int,int,int,int,int) - constructor for class org.jfree.data.time.Second
Creates a new second.
Second(int,org.jfree.data.time.Minute) - constructor for class org.jfree.data.time.Second
Constructs a new Second.
Internal class to represent a valid segment for this timeline.
Segment() - constructor for class org.jfree.chart.axis.SegmentedTimeline.Segment
Protected constructor only used by sub-classes.
Segment(long) - constructor for class org.jfree.chart.axis.SegmentedTimeline.Segment
Creates a segment for a given point in time.
SegmentedTimeline - class org.jfree.chart.axis.SegmentedTimeline
A Timeline that implements a "segmented" timeline with included, excluded and exception segments.
SegmentedTimeline(long,int,int) - constructor for class org.jfree.chart.axis.SegmentedTimeline
Constructs a new segmented timeline, optionaly using another segmented timeline as its base.
segmentEnd - field in class org.jfree.chart.axis.SegmentedTimeline.Segment
The segment end.
segmentNumber - field in class org.jfree.chart.axis.SegmentedTimeline.Segment
The segment number.
Private internal class to represent a range of segments.
SegmentRange(long,long) - constructor for class org.jfree.chart.axis.SegmentedTimeline.SegmentRange
Creates a SegmentRange between a start and end domain values.
segmentStart - field in class org.jfree.chart.axis.SegmentedTimeline.Segment
The segment start.
Selects an appropriate tick value for the axis.
Selects an appropriate tick value for the axis.
This operation is not supported by this axis.
Selects a tick unit when the axis is displayed horizontally.
Selects an appropriate tick size for the axis.
Selects an appropriate tick value for the axis.
Selects a tick unit when the axis is displayed vertically.
Selects an appropriate tick size for the axis.
Selects an appropriate tick value for the axis.
sendTempFile(File,HttpServletResponse) - static method in class org.jfree.chart.servlet.ServletUtilities
Binary streams the specified file to the HTTP response in 1KB chunks.
sendTempFile(File,HttpServletResponse,String) - static method in class org.jfree.chart.servlet.ServletUtilities
Binary streams the specified file to the HTTP response in 1KB chunks.
sendTempFile(String,HttpServletResponse) - static method in class org.jfree.chart.servlet.ServletUtilities
Binary streams the specified file in the temporary directory to the HTTP response in 1KB chunks.
serialVersionUID - static field in class org.jfree.chart.renderer.xy.XYBubbleRenderer
For serialization.
Series - class org.jfree.data.general.Series
Base class representing a data series.
Series(Comparable) - constructor for class org.jfree.data.general.Series
Creates a new series with the specified key.
Series(Comparable,String) - constructor for class org.jfree.data.general.Series
Creates a new series with the specified key and description.
SERIES_TAG - static field in class org.jfree.data.xml.DatasetTags
The 'Series' element name.
seriesBarWidthList - field in class org.jfree.chart.renderer.category.LayeredBarRenderer
A list of the width of each series bar.
Called when a series belonging to the dataset changes.
This method receives notification when a series belonging to the dataset changes.
Called when an observed series changes in some way.
Called when a series belonging to the dataset changes.
Receives notification that the time series has been changed.
SeriesChangeEvent - class org.jfree.data.general.SeriesChangeEvent
An event with details of a change to a series.
SeriesChangeEvent(Object) - constructor for class org.jfree.data.general.SeriesChangeEvent
Constructs a new event.
SeriesChangeListener - interface org.jfree.data.general.SeriesChangeListener
Methods for receiving notification of changes to a data series.
SeriesDataset - interface org.jfree.data.general.SeriesDataset
The interface for a dataset consisting of one or many series of data.
SeriesException - class org.jfree.data.general.SeriesException
A general purpose exception class for data series.
SeriesException(String) - constructor for class org.jfree.data.general.SeriesException
Constructs a new series exception.
seriesKey - field in class org.jfree.data.contour.DefaultContourDataset
The series name (this dataset supports only one series).
seriesNameListFromDataArray(Object[][]) - static method in class org.jfree.data.xy.DefaultWindDataset
Utility method for automatically generating series names.
seriesPath - field in class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
The path for the current series.
seriesPath - field in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
The path for the current series.
SeriesRenderingOrder - class org.jfree.chart.plot.SeriesRenderingOrder
Defines the tokens that indicate the rendering order for series in a XYPlot.
service(HttpServletRequest,HttpServletResponse) - method in class org.jfree.chart.servlet.DisplayChart
Service method.
ServletUtilities - class org.jfree.chart.servlet.ServletUtilities
Utility class used for servlet related JFreeChart operations.
setAdjustForBinSize(boolean) - method in class org.jfree.data.statistics.SimpleHistogramDataset
Sets the flag that controls whether or not the bin count is divided by the bin size in the getXValue(int,int) method.
setAdjustForDaylightSaving(boolean) - method in class org.jfree.chart.axis.SegmentedTimeline
Sets the flag that controls whether or not the daylight saving adjustment is applied.
setAdvanceLinePaint(Paint) - method in class org.jfree.chart.axis.CyclicNumberAxis
The advance line is the line drawn at the limit of the current cycle, when erasing the previous cycle.
setAdvanceLineStroke(Stroke) - method in class org.jfree.chart.axis.CyclicNumberAxis
The advance line is the line drawn at the limit of the current cycle, when erasing the previous cycle.
setAdvanceLineVisible(boolean) - method in class org.jfree.chart.axis.CyclicNumberAxis
The advance line is the line drawn at the limit of the current cycle, when erasing the previous cycle.
setAggregatedItemsKey(Comparable) - method in class org.jfree.chart.plot.MultiplePiePlot
Sets the key for aggregated items in the pie plots.
setAggregatedItemsPaint(Paint) - method in class org.jfree.chart.plot.MultiplePiePlot
Sets the paint used to draw the pie section representing the aggregated items and sends a PlotChangeEvent to all registered listeners.
setAllocatedY(double) - method in class org.jfree.chart.plot.PieLabelRecord
Sets the allocated y-coordinate.
setAllowNegativesFlag(boolean) - method in class org.jfree.chart.axis.LogarithmicAxis
Sets the 'allowNegativesFlag' flag; true to allow negative values in data, false to be able to plot positive values arbitrarily close to zero.
setAlpha(float) - method in class org.jfree.chart.renderer.xy.DeviationRenderer
Sets the alpha transparency for the background shading, and sends a RendererChangeEvent to all registered listeners.
setAlpha(float) - method in class org.jfree.chart.plot.Marker
Sets the alpha transparency that should be used when drawing the marker, and sends a MarkerChangeEvent to all registered listeners.
setAnchor(Point2D) - method in class org.jfree.chart.ChartPanel
Sets the anchor point.
setAnchor(Point2D) - method in class org.jfree.chart.plot.CrosshairState
Sets the anchor point.
setAnchorValue(double) - method in class org.jfree.chart.plot.CategoryPlot
Sets the anchor value and sends a PlotChangeEvent to all registered listeners.
setAnchorValue(double,boolean) - method in class org.jfree.chart.plot.CategoryPlot
Sets the anchor value and, if requested, sends a PlotChangeEvent to all registered listeners.
setAnchorX(double) - method in class org.jfree.chart.plot.CrosshairState
Sets the x-coordinate (in data space) for the anchor point.
setAnchorY(double) - method in class org.jfree.chart.plot.CrosshairState
Sets the y-coordinate (in data space) for the anchor point.
setAngle(double) - method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Sets the angle of the arrow.
setAngle(double) - method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the angle of the arrow.
setAngleGridlinePaint(Paint) - method in class org.jfree.chart.plot.PolarPlot
Sets the paint for the grid lines plotted against the angular axis.
setAngleGridlineStroke(Stroke) - method in class org.jfree.chart.plot.PolarPlot
Sets the stroke for the grid lines plotted against the angular axis and sends a PlotChangeEvent to all registered listeners.
setAngleGridlinesVisible(boolean) - method in class org.jfree.chart.plot.PolarPlot
Sets the flag that controls whether or not the angular grid-lines are visible.
setAngleLabelFont(Font) - method in class org.jfree.chart.plot.PolarPlot
Sets the font used to display the angle labels and sends a PlotChangeEvent to all registered listeners.
setAngleLabelPaint(Paint) - method in class org.jfree.chart.plot.PolarPlot
Sets the paint used to display the angle labels and sends a PlotChangeEvent to all registered listeners.
setAngleLabelsVisible(boolean) - method in class org.jfree.chart.plot.PolarPlot
Sets the flag that controls whether or not the angle labels are visible, and sends a PlotChangeEvent to all registered listeners.
setAntiAlias(boolean) - method in class org.jfree.chart.JFreeChart
Sets a flag that indicates whether or not anti-aliasing is used when the chart is drawn.
setArea(Shape) - method in class org.jfree.chart.entity.ChartEntity
Sets the area for the entity.
Sets the arrangement (layout) manager.
setArrowLength(double) - method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Sets the arrow length.
setArrowLength(double) - method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the arrow length.
setArrowPaint(Paint) - method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Sets the paint used for the arrow.
setArrowPaint(Paint) - method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the paint used for the arrow.
setArrowStroke(Stroke) - method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Sets the stroke used to draw the arrow line.
setArrowStroke(Stroke) - method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the stroke used to draw the arrow line.
setArrowWidth(double) - method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Sets the arrow width.
setArrowWidth(double) - method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the arrow width.
setArtifactPaint(Paint) - method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Sets the paint used to color the median and average markers and sends a RendererChangeEvent to all registered listeners.
setArtifactPaint(Paint) - method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Sets the paint used to paint the various artifacts such as outliers, farout symbol, median line and the averages ellipse.
Sets the attributed label for a section.
setAutoRange(boolean) - method in class org.jfree.chart.axis.ValueAxis
Sets a flag that determines whether or not the axis range is automatically adjusted to fit the data, and notifies registered listeners that the axis has been modified.
setAutoRange(boolean,boolean) - method in class org.jfree.chart.axis.ValueAxis
Sets the auto range attribute.
setAutoRangeIncludesZero(boolean) - method in class org.jfree.chart.axis.NumberAxis
Sets the flag that indicates whether or not the axis range, if automatically calculated, is forced to include zero.
setAutoRangeMinimumSize(double) - method in class org.jfree.chart.axis.ValueAxis
Sets the auto range minimum size and sends an AxisChangeEvent to all registered listeners.
setAutoRangeMinimumSize(double,boolean) - method in class org.jfree.chart.axis.CyclicNumberAxis
This function is nearly useless since the auto range is fixed for this class to the period.
setAutoRangeMinimumSize(double,boolean) - method in class org.jfree.chart.axis.ValueAxis
Sets the minimum size allowed for the axis range when it is automatically calculated.
setAutoRangeNextLogFlag(boolean) - method in class org.jfree.chart.axis.LogarithmicAxis
Sets the 'autoRangeNextLogFlag' flag.
setAutoRangeStickyZero(boolean) - method in class org.jfree.chart.axis.NumberAxis
Sets a flag that affects the auto-range when zero falls outside the data range but inside the margins defined for the axis.
setAutoRangeTimePeriodClass(Class) - method in class org.jfree.chart.axis.PeriodAxis
Sets the class used to create the first and last time periods for the axis range when the auto-range flag is set to true and sends an AxisChangeEvent to all registered listeners.
setAutoTickIndex(int) - method in class org.jfree.chart.axis.ValueAxis
Sets the auto tick index.
setAutoTickUnitSelection(boolean) - method in class org.jfree.chart.axis.ValueAxis
Sets a flag indicating whether or not the tick unit is automatically selected from a range of standard tick units.
setAutoTickUnitSelection(boolean,boolean) - method in class org.jfree.chart.axis.ValueAxis
Sets a flag indicating whether or not the tick unit is automatically selected from a range of standard tick units.
setAutoWidth(boolean) - method in class org.jfree.data.xy.CategoryTableXYDataset
Sets the flag that indicates whether the interval width is automatically calculated or not.
setAutoWidth(boolean) - method in class org.jfree.data.xy.DefaultTableXYDataset
Sets the flag that indicates whether the interval width is automatically calculated or not.
setAutoWidth(boolean) - method in class org.jfree.data.xy.IntervalXYDelegate
Sets the flag that indicates whether the interval width is automatically calculated.
setAutoWidth(boolean) - method in class org.jfree.data.xy.XYSeriesCollection
Sets the flag that indicates wether the interval width is automatically calculated or not.
setAutoWidthFactor(double) - method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Sets the factor by which the available space automatically calculated for the candles will be multiplied to determine the actual width to use.
setAutoWidthGap(double) - method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Sets the amount of space to leave on the left and right of each candle when automatically calculating widths.
setAutoWidthMethod(int) - method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Sets the method of automatically calculating the candle width.
setAveragedOutlier(org.jfree.chart.renderer.Outlier) - method in class org.jfree.chart.renderer.OutlierList
Sets the averaged outlier.
setAxis(org.jfree.chart.axis.ValueAxis) - method in class org.jfree.chart.axis.ColorBar
Sets the axis.
setAxis(org.jfree.chart.axis.ValueAxis) - method in class org.jfree.chart.title.PaintScaleLegend
Sets the axis for the paint scale and sends a TitleChangeEvent to all registered listeners.
setAxis(org.jfree.chart.axis.ValueAxis) - method in class org.jfree.chart.plot.PolarPlot
Sets the axis for the plot and sends a PlotChangeEvent to all registered listeners.
setAxisLabelGap(double) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the axis label gap and sends a PlotChangeEvent to all registered listeners.
setAxisLinePaint(Paint) - method in class org.jfree.chart.axis.Axis
Sets the paint used to draw the axis line and sends an AxisChangeEvent to all registered listeners.
setAxisLinePaint(Paint) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the paint used to draw the axis lines and sends a PlotChangeEvent to all registered listeners.
setAxisLineStroke(Stroke) - method in class org.jfree.chart.axis.Axis
Sets the stroke used to draw the axis line and sends an AxisChangeEvent to all registered listeners.
setAxisLineStroke(Stroke) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the stroke used to draw the axis lines and sends a PlotChangeEvent to all registered listeners.
setAxisLineVisible(boolean) - method in class org.jfree.chart.axis.Axis
Sets a flag that controls whether or not the axis line is visible and sends an AxisChangeEvent to all registered listeners.
setAxisLocation(int) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the location at which the axis is displayed with reference to the bulb.
Sets the axis location and sends a TitleChangeEvent to all registered listeners.
setAxisOffset(double) - method in class org.jfree.chart.title.PaintScaleLegend
Sets the offset between the axis and the paint strip and sends a TitleChangeEvent to all registered listeners.
setAxisOffset(RectangleInsets) - method in class org.jfree.chart.plot.CategoryPlot
Sets the axis offsets (gap between the data area and the axes) and sends a PlotChangeEvent to all registered listeners.
setAxisOffset(RectangleInsets) - method in class org.jfree.chart.plot.XYPlot
Sets the axis offsets (gap between the data area and the axes) and sends a PlotChangeEvent to all registered listeners.
setAxisRange() - method in class org.jfree.chart.plot.ThermometerPlot
Sets the axis range to the current values in the rangeInfo array.
setBackground(Color) - method in class org.jfree.chart.plot.JThermometer
Sets the background color.
setBackgroundAlpha(float) - method in class org.jfree.chart.plot.Plot
Sets the alpha transparency of the plot area background, and notifies registered listeners that the plot has been modified.
setBackgroundImage(Image) - method in class org.jfree.chart.JFreeChart
Sets the background image for the chart and sends a ChartChangeEvent to all registered listeners.
setBackgroundImage(Image) - method in class org.jfree.chart.plot.Plot
Sets the background image for the plot and sends a PlotChangeEvent to all registered listeners.
setBackgroundImageAlignment(int) - method in class org.jfree.chart.JFreeChart
Sets the background alignment.
setBackgroundImageAlignment(int) - method in class org.jfree.chart.plot.Plot
Sets the alignment for the background image and sends a PlotChangeEvent to all registered listeners.
setBackgroundImageAlpha(float) - method in class org.jfree.chart.JFreeChart
Sets the alpha-transparency for the chart's background image.
setBackgroundImageAlpha(float) - method in class org.jfree.chart.plot.Plot
Sets the alpha transparency used when drawing the background image.
setBackgroundPaint(Paint) - method in class org.jfree.chart.JFreeChart
Sets the paint used to fill the chart background and sends a ChartChangeEvent to all registered listeners.
setBackgroundPaint(Paint) - method in class org.jfree.chart.title.LegendTitle
Sets the background paint for the legend and sends a TitleChangeEvent to all registered listeners.
setBackgroundPaint(Paint) - method in class org.jfree.chart.title.PaintScaleLegend
Sets the background paint and sends a TitleChangeEvent to all registered listeners.
setBackgroundPaint(Paint) - method in class org.jfree.chart.plot.Plot
Sets the background color of the plot area and sends a PlotChangeEvent to all registered listeners.
setBackgroundPaint(Paint) - method in class org.jfree.chart.title.TextTitle
Sets the background paint and sends a TitleChangeEvent to all registered listeners.
setBarWidth(double) - method in class org.jfree.chart.renderer.category.CategoryItemRendererState
Sets the bar width.
setBarWidth(double) - method in class org.jfree.data.xy.XYBarDataset
Sets the bar width and sends a DatasetChangeEvent to all registered listeners.
setBase(double) - method in class org.jfree.chart.renderer.category.BarRenderer
Sets the base value for the bars and sends a RendererChangeEvent to all registered listeners.
setBase(double) - method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the base value for the bars and sends a RendererChangeEvent to all registered listeners.
setBaseCreateEntities(boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base flag that controls whether entities are created for a series, and sends a RendererChangeEvent to all registered listeners.
setBaseCreateEntities(boolean,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base flag that controls whether entities are created and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseFillPaint(Paint) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base fill paint and sends a RendererChangeEvent to all registered listeners.
setBaseFillPaint(Paint,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base fill paint and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelFont(Font) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label font and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelFont(Font) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base item label font and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelFont(Font) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base item label font and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelFont(Font,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label font and, if requested, sends a RendererChangeEvent to all registered listeners.
Sets the base item label generator and sends a RendererChangeEvent to all registered listeners.
Sets the base item label generator and sends a RendererChangeEvent to all registered listeners.
Sets the base item label generator and sends a RendererChangeEvent to all registered listeners.
Sets the base item label generator and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelPaint(Paint) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label paint and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelPaint(Paint) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base item label paint and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelPaint(Paint) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base item label paint and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelPaint(Paint,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label paint and, if requested, sends a RendererChangeEvent to all registered listeners..
setBaseItemLabelsVisible(Boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base setting for item label visibility.
setBaseItemLabelsVisible(Boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base setting for item label visibility.
setBaseItemLabelsVisible(Boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base setting for item label visibility.
setBaseItemLabelsVisible(Boolean,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base visibility for item labels and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelsVisible(Boolean,boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base visibility for item labels and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelsVisible(Boolean,boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base visibility for item labels and, if requested, sends a RendererChangeEvent to all registered listeners.
Sets the base item URL generator.
Sets the base item URL generator and sends a RendererChangeEvent to all registered listeners.
setBaseLinesVisible(boolean) - method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the base 'lines visible' flag.
setBaseLinesVisible(boolean) - method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the base 'lines visible' flag and sends a RendererChangeEvent to all registered listeners.
setBaseMillis(long) - method in class org.jfree.chart.util.RelativeDateFormat
Sets the base date/time used to calculate the elapsed time for display.
Sets the base item label position for negative values and sends a RendererChangeEvent to all registered listeners.
Sets the base item label position for negative values and sends a RendererChangeEvent to all registered listeners.
Sets the base item label position for negative values and sends a RendererChangeEvent to all registered listeners.
Sets the base negative item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
Sets the base negative item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
Sets the base negative item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseOutlinePaint(Paint) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base outline paint and sends a RendererChangeEvent to all registered listeners.
setBaseOutlinePaint(Paint) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base outline paint and sends a RendererChangeEvent to all registered listeners.
setBaseOutlinePaint(Paint) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base outline paint and sends a RendererChangeEvent to all registered listeners.
setBaseOutlinePaint(Paint,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base outline paint and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseOutlineStroke(Stroke) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base outline stroke and sends a RendererChangeEvent to all registered listeners.
setBaseOutlineStroke(Stroke) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base outline stroke and sends a RendererChangeEvent to all registered listeners.
setBaseOutlineStroke(Stroke) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base outline stroke and sends a RendererChangeEvent to all registered listeners.
setBaseOutlineStroke(Stroke,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base outline stroke and, if requested, sends a RendererChangeEvent to all registered listeners.
setBasePaint(Paint) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base paint and sends a RendererChangeEvent to all registered listeners.
setBasePaint(Paint) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base paint and sends a RendererChangeEvent to all registered listeners.
setBasePaint(Paint) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base paint and sends a RendererChangeEvent to all registered listeners.
setBasePaint(Paint,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base paint and, if requested, sends a RendererChangeEvent to all registered listeners.
Sets the base positive item label position.
Sets the base positive item label position.
Sets the base positive item label position.
Sets the base positive item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
Sets the base positive item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
Sets the base positive item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseRadius(double) - method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Sets the base radius.
setBaseRadius(double) - method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the base radius.
setBaseSectionOutlinePaint(Paint) - method in class org.jfree.chart.plot.PiePlot
Sets the base section paint.
setBaseSectionOutlineStroke(Stroke) - method in class org.jfree.chart.plot.PiePlot
Sets the base section stroke.
setBaseSectionPaint(Paint) - method in class org.jfree.chart.plot.PiePlot
Sets the base section paint and sends a PlotChangeEvent to all registered listeners.
setBaseSeriesOutlinePaint(Paint) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the base series paint.
setBaseSeriesOutlineStroke(Stroke) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the base series stroke.
setBaseSeriesPaint(Paint) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the base series paint.
setBaseSeriesVisible(boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base visibility and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisible(boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base visibility and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisible(boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base visibility and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisible(boolean,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base visibility and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisible(boolean,boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base visibility and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisible(boolean,boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base visibility and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisibleInLegend(boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base visibility in the legend and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisibleInLegend(boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base visibility in the legend and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisibleInLegend(boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base visibility in the legend and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisibleInLegend(boolean,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base visibility in the legend and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisibleInLegend(boolean,boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base visibility in the legend and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisibleInLegend(boolean,boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base visibility in the legend and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseShape(Shape) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base shape and sends a RendererChangeEvent to all registered listeners.
setBaseShape(Shape) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base shape and sends a RendererChangeEvent to all registered listeners.
setBaseShape(Shape) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base shape and sends a RendererChangeEvent to all registered listeners.
setBaseShape(Shape,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base shape and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseShapesFilled(boolean) - method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the base 'shapes filled' flag.
setBaseShapesFilled(boolean) - method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the base 'shapes filled' flag.
setBaseShapesFilled(boolean) - method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the base 'shapes filled' flag and sends a RendererChangeEvent to all registered listeners.
setBaseShapesVisible(boolean) - method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the base 'shapes visible' flag.
setBaseShapesVisible(boolean) - method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the flag that controls whether or not a shape is plotted at each data point.
setBaseShapesVisible(boolean) - method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the base 'shapes visible' flag and sends a RendererChangeEvent to all registered listeners.
setBaseStroke(Stroke) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base stroke.
setBaseStroke(Stroke) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base stroke and sends a RendererChangeEvent to all registered listeners.
setBaseStroke(Stroke) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base stroke.
setBaseStroke(Stroke,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base stroke and, if requested, sends a RendererChangeEvent to all registered listeners.
Sets the base timeline.
Sets the base tool tip generator and sends a RendererChangeEvent to all registered listeners.
Sets the base tool tip generator and sends a RendererChangeEvent to all registered listeners.
Sets the base tool tip generator and sends a RendererChangeEvent to all registered listeners.
Sets the base tool tip generator and sends a RendererChangeEvent to all registered listeners.
setBaseY(double) - method in class org.jfree.chart.plot.PieLabelRecord
Sets the base y-coordinate.
setBlockAnchor(RectangleAnchor) - method in class org.jfree.chart.renderer.xy.XYBlockRenderer
Sets the anchor point used to align a block at its (x, y) location and sends a RendererChangeEvent to all registered listeners.
setBlockHeight(double) - method in class org.jfree.chart.renderer.xy.XYBlockRenderer
Sets the height of the blocks used to represent each data item.
setBlockWidth(double) - method in class org.jfree.chart.renderer.xy.XYBlockRenderer
Sets the width of the blocks used to represent each data item.
setBorder(double,double,double,double) - method in class org.jfree.chart.block.AbstractBlock
Sets a black border with the specified line widths.
setBorder(org.jfree.chart.block.BlockBorder) - method in class org.jfree.chart.block.AbstractBlock
Sets the border for the block (use BlockBorder.NONE for no border).
setBorderPaint(Paint) - method in class org.jfree.chart.JFreeChart
Sets the paint used to draw the chart border (if visible).
setBorderStroke(Stroke) - method in class org.jfree.chart.JFreeChart
Sets the stroke used to draw the chart border (if visible).
setBorderVisible(boolean) - method in class org.jfree.chart.JFreeChart
Sets a flag that controls whether or not a border is drawn around the outside of the chart.
setBottom(double) - method in class org.jfree.chart.axis.AxisSpace
Sets the space reserved for axes at the bottom of the plot area.
setBoundMappedToLastCycle(boolean) - method in class org.jfree.chart.axis.CyclicNumberAxis
The cycle bound can be associated either with the current or with the last cycle.
Set the bounds of this item.
setBounds(Rectangle2D) - method in class org.jfree.chart.block.AbstractBlock
Sets the bounds of the block.
setBounds(Rectangle2D) - method in class org.jfree.chart.block.Block
Sets the bounds of the block.
setBoxPaint(Paint) - method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Sets the paint used to fill boxes and sends a RendererChangeEvent to all registered listeners.
setBoxWidth(double) - method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Sets the box width and sends a RendererChangeEvent to all registered listeners.
setCandleWidth(double) - method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Sets the candle width.
setCapLength(double) - method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Sets the length of the cap at the end of the error bars, and sends a RendererChangeEvent to all registered listeners.
setCategory(Comparable) - method in class org.jfree.chart.annotations.CategoryTextAnnotation
Sets the category that the annotation attaches to.
setCategory(Object) - method in class org.jfree.chart.entity.CategoryItemEntity
Sets the category.
setCategory1(Comparable) - method in class org.jfree.chart.annotations.CategoryLineAnnotation
Sets the category for the start of the line.
setCategory2(Comparable) - method in class org.jfree.chart.annotations.CategoryLineAnnotation
Sets the category for the end of the line.
Sets the category anchor point.
setCategoryIndex(int) - method in class org.jfree.chart.entity.CategoryItemEntity
Sets the category index.
setCategoryKeys(Comparable[]) - method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Sets the categories for the dataset.
setCategoryLabelPositionOffset(int) - method in class org.jfree.chart.axis.CategoryAxis
Sets the offset between the axis and the category labels (before label positioning is taken into account).
Sets the category label position specification for the axis and sends an AxisChangeEvent to all registered listeners.
setCategoryMargin(double) - method in class org.jfree.chart.axis.CategoryAxis
Sets the category margin and sends an AxisChangeEvent to all registered listeners.
setChart(org.jfree.chart.JFreeChart) - method in class org.jfree.chart.event.ChartChangeEvent
Sets the chart that generated the change event.
setChart(org.jfree.chart.JFreeChart) - method in class org.jfree.chart.ChartPanel
Sets the chart that is displayed in the panel.
setChart(org.jfree.chart.JFreeChart) - method in class org.jfree.chart.event.ChartProgressEvent
Sets the chart that generated the change event.
setChart(org.jfree.chart.JFreeChart) - method in class org.jfree.chart.PolarChartPanel
Sets the chart that is displayed in the panel.
setChartArea(Rectangle2D) - method in class org.jfree.chart.ChartRenderingInfo
Sets the area in which the chart was drawn.
Sets the chart editor factory.
setChipSpace(double) - method in class org.jfree.data.general.WaferMapDataset
Sets the space to draw between chips.
setCircular(boolean) - method in class org.jfree.chart.plot.PiePlot
A flag indicating whether the pie chart is circular, or stretched into an elliptical shape.
setCircular(boolean,boolean) - method in class org.jfree.chart.plot.PiePlot
Sets the circular attribute and, if requested, sends a PlotChangeEvent to all registered listeners.
setClip(boolean) - method in class org.jfree.chart.ClipPath
Sets the clip.
setClipPath(org.jfree.chart.ClipPath) - method in class org.jfree.chart.plot.ContourPlot
Sets the clipPath.
setCloseTickPaint(Paint) - method in class org.jfree.chart.renderer.xy.HighLowRenderer
Sets the paint used to draw the ticks for the close values and sends a RendererChangeEvent to all registered listeners.
setColorBarAxis(org.jfree.chart.axis.ColorBar) - method in class org.jfree.chart.plot.ContourPlot
Sets the colorbar for the plot.
setColorBarLocation(RectangleEdge) - method in class org.jfree.chart.plot.ContourPlot
Sets the color bar location and sends a PlotChangeEvent to all registered listeners.
setColorPalette(org.jfree.chart.plot.ColorPalette) - method in class org.jfree.chart.axis.ColorBar
Sets the color palette.
setColumnRenderingOrder(SortOrder) - method in class org.jfree.chart.plot.CategoryPlot
Sets the column order in which the items in each dataset should be rendered and sends a PlotChangeEvent to all registered listeners.
setCompletePaint(Paint) - method in class org.jfree.chart.renderer.category.GanttRenderer
Sets the paint used to show the percentage complete and sends a RendererChangeEvent to all registered listeners.
setComposite(Composite) - method in class org.jfree.chart.ClipPath
Sets the composite.
setCreateEntities(Boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not chart entities are created for the items in ALL series, and sends a RendererChangeEvent to all registered listeners.
setCreateEntities(Boolean,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not chart entities are created for the items in ALL series, and sends a RendererChangeEvent to all registered listeners.
setCrosshairDistance(double) - method in class org.jfree.chart.plot.CrosshairState
Sets the distance between the anchor point and the current crosshair point.
setCrosshairX(double) - method in class org.jfree.chart.plot.CrosshairState
Sets the x coordinate for the crosshair.
setCrosshairY(double) - method in class org.jfree.chart.plot.CrosshairState
Sets the y coordinate for the crosshair.
setCursor(double) - method in class org.jfree.chart.axis.AxisState
Sets the cursor position.
setData(float[][]) - method in class org.jfree.chart.plot.FastScatterPlot
Sets the data array used by the plot and sends a PlotChangeEvent to all registered listeners.
setDataArea(Rectangle2D) - method in class org.jfree.chart.plot.PlotRenderingInfo
Sets the data area.
setDataAreaRatio(double) - method in class org.jfree.chart.plot.ContourPlot
Sets the data area ratio.
setDataExtractOrder(TableOrder) - method in class org.jfree.chart.plot.MultiplePiePlot
Sets the data extract order (by row or by column) and sends a PlotChangeEvent to all registered listeners.
setDataExtractOrder(TableOrder) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the data extract order (by row or by column) and sends a PlotChangeEventto all registered listeners.
Sets a dataset for the plot.
setDataset(int,org.jfree.data.xy.XYDataset) - method in class org.jfree.chart.plot.XYPlot
Sets a dataset for the plot.
Sets the datset this entity refers to.
Sets the dataset for the plot, replacing the existing dataset, if there is one.
Sets the dataset used by the plot and sends a PlotChangeEvent to all registered listeners.
Sets the dataset used by the plot and sends a PlotChangeEvent to all registered listeners.
setDataset(org.jfree.data.contour.ContourDataset) - method in class org.jfree.chart.plot.ContourPlot
Sets the dataset for the plot, replacing the existing dataset if there is one.
setDataset(org.jfree.data.general.PieDataset) - method in class org.jfree.chart.plot.PiePlot
Sets the dataset and sends a DatasetChangeEvent to 'this'.
setDataset(org.jfree.data.general.PieDataset) - method in class org.jfree.chart.entity.PieSectionEntity
Sets the datset this entity refers to.
setDataset(org.jfree.data.general.ValueDataset) - method in class org.jfree.chart.plot.MeterPlot
Sets the dataset for the plot, replacing the existing dataset if there is one, and triggers a PlotChangeEvent.
Sets the dataset for the plot, replacing the existing dataset if there is one.
Sets the dataset used by the plot and sends a PlotChangeEvent to all registered listeners.
setDataset(org.jfree.data.xy.XYDataset) - method in class org.jfree.chart.plot.PolarPlot
Sets the dataset for the plot, replacing the existing dataset if there is one.
setDataset(org.jfree.data.xy.XYDataset) - method in class org.jfree.chart.entity.XYItemEntity
Sets the dataset this entity refers to.
setDataset(org.jfree.data.xy.XYDataset) - method in class org.jfree.chart.plot.XYPlot
Sets the primary dataset for the plot, replacing the existing dataset if there is one.
setDatasetGroup(org.jfree.data.general.DatasetGroup) - method in class org.jfree.chart.plot.Plot
Sets the dataset group (not currently used).
setDatasetIndex(int) - method in class org.jfree.chart.LegendItem
Sets the dataset index for this legend item.
Sets the rendering order and sends a PlotChangeEvent to all registered listeners.
Sets the rendering order and sends a PlotChangeEvent to all registered listeners.
setDateFormat(int,Locale) - method in class org.jfree.chart.title.DateTitle
Set the format of the date.
setDateFormatOverride(DateFormat) - method in class org.jfree.chart.axis.DateAxis
Sets the date format override.
setDaySuffix(String) - method in class org.jfree.chart.util.RelativeDateFormat
Sets the string that is appended to the day count.
setDefaultAutoRange(org.jfree.data.Range) - method in class org.jfree.chart.axis.ValueAxis
Sets the default auto range and sends an AxisChangeEvent to all registered listeners.
setDefaultEntityRadius(int) - method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the radius of the circle used for the default entity area when no area is specified.
setDepthFactor(double) - method in class org.jfree.chart.plot.PiePlot3D
Sets the pie depth as a percentage of the height of the plot area, and sends a PlotChangeEvent to all registered listeners.
setDescription(String) - method in class org.jfree.data.general.Series
Sets the description of the series and sends a PropertyChangeEvent to all registered listeners.
setDescription(String) - method in class org.jfree.data.gantt.Task
Sets the task description.
setDialBackgroundPaint(Paint) - method in class org.jfree.chart.plot.MeterPlot
Sets the paint used to fill the dial background.
setDialOutlinePaint(Paint) - method in class org.jfree.chart.plot.MeterPlot
Sets the dial outline paint and sends a PlotChangeEvent to all registered listeners.
setDialShape(org.jfree.chart.plot.DialShape) - method in class org.jfree.chart.plot.MeterPlot
Sets the dial shape and sends a PlotChangeEvent to all registered listeners.
setDirection(Rotation) - method in class org.jfree.chart.plot.PiePlot
Sets the direction in which the pie sections are drawn and sends a PlotChangeEvent to all registered listeners.
setDirection(Rotation) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the direction in which the radar axes are drawn and sends a PlotChangeEvent to all registered listeners.
setDismissDelay(int) - method in class org.jfree.chart.ChartPanel
Specifies the dismissal delay value for this chart panel.
setDisplayRange(double,double) - method in class org.jfree.chart.axis.ModuloAxis
Sets the display range.
setDisplayRange(int,double,double) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the display range.
setDisplayToolTips(boolean) - method in class org.jfree.chart.ChartPanel
Switches the display of tooltips for the panel on or off.
Sets the domain axes for this plot and sends a PlotChangeEvent to all registered listeners.
setDomainAxes(org.jfree.chart.axis.ValueAxis[]) - method in class org.jfree.chart.plot.XYPlot
Sets the domain axes for this plot and sends a PlotChangeEvent to all registered listeners.
Sets a domain axis and sends a PlotChangeEvent to all registered listeners.
Sets a domain axis and, if requested, sends a PlotChangeEvent to all registered listeners.
setDomainAxis(int,org.jfree.chart.axis.ValueAxis) - method in class org.jfree.chart.plot.XYPlot
Sets a domain axis and sends a PlotChangeEvent to all registered listeners.
Sets a domain axis and, if requested, sends a PlotChangeEvent to all registered listeners.
setDomainAxis(org.jfree.chart.axis.CategoryAxis) - method in class org.jfree.chart.plot.CategoryPlot
Sets the domain axis for the plot and sends a PlotChangeEvent to all registered listeners.
setDomainAxis(org.jfree.chart.axis.ValueAxis) - method in class org.jfree.chart.plot.ContourPlot
Sets the domain axis for the plot (this must be compatible with the plot type or an exception is thrown).
setDomainAxis(org.jfree.chart.axis.ValueAxis) - method in class org.jfree.chart.plot.FastScatterPlot
Sets the domain axis and sends a PlotChangeEvent to all registered listeners.
setDomainAxis(org.jfree.chart.axis.ValueAxis) - method in class org.jfree.chart.plot.XYPlot
Sets the domain axis for the plot and sends a PlotChangeEvent to all registered listeners.
Sets the location for a domain axis and sends a PlotChangeEvent to all registered listeners.
Sets the location for a domain axis and sends a PlotChangeEvent to all registered listeners.
Sets the location for a domain axis and sends a PlotChangeEvent to all registered listeners.
Sets the axis location for a domain axis and, if requested, sends a PlotChangeEvent to all registered listeners.
Sets the location of the domain axis and sends a PlotChangeEvent to all registered listeners.
Sets the location of the primary domain axis and sends a PlotChangeEvent to all registered listeners.
Sets the location of the domain axis and, if requested, sends a PlotChangeEvent to all registered listeners.
Sets the location of the domain axis and, if requested, sends a PlotChangeEvent to all registered listeners.
setDomainCrosshairLockedOnData(boolean) - method in class org.jfree.chart.plot.ContourPlot
Sets the flag indicating whether or not the domain crosshair should "lock-on" to actual data values.
setDomainCrosshairLockedOnData(boolean) - method in class org.jfree.chart.plot.XYPlot
Sets the flag indicating whether or not the domain crosshair should "lock-on" to actual data values.
setDomainCrosshairPaint(Paint) - method in class org.jfree.chart.plot.ContourPlot
Sets the Paint used to color the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setDomainCrosshairPaint(Paint) - method in class org.jfree.chart.plot.XYPlot
Sets the paint used to draw the crosshairs (if visible) and sends a PlotChangeEvent to all registered listeners.
setDomainCrosshairStroke(Stroke) - method in class org.jfree.chart.plot.ContourPlot
Sets the Stroke used to draw the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setDomainCrosshairStroke(Stroke) - method in class org.jfree.chart.plot.XYPlot
Sets the Stroke used to draw the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setDomainCrosshairValue(double) - method in class org.jfree.chart.plot.ContourPlot
Sets the domain crosshair value.
setDomainCrosshairValue(double) - method in class org.jfree.chart.plot.XYPlot
Sets the domain crosshair value and sends a PlotChangeEvent to all registered listeners (provided that the domain crosshair is visible).
setDomainCrosshairValue(double,boolean) - method in class org.jfree.chart.plot.ContourPlot
Sets the domain crosshair value.
setDomainCrosshairValue(double,boolean) - method in class org.jfree.chart.plot.XYPlot
Sets the domain crosshair value and, if requested, sends a PlotChangeEvent to all registered listeners (provided that the domain crosshair is visible).
setDomainCrosshairVisible(boolean) - method in class org.jfree.chart.plot.ContourPlot
Sets the flag indicating whether or not the domain crosshair is visible.
setDomainCrosshairVisible(boolean) - method in class org.jfree.chart.plot.XYPlot
Sets the flag indicating whether or not the domain crosshair is visible and, if the flag changes, sends a PlotChangeEvent to all registered listeners.
setDomainDescription(String) - method in class org.jfree.data.time.TimePeriodValues
Sets the domain description and fires a property change event (with the property name Domain if the description changes).
setDomainDescription(String) - method in class org.jfree.data.time.TimeSeries
Sets the domain description and sends a PropertyChangeEvent (with the property name Domain) to all registered property change listeners.
setDomainGridlinePaint(Paint) - method in class org.jfree.chart.plot.CategoryPlot
Sets the paint used to draw the grid-lines (if any) against the domain axis and sends a PlotChangeEvent to all registered listeners.
setDomainGridlinePaint(Paint) - method in class org.jfree.chart.plot.FastScatterPlot
Sets the paint for the grid lines plotted against the domain axis and sends a PlotChangeEvent to all registered listeners.
setDomainGridlinePaint(Paint) - method in class org.jfree.chart.plot.XYPlot
Sets the paint for the grid lines plotted against the domain axis, and sends a PlotChangeEvent to all registered listeners.
Sets the position used for the domain gridlines and sends a PlotChangeEvent to all registered listeners.
setDomainGridlineStroke(Stroke) - method in class org.jfree.chart.plot.CategoryPlot
Sets the stroke used to draw grid-lines against the domain axis and sends a PlotChangeEvent to all registered listeners.
setDomainGridlineStroke(Stroke) - method in class org.jfree.chart.plot.FastScatterPlot
Sets the stroke for the grid lines plotted against the domain axis and sends a PlotChangeEvent to all registered listeners.
setDomainGridlineStroke(Stroke) - method in class org.jfree.chart.plot.XYPlot
Sets the stroke for the grid lines plotted against the domain axis, and sends a PlotChangeEvent to all registered listeners.
setDomainGridlinesVisible(boolean) - method in class org.jfree.chart.plot.CategoryPlot
Sets the flag that controls whether or not grid-lines are drawn against the domain axis.
setDomainGridlinesVisible(boolean) - method in class org.jfree.chart.plot.FastScatterPlot
Sets the flag that controls whether or not the domain grid-lines are visible.
setDomainGridlinesVisible(boolean) - method in class org.jfree.chart.plot.XYPlot
Sets the flag that controls whether or not the domain grid-lines are visible.
setDomainIsPointsInTime(boolean) - method in class org.jfree.data.time.TimePeriodValuesCollection
Sets a flag that controls whether the domain is treated as 'points in time', or time periods.
setDomainIsPointsInTime(boolean) - method in class org.jfree.data.time.TimeSeriesCollection
Sets a flag that controls whether the domain is treated as 'points in time', or time periods.
setDomainIsPointsInTime(boolean) - method in class org.jfree.data.time.TimeTableXYDataset
Sets a flag that controls whether the domain is treated as 'points in time', or time periods.
setDomainTickBandPaint(Paint) - method in class org.jfree.chart.plot.XYPlot
Sets the paint for the domain tick bands.
setDomainZeroBaselinePaint(Paint) - method in class org.jfree.chart.plot.XYPlot
Sets the paint for the zero baseline plotted against the domain axis and sends a PlotChangeEvent to all registered listeners.
setDomainZeroBaselineStroke(Stroke) - method in class org.jfree.chart.plot.XYPlot
Sets the stroke for the zero baseline for the domain axis, and sends a PlotChangeEvent to all registered listeners.
setDomainZeroBaselineVisible(boolean) - method in class org.jfree.chart.plot.XYPlot
Sets the flag that controls whether or not the zero baseline is displayed for the domain axis, and sends a PlotChangeEvent to all registered listeners.
setDomainZoomable(boolean) - method in class org.jfree.chart.ChartPanel
Sets the flag that controls whether or not zooming is enable for the domain axis.
setDotHeight(int) - method in class org.jfree.chart.renderer.xy.XYDotRenderer
Sets the dot height and sends a RendererChangeEvent to all registered listeners.
setDotWidth(int) - method in class org.jfree.chart.renderer.xy.XYDotRenderer
Sets the dot width and sends a RendererChangeEvent to all registered listeners.
setDownArrow(Shape) - method in class org.jfree.chart.axis.ValueAxis
Sets the shape that can be displayed as an arrow pointing downwards at the end of an axis line and sends an AxisChangeEvent to all registered listeners.
setDownPaint(Paint) - method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Sets the paint used to fill candles when the price moves down from open to close and sends a RendererChangeEvent to all registered listeners.
setDrawAsLine(boolean) - method in class org.jfree.chart.plot.CategoryMarker
Sets the flag that controls whether the marker is drawn as a region or as a line, and sends a MarkerChangeEvent to all registered listeners.
setDrawBarOutline(boolean) - method in class org.jfree.chart.renderer.category.BarRenderer
Sets the flag that controls whether or not bar outlines are drawn and sends a RendererChangeEvent to all registered listeners.
setDrawBarOutline(boolean) - method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the flag that controls whether or not bar outlines are drawn and sends a RendererChangeEvent to all registered listeners.
setDrawBorder(boolean) - method in class org.jfree.chart.plot.CompassPlot
Sets a flag that controls whether or not a border is drawn.
setDrawBorder(boolean) - method in class org.jfree.chart.plot.MeterPlot
Sets the flag that controls whether or not a rectangular border is drawn around the plot area and sends a PlotChangeEvent to all registered listeners.
setDrawCloseTicks(boolean) - method in class org.jfree.chart.renderer.xy.HighLowRenderer
Sets the flag that controls whether close ticks are drawn, and sends a RendererChangeEvent to all registered listeners.
setDrawingSupplier(org.jfree.chart.plot.DrawingSupplier) - method in class org.jfree.chart.plot.Plot
Sets the drawing supplier for the plot.
setDrawLines(boolean) - method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Sets the flag that controls whether or not lines are drawn to connect the items within a series and sends a RendererChangeEvent to all registered listeners.
setDrawOpenTicks(boolean) - method in class org.jfree.chart.renderer.xy.HighLowRenderer
Sets the flag that controls whether open ticks are drawn, and sends a RendererChangeEvent to all registered listeners.
setDrawOutlines(boolean) - method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the flag that controls whether outlines are drawn for shapes, and sends a RendererChangeEvent to all registered listeners.
setDrawOutlines(boolean) - method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the flag that controls whether outlines are drawn for shapes, and sends a RendererChangeEvent to all registered listeners.
setDrawPaint(Paint) - method in class org.jfree.chart.ClipPath
Sets the drawPaint.
setDrawPath(boolean) - method in class org.jfree.chart.ClipPath
Sets the drawPath.
setDrawSeriesLineAsPath(boolean) - method in class org.jfree.chart.renderer.xy.DeviationRenderer
This method is overridden so that this flag cannot be changed---it is set to true for this renderer.
setDrawSeriesLineAsPath(boolean) - method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the flag that controls whether or not each series is drawn as a single path.
setDrawSeriesLineAsPath(boolean) - method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the flag that controls whether or not each series is drawn as a single path.
setDrawSharedDomainAxis(boolean) - method in class org.jfree.chart.plot.CategoryPlot
Sets the flag that controls whether the shared domain axis is drawn when this plot is being used as a subplot.
setDrawStroke(Stroke) - method in class org.jfree.chart.ClipPath
Sets the drawStroke.
setDrawVolume(boolean) - method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Sets a flag that controls whether or not volume bars are drawn in the background and sends a RendererChangeEvent to all registered listeners.
setDrawXError(boolean) - method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Sets the flag that controls whether or not the renderer draws error bars for the x-values and, if the flag changes, sends a RendererChangeEvent to all registered listeners.
setDrawYError(boolean) - method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Sets the flag that controls whether or not the renderer draws error bars for the y-values and, if the flag changes, sends a RendererChangeEvent to all registered listeners.
setDuration(org.jfree.data.time.TimePeriod) - method in class org.jfree.data.gantt.Task
Sets the task duration (actual or estimated).
setEncodingAlpha(boolean) - method in class org.jfree.chart.encoders.ImageEncoder
Set whether the encoder should encode alpha transparency (not supported by all ImageEncoders).
setEncodingAlpha(boolean) - method in class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
Set whether the encoder should encode alpha transparency (supported).
setEncodingAlpha(boolean) - method in class org.jfree.chart.encoders.SunJPEGEncoderAdapter
Set whether the encoder should encode alpha transparency (this is not supported for JPEG, so this method does nothing).
setEncodingAlpha(boolean) - method in class org.jfree.chart.encoders.SunPNGEncoderAdapter
Set whether the encoder should encode alpha transparency (not supported in this ImageEncoder).
setEndPercent(double) - method in class org.jfree.chart.renderer.category.GanttRenderer
Sets the position of the end of the progress indicator, as a percentage of the bar width.
setEndType(org.jfree.chart.renderer.AreaRendererEndType) - method in class org.jfree.chart.renderer.category.AreaRenderer
Sets a token that controls how the renderer draws the end points, and sends a RendererChangeEvent to all registered listeners.
setEndValue(double) - method in class org.jfree.chart.plot.IntervalMarker
Sets the end value for the marker and sends a MarkerChangeEvent to all registered listeners.
setEndValue(int,Comparable,Number) - method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Sets the end data value for one category in a series.
setEnforceFileExtensions(boolean) - method in class org.jfree.chart.ChartPanel
Sets a flag that controls whether or not file extensions are enforced.
Sets the entities for the block.
Sets the entity collection.
setErrorIndicatorPaint(Paint) - method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
Sets the paint used for the error indicators (if null, the item outline paint is used instead)
setErrorIndicatorPaint(Paint) - method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
Sets the paint used for the error indicators (if null, the item outline paint is used instead)
setErrorPaint(Paint) - method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Sets the paint used to draw the error bars.
setExceptionSegments(List) - method in class org.jfree.chart.axis.SegmentedTimeline
Sets the exception segments list.
setExpandToFitSpace(boolean) - method in class org.jfree.chart.title.TextTitle
Sets the flag that controls whether the title expands to fit the available space, and sends a TitleChangeEvent to all registered listeners.
setExplodedPieArea(Rectangle2D) - method in class org.jfree.chart.plot.PiePlotState
Sets the exploded pie area.
setExplodePercent(Comparable,double) - method in class org.jfree.chart.plot.PiePlot
Sets the amount that a pie section should be exploded and sends a PlotChangeEvent to all registered listeners.
setExplodePercent(int,double) - method in class org.jfree.chart.plot.PiePlot
Sets the amount that a pie section should be exploded and sends a PlotChangeEvent to all registered listeners.
setExpTickLabelsFlag(boolean) - method in class org.jfree.chart.axis.LogarithmicAxis
Sets the 'expTickLabelsFlag' flag.
setFaroutCoefficient(double) - method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Sets the value used as the farouts coefficient.
setFillBox(boolean) - method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Sets the flag that controls whether or not the box is filled and sends a RendererChangeEvent to all registered listeners.
setFillBox(boolean) - method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Sets the flag that controls whether or not the box is filled and sends a RendererChangeEvent to all registered listeners.
setFillPaint(Paint) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the fill paint for ALL series (optional).
setFillPaint(Paint) - method in class org.jfree.chart.ClipPath
Sets the fillPaint.
setFillPaint(Paint) - method in class org.jfree.chart.title.LegendGraphic
Sets the paint used to fill the shape.
setFillPaint(Paint) - method in class org.jfree.chart.needle.MeterNeedle
Sets the fill paint.
setFillPaint(Paint,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the fill paint for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
Sets the transformer used when the fill paint is an instance of GradientPaint.
Sets the transformer used when the fill paint is an instance of GradientPaint.
setFillPath(boolean) - method in class org.jfree.chart.ClipPath
Sets the fillPath.
setFillZoomRectangle(boolean) - method in class org.jfree.chart.ChartPanel
A flag that controls how the zoom rectangle is drawn.
setFirst(org.jfree.data.time.RegularTimePeriod) - method in class org.jfree.chart.axis.PeriodAxis
Sets the first time period in the axis range and sends an AxisChangeEvent to all registered listeners.
setFirstBarPaint(Paint) - method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Sets the paint that will be used to draw the first bar and sends a RendererChangeEvent to all registered listeners.
setFixedAutoRange(double) - method in class org.jfree.chart.axis.CyclicNumberAxis
The auto range is fixed for this class to the period by default.
setFixedAutoRange(double) - method in class org.jfree.chart.axis.ValueAxis
Sets the fixed auto range for the axis.
setFixedDimension(double) - method in class org.jfree.chart.axis.Axis
Sets the fixed dimension for the axis.
Sets the fixed domain axis space.
Sets the fixed domain axis space.
Sets the size (width or height, depending on the orientation of the plot) for the domain axis of each subplot.
Sets the space (width or height, depending on the orientation of the plot) for the domain axis of each subplot.
setFixedIntervalWidth(double) - method in class org.jfree.data.xy.IntervalXYDelegate
Sets the fixed interval width and, as a side effect, sets the autoWidth flag to false.
Sets the fixed legend items for the plot.
Sets the fixed legend items for the plot.
Sets the fixed range axis space.
Sets the fixed range axis space.
setFixedRangeAxisSpace(org.jfree.chart.axis.AxisSpace) - method in class org.jfree.chart.plot.XYPlot
Sets the fixed range axis space.
Sets the size (width or height, depending on the orientation of the plot) for the range axis of each subplot.
Sets the size (width or height, depending on the orientation of the plot) for the domain axis of each subplot.
setFollowDataInSubranges(boolean) - method in class org.jfree.chart.plot.JThermometer
Sets the flag that controls whether or not the display range follows the data value.
setFollowDataInSubranges(boolean) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the flag that controls whether or not the thermometer axis zooms to display the subrange within which the data value falls.
setFont(Font) - method in class org.jfree.chart.block.LabelBlock
Sets the font and regenerates the label.
setFont(Font) - method in class org.jfree.chart.annotations.TextAnnotation
Sets the font for the annotation.
setFont(Font) - method in class org.jfree.chart.title.TextTitle
Sets the font used to display the title string.
setFont(Font) - method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the font for the annotation.
setForeground(Color) - method in class org.jfree.chart.plot.JThermometer
Sets the foreground color.
setForegroundAlpha(float) - method in class org.jfree.chart.plot.Plot
Sets the alpha-transparency for the plot and sends a PlotChangeEvent to all registered listeners.
setFrame(org.jfree.chart.block.BlockFrame) - method in class org.jfree.chart.block.AbstractBlock
Sets the frame (or border).
setG2Base(double) - method in class org.jfree.chart.renderer.xy.XYBarRenderer.XYBarRendererState
Sets the range axis base in Java2D space.
setGap(double) - method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Sets the amount of space between subplots and sends a PlotChangeEvent to all registered listeners.
setGap(double) - method in class org.jfree.chart.plot.CombinedDomainXYPlot
Sets the amount of space between subplots and sends a PlotChangeEvent to all registered listeners.
setGap(double) - method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Sets the amount of space between subplots and sends a PlotChangeEvent to all registered listeners.
setGap(double) - method in class org.jfree.chart.plot.CombinedRangeXYPlot
Sets the amount of space between subplots.
setGapThreshold(double) - method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the gap threshold for discontinuous lines.
setGapThresholdType(UnitType) - method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the gap threshold type.
setGenerateEntities(boolean) - method in class org.jfree.chart.block.BlockParams
Sets the flag that controls whether or not chart entities are generated.
setGradientPaintTransformer(GradientPaintTransformer) - method in class org.jfree.chart.renderer.category.BarRenderer
Sets the gradient paint transformer and sends a RendererChangeEvent to all registered listeners.
Sets the gradient paint transformer and sends a MarkerChangeEvent to all registered listeners.
setGradientPaintTransformer(GradientPaintTransformer) - method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the gradient paint transformer and sends a RendererChangeEvent to all registered listeners.
setGridBandPaint(Paint) - method in class org.jfree.chart.axis.SymbolAxis
Sets the grid band paint and sends an AxisChangeEvent to all registered listeners.
setGridBandsVisible(boolean) - method in class org.jfree.chart.axis.SymbolAxis
Sets the visibility of the grid bands and notifies registered listeners that the axis has been modified.
setGroup(org.jfree.data.general.DatasetGroup) - method in class org.jfree.data.general.AbstractDataset
Sets the dataset group for the dataset.
Does nothing.
setGroup(org.jfree.data.general.DatasetGroup) - method in class org.jfree.data.general.Dataset
Sets the dataset group.
setGroupPaint(Paint) - method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Sets the paint used to draw the line between the minimum and maximum value items in each category and sends a RendererChangeEvent to all registered listeners.
setGroupStroke(Stroke) - method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Sets the stroke of the line between the minimum value and the maximum value.
setHeadPercent(double) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the head percent and sends a PlotChangeEvent to all registered listeners.
setHeight(double) - method in class org.jfree.chart.block.AbstractBlock
Sets the natural width of the block, if this is known in advance.
setHighFarOut(boolean) - method in class org.jfree.chart.renderer.OutlierListCollection
Sets the flag that indicates the presence of one or more far out values at the top end of the range.
setHighlightPaint(Paint) - method in class org.jfree.chart.needle.MeterNeedle
Sets the highlight paint.
setHorizontalAlignment(HorizontalAlignment) - method in class org.jfree.chart.title.Title
Sets the horizontal alignment for the title and sends a TitleChangeEvent to all registered listeners.
setHorizontalAxisTrace(boolean) - method in class org.jfree.chart.ChartPanel
A flag that controls trace lines on the horizontal axis.
setHorizontalTraceLine(Line2D) - method in class org.jfree.chart.ChartPanel
Sets the horizontal trace line.
setHourSuffix(String) - method in class org.jfree.chart.util.RelativeDateFormat
Sets the string that is appended to the hour count.
setID(String) - method in class org.jfree.chart.block.AbstractBlock
Sets the id for the block.
setID(String) - method in class org.jfree.chart.block.Block
Sets the ID for the block.
setIgnoreNullValues(boolean) - method in class org.jfree.chart.plot.PiePlot
Sets a flag that controls whether null values are ignored, and sends a PlotChangeEvent to all registered listeners.
setIgnoreZeroValues(boolean) - method in class org.jfree.chart.plot.PiePlot
Sets a flag that controls whether zero values are ignored, and sends a PlotChangeEvent to all registered listeners.
setImage(Image) - method in class org.jfree.chart.title.ImageTitle
Sets the image for the title and notifies registered listeners that the title has been modified.
setImageEncoder(String,String) - static method in class org.jfree.chart.encoders.ImageEncoderFactory
Used to set additional encoders or replace default ones.
setIncludeBaseInRange(boolean) - method in class org.jfree.chart.renderer.category.BarRenderer
Sets the flag that controls whether or not the base value for the bars is included in the range calculated by findRangeBounds(CategoryDataset).
setIncompletePaint(Paint) - method in class org.jfree.chart.renderer.category.GanttRenderer
Sets the paint used to show the percentage incomplete and sends a RendererChangeEvent to all registered listeners.
setIndex(int) - method in class org.jfree.chart.entity.ContourEntity
Sets the index.
setInitialDelay(int) - method in class org.jfree.chart.ChartPanel
Specifies the initial delay value for this chart panel.
setInnerSeparatorExtension(double) - method in class org.jfree.chart.plot.RingPlot
Sets the length of the inner extension of the separator line that is drawn between sections, as a percentage of the depth of the sections, and sends a PlotChangeEvent to all registered listeners.
setInsets(RectangleInsets) - method in class org.jfree.chart.plot.Plot
Sets the insets for the plot and sends a PlotChangeEvent to all registered listeners.
setInsets(RectangleInsets,boolean) - method in class org.jfree.chart.plot.Plot
Sets the insets for the plot and, if requested, and sends a PlotChangeEvent to all registered listeners.
setInteriorGap(double) - method in class org.jfree.chart.plot.PiePlot
Sets the interior gap and sends a PlotChangeEvent to all registered listeners.
setInteriorGap(double) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the interior gap and sends a PlotChangeEvent to all registered listeners.
setIntervalPositionFactor(double) - method in class org.jfree.data.xy.CategoryTableXYDataset
Sets the interval position factor.
setIntervalPositionFactor(double) - method in class org.jfree.data.xy.DefaultTableXYDataset
Sets the interval position factor.
setIntervalPositionFactor(double) - method in class org.jfree.data.xy.IntervalXYDelegate
Sets the interval position factor.
setIntervalPositionFactor(double) - method in class org.jfree.data.xy.XYSeriesCollection
Sets the interval position factor.
setIntervalWidth(double) - method in class org.jfree.data.xy.CategoryTableXYDataset
Sets the interval width to a fixed value, and sends a DatasetChangeEvent to all registered listeners.
setIntervalWidth(double) - method in class org.jfree.data.xy.DefaultTableXYDataset
Sets the interval width to a fixed value, and sends a DatasetChangeEvent to all registered listeners.
setIntervalWidth(double) - method in class org.jfree.data.xy.XYSeriesCollection
Sets the interval width and sends a DatasetChangeEvent to all registered listeners.
setInverse(boolean) - method in class org.jfree.chart.plot.ColorPalette
Sets the inverse flag.
setInverted(boolean) - method in class org.jfree.chart.axis.ValueAxis
Sets a flag that controls the direction of values on the axis, and notifies registered listeners that the axis has changed.
setItem(int) - method in class org.jfree.chart.entity.XYItemEntity
Sets the item index.
setItemCount(int) - method in class org.jfree.data.statistics.SimpleHistogramBin
Sets the item count.
setItemFont(Font) - method in class org.jfree.chart.title.LegendTitle
Sets the item font and sends a TitleChangeEvent to all registered listeners.
setItemLabelAnchorOffset(double) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label anchor offset.
setItemLabelFont(Font) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label font for ALL series and sends a RendererChangeEvent to all registered listeners.
setItemLabelFont(Font) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item label font for ALL series and sends a RendererChangeEvent to all registered listeners.
setItemLabelFont(Font) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label font for ALL series and sends a RendererChangeEvent to all registered listeners.
setItemLabelFont(Font,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label font for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
Sets the item label generator for ALL series and sends a RendererChangeEvent to all registered listeners.
Sets the item label generator for ALL series and sends a RendererChangeEvent to all registered listeners.
Sets the item label generator for ALL series and sends a RendererChangeEvent to all registered listeners.
Sets the item label generator for ALL series and sends a RendererChangeEvent to all registered listeners.
setItemLabelPadding(RectangleInsets) - method in class org.jfree.chart.title.LegendTitle
Sets the padding used for the item labels in the legend.
setItemLabelPaint(Paint) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label paint for ALL series and sends a RendererChangeEvent to all registered listeners.
setItemLabelPaint(Paint) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item label paint for ALL series and sends a RendererChangeEvent to all registered listeners.
setItemLabelPaint(Paint) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label paint for ALL series and sends a RendererChangeEvent to all registered listeners.
setItemLabelPaint(Paint,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label paint for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
setItemLabelsVisible(Boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the visibility of the item labels for ALL series (optional).
setItemLabelsVisible(Boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets a flag that controls whether or not the item labels for ALL series are visible.
setItemLabelsVisible(Boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets a flag that controls whether or not the item labels for ALL series are visible.
setItemLabelsVisible(Boolean,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the visibility of item labels for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
setItemLabelsVisible(Boolean,boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the visibility of item labels for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
setItemLabelsVisible(Boolean,boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the visibility of item labels for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
setItemMargin(double) - method in class org.jfree.chart.renderer.category.BarRenderer
Sets the item margin and sends a RendererChangeEvent to all registered listeners.
setItemMargin(double) - method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Sets the item margin and sends a RendererChangeEvent to all registered listeners.
setItemMargin(double) - method in class org.jfree.chart.renderer.category.LevelRenderer
Sets the item margin.
setItemPaint(Paint) - method in class org.jfree.chart.title.LegendTitle
Sets the item paint.
Sets the item URL generator for ALL series.
Sets the item URL generator for ALL series.
setKey(Comparable) - method in class org.jfree.chart.plot.CategoryMarker
Sets the key and sends a MarkerChangeEvent to all registered listeners.
setKey(Comparable) - method in class org.jfree.data.xml.ItemHandler
Sets the key.
setKey(Comparable) - method in class org.jfree.data.general.Series
Sets the key for the series and sends a PropertyChangeEvent (with the property name "Key") to all registered listeners.
setLabel(String) - method in class org.jfree.chart.axis.Axis
Sets the label for the axis and sends an AxisChangeEvent to all registered listeners.
setLabel(String) - method in class org.jfree.chart.plot.Marker
Sets the label (if null no label is displayed) and sends a MarkerChangeEvent to all registered listeners.
setLabelAnchor(RectangleAnchor) - method in class org.jfree.chart.plot.Marker
Sets the label anchor and sends a MarkerChangeEvent to all registered listeners.
setLabelAngle(double) - method in class org.jfree.chart.axis.Axis
Sets the angle for the label and sends an AxisChangeEvent to all registered listeners.
setLabelBackgroundPaint(Paint) - method in class org.jfree.chart.plot.PiePlot
Sets the section label background paint and sends a PlotChangeEvent to all registered listeners.
setLabelFont(Font) - method in class org.jfree.chart.axis.Axis
Sets the font for the axis label and sends an AxisChangeEvent to all registered listeners.
setLabelFont(Font) - method in class org.jfree.chart.plot.CompassPlot
Sets the label font and sends a PlotChangeEvent to all registered listeners.
setLabelFont(Font) - method in class org.jfree.chart.plot.Marker
Sets the label font and sends a MarkerChangeEvent to all registered listeners.
setLabelFont(Font) - method in class org.jfree.chart.plot.PiePlot
Sets the section label font and sends a PlotChangeEvent to all registered listeners.
setLabelFont(Font) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the series label font and sends a PlotChangeEvent to all registered listeners.
setLabelGap(double) - method in class org.jfree.chart.plot.PiePlot
Sets the gap between the edge of the pie and the labels (expressed as a percentage of the plot width) and sends a PlotChangeEvent to all registered listeners.
Sets the label generator and sends a PlotChangeEvent to all registered listeners.
Sets the section label generator and sends a PlotChangeEvent to all registered listeners.
Sets the array of label info records.
setLabelInsets(RectangleInsets) - method in class org.jfree.chart.axis.Axis
Sets the insets for the axis label, and sends an AxisChangeEvent to all registered listeners.
setLabelLinkMargin(double) - method in class org.jfree.chart.plot.PiePlot
Sets the link margin and sends a PlotChangeEvent to all registered listeners.
setLabelLinkPaint(Paint) - method in class org.jfree.chart.plot.PiePlot
Sets the paint used for the lines that connect pie sections to their corresponding labels, and sends a PlotChangeEvent to all registered listeners.
setLabelLinkStroke(Stroke) - method in class org.jfree.chart.plot.PiePlot
Sets the link stroke and sends a PlotChangeEvent to all registered listeners.
setLabelLinksVisible(boolean) - method in class org.jfree.chart.plot.PiePlot
Sets the flag that controls whether or not label linking lines are visible and sends a PlotChangeEvent to all registered listeners.
setLabelOffset(double) - method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Sets the label offset (from the arrow base, continuing in a straight line, in Java2D units).
setLabelOffset(double) - method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the label offset (from the arrow base, continuing in a straight line, in Java2D units).
setLabelOffset(RectangleInsets) - method in class org.jfree.chart.plot.Marker
Sets the label offset and sends a MarkerChangeEvent to all registered listeners.
setLabelOffsetType(LengthAdjustmentType) - method in class org.jfree.chart.plot.Marker
Sets the label offset type and sends a MarkerChangeEvent to all registered listeners.
setLabelOutlinePaint(Paint) - method in class org.jfree.chart.plot.PiePlot
Sets the section label outline paint and sends a PlotChangeEvent to all registered listeners.
setLabelOutlineStroke(Stroke) - method in class org.jfree.chart.plot.PiePlot
Sets the section label outline stroke and sends a PlotChangeEvent to all registered listeners.
setLabelPaint(Paint) - method in class org.jfree.chart.axis.Axis
Sets the paint used to draw the axis label and sends an AxisChangeEvent to all registered listeners.
setLabelPaint(Paint) - method in class org.jfree.chart.plot.Marker
Sets the label paint and sends a MarkerChangeEvent to all registered listeners.
setLabelPaint(Paint) - method in class org.jfree.chart.plot.PiePlot
Sets the section label paint and sends a PlotChangeEvent to all registered listeners.
setLabelPaint(Paint) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the series label paint and sends a PlotChangeEvent to all registered listeners.
setLabelPosition(Point2D) - method in class org.jfree.chart.DrawableLegendItem
Sets the label position.
setLabelShadowPaint(Paint) - method in class org.jfree.chart.plot.PiePlot
Sets the section label shadow paint and sends a PlotChangeEvent to all registered listeners.
setLabelTextAnchor(TextAnchor) - method in class org.jfree.chart.plot.Marker
Sets the label text anchor and sends a MarkerChangeEvent to all registered listeners.
setLabelType(int) - method in class org.jfree.chart.plot.CompassPlot
Sets the label type (either NO_LABELS or VALUE_LABELS.
setLast(org.jfree.data.time.RegularTimePeriod) - method in class org.jfree.chart.axis.PeriodAxis
Sets the last time period in the axis range and sends an AxisChangeEvent to all registered listeners.
setLastBarPaint(Paint) - method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Sets the paint that will be used to draw the last bar.
setLastPointGood(boolean) - method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
Sets a flag that indicates if the last point drawn (in the current series) was 'good' (non-null).
setLastPointGood(boolean) - method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
Sets a flag that indicates if the last point drawn (in the current series) was 'good' (non-null).
setLatestAngle(double) - method in class org.jfree.chart.plot.PiePlotState
Sets the latest angle.
setLeft(double) - method in class org.jfree.chart.axis.AxisSpace
Sets the space reserved for axes at the left of the plot area.
setLeftArrow(Shape) - method in class org.jfree.chart.axis.ValueAxis
Sets the shape that can be displayed as an arrow pointing left at the end of an axis line and sends an AxisChangeEvent to all registered listeners.
setLegendArea(Shape) - method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Sets the shape used as an area in each legend item and sends a RendererChangeEvent to all registered listeners.
setLegendArea(Shape) - method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
Sets the shape used as an area in each legend item and sends a RendererChangeEvent to all registered listeners.
setLegendBar(Shape) - method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the shape used to represent bars in each legend item and sends a RendererChangeEvent to all registered listeners.
setLegendItemGraphicAnchor(RectangleAnchor) - method in class org.jfree.chart.title.LegendTitle
Sets the anchor point used for the graphic in each legend item.
setLegendItemGraphicEdge(RectangleEdge) - method in class org.jfree.chart.title.LegendTitle
Sets the location of the shape within each legend item.
setLegendItemGraphicLocation(RectangleAnchor) - method in class org.jfree.chart.title.LegendTitle
Sets the legend item graphic location.
setLegendItemGraphicPadding(RectangleInsets) - method in class org.jfree.chart.title.LegendTitle
Sets the padding that will be applied to each item graphic in the legend and sends a TitleChangeEvent to all registered listeners.
Sets the legend item label generator and sends a RendererChangeEvent to all registered listeners.
Sets the legend item label generator and sends a RendererChangeEvent to all registered listeners.
Sets the legend item label generator.
setLegendItemShape(Shape) - method in class org.jfree.chart.plot.PiePlot
Sets the shape used for legend items and sends a PlotChangeEvent to all registered listeners.
setLegendItemShape(Shape) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the shape used for legend items and sends a PlotChangeEvent to all registered listeners.
Sets the legend item tool tip generator and sends a RendererChangeEvent to all registered listeners.
Sets the legend item tool tip generator and sends a RendererChangeEvent to all registered listeners.
Sets the legend item URL generator and sends a RendererChangeEvent to all registered listeners.
Sets the legend item URL generator and sends a RendererChangeEvent to all registered listeners.
Sets the legend label generator and sends a PlotChangeEvent to all registered listeners.
Sets the legend label tool tip generator and sends a PlotChangeEvent to all registered listeners.
Sets the legend label URL generator and sends a PlotChangeEvent to all registered listeners.
setLegendLine(Shape) - method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the shape used as a line in each legend item and sends a RendererChangeEvent to all registered listeners.
setLegendLine(Shape) - method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Sets the shape used as a line in each legend item and sends a RendererChangeEvent to all registered listeners.
setLegendLine(Shape) - method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the shape used as a line in each legend item and sends a RendererChangeEvent to all registered listeners.
setLimit(double) - method in class org.jfree.chart.plot.MultiplePiePlot
Sets the limit below which pie sections are aggregated.
setLine(Line2D) - method in class org.jfree.chart.DrawableLegendItem
Sets the line used to label this series.
setLine(Shape) - method in class org.jfree.chart.title.LegendGraphic
Sets the line.
setLinePaint(Paint) - method in class org.jfree.chart.title.LegendGraphic
Sets the line paint.
setLineStroke(Stroke) - method in class org.jfree.chart.title.LegendGraphic
Sets the line stroke.
setLinesVisible(boolean) - method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets a flag that controls whether or not lines are drawn between the items in ALL series, and sends a RendererChangeEvent to all registered listeners.
setLinesVisible(boolean) - method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets a flag that controls whether or not lines are drawn between the items in ALL series, and sends a RendererChangeEvent to all registered listeners.
setLineVisible(boolean) - method in class org.jfree.chart.title.LegendGraphic
Sets the flag that controls whether or not the line is visible.
setLinkArea(Rectangle2D) - method in class org.jfree.chart.plot.PiePlotState
Sets the label link area.
setLog10TickLabelsFlag(boolean) - method in class org.jfree.chart.axis.LogarithmicAxis
Sets the 'log10TickLabelsFlag' flag.
setLogscale(boolean) - method in class org.jfree.chart.plot.ColorPalette
Sets the 'log-scale' flag.
setLowerBound(double) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the lower bound for the thermometer.
setLowerBound(double) - method in class org.jfree.chart.axis.ValueAxis
Sets the lower bound for the axis range.
setLowerMargin(double) - method in class org.jfree.chart.axis.CategoryAxis
Sets the lower margin for the axis and sends an AxisChangeEvent to all registered listeners.
setLowerMargin(double) - method in class org.jfree.chart.axis.ValueAxis
Sets the lower margin for the axis (as a percentage of the axis range) and sends an AxisChangeEvent to all registered listeners.
setLowFarOut(boolean) - method in class org.jfree.chart.renderer.OutlierListCollection
Sets the flag that indicates the presence of one or more far out values at the bottom end of the range.
setMajorTickTimePeriodClass(Class) - method in class org.jfree.chart.axis.PeriodAxis
Sets the class that controls the spacing of the major tick marks, and sends an AxisChangeEvent to all registered listeners.
setMargin(double) - method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the percentage amount by which the bars are trimmed and sends a RendererChangeEvent to all registered listeners.
setMargin(double,double,double,double) - method in class org.jfree.chart.block.AbstractBlock
Sets the margin.
setMargin(RectangleInsets) - method in class org.jfree.chart.block.AbstractBlock
Sets the margin (use RectangleInsets.ZERO_INSETS for no padding).
setMarker(Shape) - method in class org.jfree.chart.DrawableLegendItem
Set the marker.
setMarkerBand(org.jfree.chart.axis.MarkerAxisBand) - method in class org.jfree.chart.axis.NumberAxis
Sets the marker band for the axis.
setMax(double) - method in class org.jfree.chart.axis.AxisState
Sets the maximum width/height.
setMaxCandleWidthInMilliseconds(double) - method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Sets the maximum candle width (in milliseconds).
setMaxChipX(int) - method in class org.jfree.data.general.WaferMapDataset
Sets wafer x dimension.
setMaxChipY(int) - method in class org.jfree.data.general.WaferMapDataset
Sets the number of chips in the y-dimension.
setMaxIcon(Icon) - method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Sets the icon displayed for the maximum value data item within each category and sends a RendererChangeEvent to all registered listeners.
setMaximumBarWidth(double) - method in class org.jfree.chart.renderer.category.BarRenderer
Sets the maximum bar width, which is specified as a percentage of the available space for all bars, and sends a RendererChangeEvent to all registered listeners.
setMaximumCategoryLabelLines(int) - method in class org.jfree.chart.axis.CategoryAxis
Sets the maximum number of lines to use for each category label and sends an AxisChangeEvent to all registered listeners.
setMaximumCategoryLabelWidthRatio(float) - method in class org.jfree.chart.axis.CategoryAxis
Sets the maximum category label width ratio and sends an AxisChangeEvent to all registered listeners.
setMaximumDate(Date) - method in class org.jfree.chart.axis.DateAxis
Sets the maximum date visible on the axis.
setMaximumDrawHeight(int) - method in class org.jfree.chart.ChartPanel
Sets the maximum drawing height for the chart on this panel.
setMaximumDrawWidth(int) - method in class org.jfree.chart.ChartPanel
Sets the maximum drawing width for the chart on this panel.
setMaximumItemAge(long) - method in class org.jfree.data.time.TimeSeries
Sets the number of time units in the 'history' for the series.
setMaximumItemCount(int) - method in class org.jfree.data.ComparableObjectSeries
Sets the maximum number of items that will be retained in the series.
setMaximumItemCount(int) - method in class org.jfree.data.time.TimeSeries
Sets the maximum number of items that will be retained in the series.
setMaximumItemCount(int) - method in class org.jfree.data.xy.XYSeries
Sets the maximum number of items that will be retained in the series.
setMaximumItemWidth(double) - method in class org.jfree.chart.renderer.category.LevelRenderer
Sets the maximum item width, which is specified as a percentage of the available space for all items, and sends a RendererChangeEvent to all registered listeners.
setMaximumLabelWidth(double) - method in class org.jfree.chart.plot.PiePlot
Sets the maximum label width as a percentage of the plot width and sends a PlotChangeEvent to all registered listeners.
setMaximumValue(double) - method in class org.jfree.chart.axis.ColorBar
Sets the maximum value.
setMaxItemWidth(double) - method in class org.jfree.chart.renderer.category.LevelRenderer
Sets the maximum item width, which is specified as a percentage of the available space for all items, and sends a RendererChangeEvent to all registered listeners.
setMaxValue(double) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the maximum value any category axis can take and sends a PlotChangeEvent to all registered listeners.
setMaxZ(double) - method in class org.jfree.chart.plot.ColorPalette
Sets the maximum Z value.
setMercuryPaint(Paint) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the default mercury paint.
setMeterAngle(int) - method in class org.jfree.chart.plot.MeterPlot
Sets the angle (in degrees) for the whole range of the dial and sends a PlotChangeEvent to all registered listeners.
setMinIcon(Icon) - method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Sets the icon displayed for the minimum value data item within each category and sends a RendererChangeEvent to all registered listeners.
setMinimumArcAngleToDraw(double) - method in class org.jfree.chart.plot.PiePlot
Sets the minimum arc angle that will be drawn.
setMinimumBarLength(double) - method in class org.jfree.chart.renderer.category.BarRenderer
Sets the minimum bar length and sends a RendererChangeEvent to all registered listeners.
setMinimumDate(Date) - method in class org.jfree.chart.axis.DateAxis
Sets the minimum date visible on the axis and sends an AxisChangeEvent to all registered listeners.
setMinimumDrawHeight(int) - method in class org.jfree.chart.ChartPanel
Sets the minimum drawing height for the chart on this panel.
setMinimumDrawWidth(int) - method in class org.jfree.chart.ChartPanel
Sets the minimum drawing width for the chart on this panel.
setMinimumValue(double) - method in class org.jfree.chart.axis.ColorBar
Sets the minimum value.
setMinorTickMarkInsideLength(float) - method in class org.jfree.chart.axis.PeriodAxis
Sets the inside length of the minor tick marks and sends an AxisChangeEvent to all registered listeners.
setMinorTickMarkOutsideLength(float) - method in class org.jfree.chart.axis.PeriodAxis
Sets the outside length of the minor tick marks and sends an AxisChangeEvent to all registered listeners.
setMinorTickMarkPaint(Paint) - method in class org.jfree.chart.axis.PeriodAxis
Sets the paint used to display minor tick marks, if they are visible, and sends a AxisChangeEvent to all registered listeners.
setMinorTickMarkStroke(Stroke) - method in class org.jfree.chart.axis.PeriodAxis
Sets the stroke used to display minor tick marks, if they are visible, and sends a AxisChangeEvent to all registered listeners.
setMinorTickMarksVisible(boolean) - method in class org.jfree.chart.axis.PeriodAxis
Sets the flag that controls whether or not minor tick marks are displayed for the axis, and sends a AxisChangeEvent to all registered listeners.
setMinorTickTimePeriodClass(Class) - method in class org.jfree.chart.axis.PeriodAxis
Sets the class that controls the spacing of the minor tick marks, and sends an AxisChangeEvent to all registered listeners.
setMinuteSuffix(String) - method in class org.jfree.chart.util.RelativeDateFormat
Sets the string that is appended to the minute count.
setMinZ(double) - method in class org.jfree.chart.plot.ColorPalette
Sets the minimum Z value.
setMissingPaint(Paint) - method in class org.jfree.chart.plot.ContourPlot
Sets the missingPaint.
Sets the model (dataset).
setMouseZoomable(boolean) - method in class org.jfree.chart.ChartPanel
A convenience method that switches on mouse-based zooming.
setMouseZoomable(boolean,boolean) - method in class org.jfree.chart.ChartPanel
A convenience method that switches on mouse-based zooming.
setMultiple(boolean) - method in class org.jfree.chart.renderer.OutlierList
Sets the flag that indicates whether or not this list represents multiple outliers.
setNeedlePaint(Paint) - method in class org.jfree.chart.plot.MeterPlot
Sets the paint used to display the needle and sends a PlotChangeEvent to all registered listeners.
setNegativeArrowVisible(boolean) - method in class org.jfree.chart.axis.ValueAxis
Sets a flag that controls whether or not the axis lines has an arrow drawn that points in the negative direction for the axis, and sends an AxisChangeEvent to all registered listeners.
setNegativeBarPaint(Paint) - method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Sets the paint that will be used to draw bars having negative values.
Sets the item label position for negative values in ALL series, and sends a RendererChangeEvent to all registered listeners.
Sets the item label position for negative values in ALL series, and sends a RendererChangeEvent to all registered listeners.
Sets the item label position for negative values in ALL series, and sends a RendererChangeEvent to all registered listeners.
Sets the item label position for negative values in ALL series and (if requested) sends a RendererChangeEvent to all registered listeners.
Sets the item label position for negative values in ALL series and (if requested) sends a RendererChangeEvent to all registered listeners.
Sets the item label position for negative values in ALL series and (if requested) sends a RendererChangeEvent to all registered listeners.
Sets the fallback position for negative item labels that don't fit within a bar, and sends a RendererChangeEvent to all registered listeners.
Sets the fallback position for negative item labels that don't fit within a bar, and sends a RendererChangeEvent to all registered listeners.
setNegativePaint(Paint) - method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Sets the paint used to highlight negative differences.
setNoDataMessage(String) - method in class org.jfree.chart.plot.Plot
Sets the message that is displayed when the dataset is empty or null, and sends a PlotChangeEvent to all registered listeners.
setNoDataMessageFont(Font) - method in class org.jfree.chart.plot.Plot
Sets the font used to display the 'no data' message and sends a PlotChangeEvent to all registered listeners.
setNoDataMessagePaint(Paint) - method in class org.jfree.chart.plot.Plot
Sets the paint used to display the 'no data' message and sends a PlotChangeEvent to all registered listeners.
setNotify(boolean) - method in class org.jfree.chart.JFreeChart
Sets a flag that controls whether or not listeners receive ChartChangeEvent notifications.
setNotify(boolean) - method in class org.jfree.data.general.Series
Sets the flag that controls whether or not change events are sent to registered listeners.
setNotify(boolean) - method in class org.jfree.chart.title.Title
Sets the flag that indicates whether or not the notification mechanism is enabled.
setNumberFormatOverride(NumberFormat) - method in class org.jfree.chart.axis.NumberAxis
Sets the number format override.
setObject(Comparable,Object) - method in class org.jfree.data.KeyedObjects
Replaces an existing object, or adds a new object to the collection.
setObject(Object) - method in class org.jfree.data.ComparableObjectItem
Sets the y-value for this data item.
setObject(Object) - method in class org.jfree.data.KeyedObject
Sets the object.
Adds or updates an object.
setObjectIcon(Icon) - method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Sets the icon drawn for each data item.
setOffset(double) - method in class org.jfree.chart.axis.CyclicNumberAxis
The cycle bound is a multiple of the period, plus optionally a start offset.
setOpenTickPaint(Paint) - method in class org.jfree.chart.renderer.xy.HighLowRenderer
Sets the paint used to draw the ticks for the open values and sends a RendererChangeEvent to all registered listeners.
Sets the orientation for the plot and sends a PlotChangeEvent to all registered listeners.
Sets the orientation of the plot (and all subplots).
Sets the orientation for the plot (also changes the orientation for all the subplots to match).
Sets the orientation for the plot (and all the subplots).
Sets the orientation for the plot (and all its subplots).
setOrientation(org.jfree.chart.plot.PlotOrientation) - method in class org.jfree.chart.plot.XYPlot
Sets the orientation for the plot and sends a PlotChangeEvent to all registered listeners.
setOuterSeparatorExtension(double) - method in class org.jfree.chart.plot.RingPlot
Sets the length of the outer extension of the separator line that is drawn between sections, as a percentage of the depth of the sections, and sends a PlotChangeEvent to all registered listeners.
setOutlierCoefficient(double) - method in class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
Sets the value used as the outlier coefficient
setOutline(boolean) - method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Sets a flag that controls whether or not outlines of the areas are drawn and sends a RendererChangeEvent to all registered listeners.
setOutline(boolean) - method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
Sets a flag that controls whether or not outlines of the areas are drawn, and sends a RendererChangeEvent to all registered listeners.
setOutline(boolean) - method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Sets a flag that controls whether or not outlines of the areas are drawn, and sends a RendererChangeEvent to all registered listeners.
setOutlinePaint(Paint) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the outline paint for ALL series (optional).
setOutlinePaint(Paint) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the outline paint for ALL series (optional).
setOutlinePaint(Paint) - method in class org.jfree.chart.plot.JThermometer
Sets the outline paint.
setOutlinePaint(Paint) - method in class org.jfree.chart.title.LegendGraphic
Sets the outline paint.
setOutlinePaint(Paint) - method in class org.jfree.chart.plot.Marker
Sets the outline paint and sends a MarkerChangeEvent to all registered listeners.
setOutlinePaint(Paint) - method in class org.jfree.chart.needle.MeterNeedle
Sets the outline paint.
setOutlinePaint(Paint) - method in class org.jfree.chart.plot.Plot
Sets the paint used to draw the outline of the plot area and sends a PlotChangeEvent to all registered listeners.
setOutlinePaint(Paint) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the outline paint for ALL series (optional).
setOutlinePaint(Paint,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the outline paint for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
setOutlineStroke(Stroke) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the outline stroke for ALL series and sends a RendererChangeEvent to all registered listeners.
setOutlineStroke(Stroke) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the outline stroke for ALL series and sends a RendererChangeEvent to all registered listeners.
setOutlineStroke(Stroke) - method in class org.jfree.chart.title.LegendGraphic
Sets the outline stroke.
setOutlineStroke(Stroke) - method in class org.jfree.chart.plot.Marker
Sets the outline stroke and sends a MarkerChangeEvent to all registered listeners.
setOutlineStroke(Stroke) - method in class org.jfree.chart.needle.MeterNeedle
Sets the outline stroke.
setOutlineStroke(Stroke) - method in class org.jfree.chart.plot.Plot
Sets the stroke used to outline the plot area and sends a PlotChangeEvent to all registered listeners.
setOutlineStroke(Stroke) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the outline stroke for ALL series and sends a RendererChangeEvent to all registered listeners.
setOutlineStroke(Stroke,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the outline stroke for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
setPadding(double,double,double,double) - method in class org.jfree.chart.block.AbstractBlock
Sets the padding.
setPadding(RectangleInsets) - method in class org.jfree.chart.block.AbstractBlock
Sets the padding (use RectangleInsets.ZERO_INSETS for no padding).
setPadding(RectangleInsets) - method in class org.jfree.chart.JFreeChart
Sets the padding between the chart border and the chart drawing area, and sends a ChartChangeEvent to all registered listeners.
setPadding(RectangleInsets) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the padding for the thermometer.
setPaint(Paint) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint to be used for ALL series, and sends a RendererChangeEvent to all registered listeners.
setPaint(Paint) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the paint to be used for ALL series, and sends a RendererChangeEvent to all registered listeners.
setPaint(Paint) - method in class org.jfree.chart.annotations.CategoryLineAnnotation
Sets the paint used to draw the connecting line.
setPaint(Paint) - method in class org.jfree.chart.plot.FastScatterPlot
Sets the color for the data points and sends a PlotChangeEvent to all registered listeners.
setPaint(Paint) - method in class org.jfree.chart.block.LabelBlock
Sets the paint and regenerates the label.
setPaint(Paint) - method in class org.jfree.chart.plot.Marker
Sets the paint and sends a MarkerChangeEvent to all registered listeners.
setPaint(Paint) - method in class org.jfree.chart.annotations.TextAnnotation
Sets the paint for the annotation.
setPaint(Paint) - method in class org.jfree.chart.title.TextTitle
Sets the paint used to display the title string.
setPaint(Paint) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the paint to be used for ALL series, and sends a RendererChangeEvent to all registered listeners.
setPaint(Paint) - method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the paint for the annotation.
setPaint(Paint,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint to be used for all series and, if requested, sends a RendererChangeEvent to all registered listeners.
setPaintScale(org.jfree.chart.renderer.PaintScale) - method in class org.jfree.chart.renderer.xy.XYBlockRenderer
Sets the paint scale used by the renderer.
setPalette(org.jfree.chart.plot.ColorPalette) - method in class org.jfree.chart.editor.PaletteSample
Sets the palette object being displayed.
setPaletteName(String) - method in class org.jfree.chart.plot.ColorPalette
Sets the palette name.
setParent(org.jfree.chart.plot.Plot) - method in class org.jfree.chart.plot.Plot
Sets the parent plot.
setPassesRequired(int) - method in class org.jfree.chart.plot.PiePlotState
Sets the number of passes required by the renderer.
setPercent(int) - method in class org.jfree.chart.event.ChartProgressEvent
Sets the percentage complete.
setPercentComplete(double) - method in class org.jfree.data.gantt.Task
Sets the percentage complete for the task.
setPeriod(double) - method in class org.jfree.chart.axis.CyclicNumberAxis
The cycle bound is a multiple of the period, plus optionally a start offset.
setPieArea(Rectangle2D) - method in class org.jfree.chart.plot.PiePlotState
Sets the pie area.
setPieCenterX(double) - method in class org.jfree.chart.plot.PiePlotState
Sets the x-coordinate of the center of the pie chart.
setPieCenterY(double) - method in class org.jfree.chart.plot.PiePlotState
Sets the y-coordinate of the center of the pie chart.
setPieChart(org.jfree.chart.JFreeChart) - method in class org.jfree.chart.plot.MultiplePiePlot
Sets the chart that is used to draw the individual pie plots.
setPieHRadius(double) - method in class org.jfree.chart.plot.PiePlotState
Sets the vertical pie radius.
setPieIndex(int) - method in class org.jfree.chart.plot.PiePlot
Sets the pie index (this is used by the MultiplePiePlot class to track subplots).
setPieIndex(int) - method in class org.jfree.chart.entity.PieSectionEntity
Sets the pie index.
setPieWRadius(double) - method in class org.jfree.chart.plot.PiePlotState
Sets the horizontal pie radius.
setPlot(org.jfree.chart.plot.CategoryPlot) - method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the plot that the renderer has been assigned to.
setPlot(org.jfree.chart.plot.CategoryPlot) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the plot that the renderer has been assigned to.
setPlot(org.jfree.chart.plot.Plot) - method in class org.jfree.chart.axis.Axis
Sets a reference to the plot that the axis is assigned to.
setPlot(org.jfree.chart.plot.PolarPlot) - method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Set the plot associated with this renderer.
setPlot(org.jfree.chart.plot.PolarPlot) - method in class org.jfree.chart.renderer.PolarItemRenderer
Sets the plot that this renderer is assigned to.
setPlot(org.jfree.chart.plot.WaferMapPlot) - method in class org.jfree.chart.renderer.WaferMapRenderer
Sets the plot and build the paint index.
setPlot(org.jfree.chart.plot.XYPlot) - method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the plot that the renderer is assigned to.
setPlot(org.jfree.chart.plot.XYPlot) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the plot that this renderer is assigned to.
setPlotArea(boolean) - method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Sets a flag that controls whether or not areas are drawn for each data item.
setPlotArea(Rectangle2D) - method in class org.jfree.chart.plot.PlotRenderingInfo
Sets the plot area.
setPlotDiscontinuous(boolean) - method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the flag that controls whether or not the renderer shows discontinuous lines, and sends a RendererChangeEvent to all registered listeners.
setPlotImages(boolean) - method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the flag that controls whether or not an image is drawn at each data point.
setPlotLines(boolean) - method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the flag that controls whether or not a line is plotted between each data point.
setPoint(Point2D) - method in class org.jfree.chart.renderer.Outlier
Sets the xy coordinates of the bounding box containing the outlier ellipse.
setPopupMenu(JPopupMenu) - method in class org.jfree.chart.ChartPanel
Sets the popup menu for the panel.
setPosition(int) - method in class org.jfree.data.time.DynamicTimeSeriesCollection
Sets the x position type (START, MIDDLE or END).
setPosition(RectangleEdge) - method in class org.jfree.chart.title.Title
Sets the position for the title and sends a TitleChangeEvent to all registered listeners.
setPositiveArrowVisible(boolean) - method in class org.jfree.chart.axis.ValueAxis
Sets a flag that controls whether or not the axis lines has an arrow drawn that points in the positive direction for the axis, and sends an AxisChangeEvent to all registered listeners.
setPositiveBarPaint(Paint) - method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Sets the paint that will be used to draw bars having positive values.
Sets the item label position for positive values in ALL series, and sends a RendererChangeEvent to all registered listeners.
Sets the item label position for positive values in ALL series, and sends a RendererChangeEvent to all registered listeners.
Sets the item label position for positive values in ALL series, and sends a RendererChangeEvent to all registered listeners.
Sets the positive item label position for ALL series and (if requested) sends a RendererChangeEvent to all registered listeners.
Sets the positive item label position for ALL series and (if requested) sends a RendererChangeEvent to all registered listeners.
Sets the positive item label position for ALL series and (if requested) sends a RendererChangeEvent to all registered listeners.
Sets the fallback position for positive item labels that don't fit within a bar, and sends a RendererChangeEvent to all registered listeners.
Sets the fallback position for positive item labels that don't fit within a bar, and sends a RendererChangeEvent to all registered listeners.
setPositivePaint(Paint) - method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Sets the paint used to highlight positive differences.
setPtSizePct(double) - method in class org.jfree.chart.plot.ContourPlot
Sets the ptSizePct.
setQuadrantOrigin(Point2D) - method in class org.jfree.chart.plot.XYPlot
Sets the quadrant origin and sends a PlotChangeEvent to all registered listeners.
setQuadrantPaint(int,Paint) - method in class org.jfree.chart.plot.XYPlot
Sets the paint used for the specified quadrant and sends a PlotChangeEvent to all registered listeners.
setQuality(float) - method in class org.jfree.chart.encoders.ImageEncoder
Set the quality of the image encoding (not supported by all ImageEncoders).
setQuality(float) - method in class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
Set the quality of the image encoding (supported).
setQuality(float) - method in class org.jfree.chart.encoders.SunJPEGEncoderAdapter
Set the quality of the image encoding.
setQuality(float) - method in class org.jfree.chart.encoders.SunPNGEncoderAdapter
Set the quality of the image encoding (not supported in this ImageEncoder).
setRadius(double) - method in class org.jfree.chart.renderer.Outlier
Sets the radius of the outlier ellipse.
setRadiusGridlinePaint(Paint) - method in class org.jfree.chart.plot.PolarPlot
Sets the paint for the grid lines plotted against the radius axis and sends a PlotChangeEvent to all registered listeners.
setRadiusGridlineStroke(Stroke) - method in class org.jfree.chart.plot.PolarPlot
Sets the stroke for the grid lines plotted against the radius axis and sends a PlotChangeEvent to all registered listeners.
setRadiusGridlinesVisible(boolean) - method in class org.jfree.chart.plot.PolarPlot
Sets the flag that controls whether or not the radius axis grid lines are visible.
setRange(Date,Date) - method in class org.jfree.chart.axis.DateAxis
Sets the axis range and sends an AxisChangeEvent to all registered listeners.
setRange(double,double) - method in class org.jfree.chart.axis.DateAxis
Sets the axis range and sends an AxisChangeEvent to all registered listeners.
setRange(double,double) - method in class org.jfree.chart.plot.JThermometer
Sets the lower and upper bounds for the thermometer.
setRange(double,double) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the lower and upper bounds for the thermometer.
setRange(double,double) - method in class org.jfree.chart.axis.ValueAxis
Sets the axis range and sends an AxisChangeEvent to all registered listeners.
setRange(org.jfree.data.Range) - method in class org.jfree.chart.axis.DateAxis
Sets the upper and lower bounds for the axis and sends an AxisChangeEvent to all registered listeners.
setRange(org.jfree.data.Range) - method in class org.jfree.chart.axis.LogarithmicAxis
Overridden version that calls original and then sets up flag for log axis processing.
setRange(org.jfree.data.Range) - method in class org.jfree.chart.plot.MeterPlot
Sets the range for the dial and sends a PlotChangeEvent to all registered listeners.
setRange(org.jfree.data.Range) - method in class org.jfree.chart.axis.ValueAxis
Sets the range attribute and sends an AxisChangeEvent to all registered listeners.
Sets a new axis range.
setRange(org.jfree.data.Range,boolean,boolean) - method in class org.jfree.chart.axis.DateAxis
Sets the range for the axis, if requested, sends an AxisChangeEvent to all registered listeners.
setRange(org.jfree.data.Range,boolean,boolean) - method in class org.jfree.chart.axis.PeriodAxis
Sets the range for the axis, if requested, sends an AxisChangeEvent to all registered listeners.
setRange(org.jfree.data.Range,boolean,boolean) - method in class org.jfree.chart.axis.ValueAxis
Sets the range for the axis, if requested, sends an AxisChangeEvent to all registered listeners.
setRangeAboutValue(double,double) - method in class org.jfree.chart.axis.ValueAxis
Sets the axis range, where the new range is 'size' in length, and centered on 'value'.
setRangeAxes(org.jfree.chart.axis.ValueAxis[]) - method in class org.jfree.chart.plot.CategoryPlot
Sets the range axes for this plot and sends a PlotChangeEvent to all registered listeners.
setRangeAxes(org.jfree.chart.axis.ValueAxis[]) - method in class org.jfree.chart.plot.XYPlot
Sets the range axes for this plot and sends a PlotChangeEvent to all registered listeners.
setRangeAxis(int,org.jfree.chart.axis.ValueAxis) - method in class org.jfree.chart.plot.CategoryPlot
Sets a range axis and sends a PlotChangeEvent to all registered listeners.
setRangeAxis(int,org.jfree.chart.axis.ValueAxis) - method in class org.jfree.chart.plot.XYPlot
Sets a range axis and sends a PlotChangeEvent to all registered listeners.
Sets a range axis and, if requested, sends a PlotChangeEvent to all registered listeners.
Sets a range axis and, if requested, sends a PlotChangeEvent to all registered listeners.
setRangeAxis(org.jfree.chart.axis.ValueAxis) - method in class org.jfree.chart.plot.CategoryPlot
Sets the range axis for the plot and sends a PlotChangeEvent to all registered listeners.
setRangeAxis(org.jfree.chart.axis.ValueAxis) - method in class org.jfree.chart.plot.ContourPlot
Sets the range axis for the plot.
setRangeAxis(org.jfree.chart.axis.ValueAxis) - method in class org.jfree.chart.plot.FastScatterPlot
Sets the range axis and sends a PlotChangeEvent to all registered listeners.
setRangeAxis(org.jfree.chart.axis.ValueAxis) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the range axis for the plot.
setRangeAxis(org.jfree.chart.axis.ValueAxis) - method in class org.jfree.chart.plot.XYPlot
Sets the range axis for the plot and sends a PlotChangeEvent to all registered listeners.
Sets the location for a range axis and sends a PlotChangeEvent to all registered listeners.
Sets the location for a range axis and sends a PlotChangeEvent to all registered listeners.
Sets the location for a range axis and sends a PlotChangeEvent to all registered listeners.
Sets the axis location for a domain axis and, if requested, sends a PlotChangeEvent to all registered listeners.
Sets the location of the range axis and sends a PlotChangeEvent to all registered listeners.
Sets the location of the primary range axis and sends a PlotChangeEvent to all registered listeners.
Sets the location of the range axis and, if requested, sends a PlotChangeEvent to all registered listeners.
Sets the location of the primary range axis and, if requested, sends a PlotChangeEvent to all registered listeners.
setRangeBase(double) - method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Sets the value on the range axis which defines the default border of the area.
setRangeCrosshairLockedOnData(boolean) - method in class org.jfree.chart.plot.CategoryPlot
Sets the flag indicating whether or not the range crosshair should "lock-on" to actual data values.
setRangeCrosshairLockedOnData(boolean) - method in class org.jfree.chart.plot.ContourPlot
Sets the flag indicating whether or not the range crosshair should "lock-on" to actual data values.
setRangeCrosshairLockedOnData(boolean) - method in class org.jfree.chart.plot.XYPlot
Sets the flag indicating whether or not the range crosshair should "lock-on" to actual data values.
setRangeCrosshairPaint(Paint) - method in class org.jfree.chart.plot.CategoryPlot
Sets the paint used to draw the range crosshair (if visible) and sends a PlotChangeEvent to all registered listeners.
setRangeCrosshairPaint(Paint) - method in class org.jfree.chart.plot.ContourPlot
Sets the Paint used to color the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setRangeCrosshairPaint(Paint) - method in class org.jfree.chart.plot.XYPlot
Sets the paint used to color the crosshairs (if visible) and sends a PlotChangeEvent to all registered listeners.
setRangeCrosshairStroke(Stroke) - method in class org.jfree.chart.plot.CategoryPlot
Sets the pen-style (Stroke) used to draw the range crosshair (if visible), and sends a PlotChangeEvent to all registered listeners.
setRangeCrosshairStroke(Stroke) - method in class org.jfree.chart.plot.ContourPlot
Sets the Stroke used to draw the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setRangeCrosshairStroke(Stroke) - method in class org.jfree.chart.plot.XYPlot
Sets the stroke used to draw the crosshairs (if visible) and sends a PlotChangeEvent to all registered listeners.
setRangeCrosshairValue(double) - method in class org.jfree.chart.plot.CategoryPlot
Sets the domain crosshair value.
setRangeCrosshairValue(double) - method in class org.jfree.chart.plot.ContourPlot
Sets the domain crosshair value.
setRangeCrosshairValue(double) - method in class org.jfree.chart.plot.XYPlot
Sets the range crosshair value.
setRangeCrosshairValue(double,boolean) - method in class org.jfree.chart.plot.CategoryPlot
Sets the range crosshair value and, if requested, sends a PlotChangeEvent to all registered listeners (but only if the crosshair is visible).
setRangeCrosshairValue(double,boolean) - method in class org.jfree.chart.plot.ContourPlot
Sets the range crosshair value.
setRangeCrosshairValue(double,boolean) - method in class org.jfree.chart.plot.XYPlot
Sets the range crosshair value and sends a PlotChangeEvent to all registered listeners, but only if the crosshair is visible.
setRangeCrosshairVisible(boolean) - method in class org.jfree.chart.plot.CategoryPlot
Sets the flag indicating whether or not the range crosshair is visible.
setRangeCrosshairVisible(boolean) - method in class org.jfree.chart.plot.ContourPlot
Sets the flag indicating whether or not the range crosshair is visible.
setRangeCrosshairVisible(boolean) - method in class org.jfree.chart.plot.XYPlot
Sets the flag indicating whether or not the range crosshair is visible.
setRangeDescription(String) - method in class org.jfree.data.time.TimePeriodValues
Sets the range description and fires a property change event with the name Range.
setRangeDescription(String) - method in class org.jfree.data.time.TimeSeries
Sets the range description and sends a PropertyChangeEvent (with the property name Range) to all registered listeners.
setRangeGridlinePaint(Paint) - method in class org.jfree.chart.plot.CategoryPlot
Sets the paint used to draw the grid lines against the range axis and sends a PlotChangeEvent to all registered listeners.
setRangeGridlinePaint(Paint) - method in class org.jfree.chart.plot.FastScatterPlot
Sets the paint for the grid lines plotted against the range axis and sends a PlotChangeEvent to all registered listeners.
setRangeGridlinePaint(Paint) - method in class org.jfree.chart.plot.XYPlot
Sets the paint for the grid lines plotted against the range axis and sends a PlotChangeEvent to all registered listeners.
setRangeGridlineStroke(Stroke) - method in class org.jfree.chart.plot.CategoryPlot
Sets the stroke used to draw the grid-lines against the range axis and sends a PlotChangeEvent to all registered listeners.
setRangeGridlineStroke(Stroke) - method in class org.jfree.chart.plot.FastScatterPlot
Sets the stroke for the grid lines plotted against the range axis and sends a PlotChangeEvent to all registered listeners.
setRangeGridlineStroke(Stroke) - method in class org.jfree.chart.plot.XYPlot
Sets the stroke for the grid lines plotted against the range axis, and sends a PlotChangeEvent to all registered listeners.
setRangeGridlinesVisible(boolean) - method in class org.jfree.chart.plot.CategoryPlot
Sets the flag that controls whether or not grid-lines are drawn against the range axis.
setRangeGridlinesVisible(boolean) - method in class org.jfree.chart.plot.FastScatterPlot
Sets the flag that controls whether or not the range axis grid lines are visible.
setRangeGridlinesVisible(boolean) - method in class org.jfree.chart.plot.XYPlot
Sets the flag that controls whether or not the range axis grid lines are visible.
setRangeTickBandPaint(Paint) - method in class org.jfree.chart.plot.XYPlot
Sets the paint for the range tick bands.
setRangeType(org.jfree.data.RangeType) - method in class org.jfree.chart.axis.NumberAxis
Sets the axis range type.
setRangeWithMargins(double,double) - method in class org.jfree.chart.axis.ValueAxis
Sets the axis range (after first adding the current margins to the range) and sends an AxisChangeEvent to all registered listeners.
setRangeWithMargins(org.jfree.data.Range) - method in class org.jfree.chart.axis.ValueAxis
Sets the range for the axis (after first adding the current margins to the specified range) and sends an AxisChangeEvent to all registered listeners.
Sets the range for the axis after first adding the current margins to the range and, if requested, sends an AxisChangeEvent to all registered listeners.
setRangeZeroBaselinePaint(Paint) - method in class org.jfree.chart.plot.XYPlot
Sets the paint for the zero baseline plotted against the range axis and sends a PlotChangeEvent to all registered listeners.
setRangeZeroBaselineStroke(Stroke) - method in class org.jfree.chart.plot.XYPlot
Sets the stroke for the zero baseline for the range axis, and sends a PlotChangeEvent to all registered listeners.
setRangeZeroBaselineVisible(boolean) - method in class org.jfree.chart.plot.XYPlot
Sets the flag that controls whether or not the zero baseline is displayed for the range axis, and sends a PlotChangeEvent to all registered listeners.
setRangeZoomable(boolean) - method in class org.jfree.chart.ChartPanel
A flag that controls mouse-based zooming on the vertical axis.
setRefreshBuffer(boolean) - method in class org.jfree.chart.ChartPanel
Sets the refresh buffer flag.
setRenderAsPercentages(boolean) - method in class org.jfree.chart.renderer.category.StackedAreaRenderer
Sets the flag that controls whether the renderer displays each item value as a percentage (so that the stacked areas add to 100%), and sends a RendererChangeEvent to all registered listeners.
setRenderAsPercentages(boolean) - method in class org.jfree.chart.renderer.category.StackedBarRenderer
Sets the flag that controls whether the renderer displays each item value as a percentage (so that the stacked bars add to 100%), and sends a RendererChangeEvent to all registered listeners.
setRenderAsPercentages(boolean) - method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
Sets the flag that controls whether the renderer displays each item value as a percentage (so that the stacked bars add to 100%), and sends a RendererChangeEvent to all registered listeners.
setRenderAsPercentages(boolean) - method in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
Sets the flag that controls whether the renderer displays each item value as a percentage (so that the stacked bars add to 100%), and sends a RendererChangeEvent to all registered listeners.
setRenderAsPoints(boolean) - method in class org.jfree.chart.plot.ContourPlot
Sets the renderAsPoints.
Sets the renderer at the specified index and sends a PlotChangeEvent to all registered listeners.
Sets a renderer.
Sets a renderer and sends a PlotChangeEvent to all registered listeners.
Sets a renderer and sends a PlotChangeEvent to all registered listeners.
Sets the renderer at index 0 (sometimes referred to as the "primary" renderer) and sends a PlotChangeEvent to all registered listeners.
Sets the renderer at index 0 (sometimes referred to as the "primary" renderer) and, if requested, sends a PlotChangeEvent to all registered listeners.
Sets the item renderer, and notifies all listeners of a change to the plot.
Sets the item renderer, and notifies all listeners of a change to the plot.
Sets the item renderer FOR ALL SUBPLOTS.
Sets the item renderer FOR ALL SUBPLOTS.
Sets the renderer for the primary dataset and sends a PlotChangeEvent to all registered listeners.
setRendererIndex(int) - method in class org.jfree.chart.entity.XYAnnotationEntity
Sets the renderer index.
Sets the renderers for this plot and sends a PlotChangeEvent to all registered listeners.
Sets the renderers for this plot and sends a PlotChangeEvent to all registered listeners.
setRenderingHints(RenderingHints) - method in class org.jfree.chart.JFreeChart
Sets the rendering hints for the chart.
setReshowDelay(int) - method in class org.jfree.chart.ChartPanel
Specifies the amount of time before the user has to wait initialDelay milliseconds before a tooltip will be shown.
setRevolutionDistance(double) - method in class org.jfree.chart.plot.CompassPlot
Sets the count to complete one revolution.
setRight(double) - method in class org.jfree.chart.axis.AxisSpace
Sets the space reserved for axes at the right of the plot area.
setRightArrow(Shape) - method in class org.jfree.chart.axis.ValueAxis
Sets the shape that can be displayed as an arrow pointing rightwards at the end of an axis line and sends an AxisChangeEvent to all registered listeners.
setRoseCenterPaint(Paint) - method in class org.jfree.chart.plot.CompassPlot
Sets the paint used to fill the inner background area of the compass, and sends a PlotChangeEvent to all registered listeners.
setRoseHighlightPaint(Paint) - method in class org.jfree.chart.plot.CompassPlot
Sets the paint used to draw the circles, symbols and labels of the compass, and sends a PlotChangeEvent to all registered listeners.
setRosePaint(Paint) - method in class org.jfree.chart.plot.CompassPlot
Sets the paint used to fill the outer circle of the compass, and sends a PlotChangeEvent to all registered listeners.
setRotateX(double) - method in class org.jfree.chart.needle.MeterNeedle
Sets the rotateX value.
setRotateY(double) - method in class org.jfree.chart.needle.MeterNeedle
Sets the rotateY value.
setRotationAnchor(TextAnchor) - method in class org.jfree.chart.annotations.TextAnnotation
Sets the rotation anchor point.
setRotationAnchor(TextAnchor) - method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the rotation anchor point.
setRotationAngle(double) - method in class org.jfree.chart.annotations.TextAnnotation
Sets the rotation angle.
setRotationAngle(double) - method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the rotation angle.
setRoundXCoordinates(boolean) - method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
Sets the flag that controls whether or not the x-coordinates (in Java2D space) are rounded to integer values, and sends a RendererChangeEvent to all registered listeners.
setRoundXCoordinates(boolean) - method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Sets the flag that controls whether or not the x-coordinates (in Java2D space) are rounded to integer values, and sends a RendererChangeEvent to all registered listeners.
setRowRenderingOrder(SortOrder) - method in class org.jfree.chart.plot.CategoryPlot
Sets the row order in which the items in each dataset should be rendered and sends a PlotChangeEvent to all registered listeners.
setScale(org.jfree.chart.renderer.PaintScale) - method in class org.jfree.chart.title.PaintScaleLegend
Sets the scale and sends a TitleChangeEvent to all registered listeners.
setScaleFactor(double) - method in class org.jfree.data.xy.NormalizedMatrixSeries
Sets the factor that multiplies each item in this series when observed using getItem mehtod.
setSecondFormatter(NumberFormat) - method in class org.jfree.chart.util.RelativeDateFormat
Sets the formatter for the seconds and milliseconds.
setSecondSuffix(String) - method in class org.jfree.chart.util.RelativeDateFormat
Sets the string that is appended to the second count.
setSectionDepth(double) - method in class org.jfree.chart.plot.RingPlot
The section depth is given as percentage of the plot radius.
setSectionIndex(int) - method in class org.jfree.chart.entity.PieSectionEntity
Sets the section index.
setSectionKey(Comparable) - method in class org.jfree.chart.entity.PieSectionEntity
Sets the section key.
setSectionOutlinePaint(Comparable,Paint) - method in class org.jfree.chart.plot.PiePlot
Sets the outline paint associated with the specified key, and sends a PlotChangeEvent to all registered listeners.
setSectionOutlinePaint(int,Paint) - method in class org.jfree.chart.plot.PiePlot
Sets the paint used to fill a section of the pie and sends a PlotChangeEvent to all registered listeners.
setSectionOutlinePaint(Paint) - method in class org.jfree.chart.plot.PiePlot
Sets the outline paint for ALL sections in the plot.
setSectionOutlineStroke(Comparable,Stroke) - method in class org.jfree.chart.plot.PiePlot
Sets the outline stroke associated with the specified key, and sends a PlotChangeEvent to all registered listeners.
setSectionOutlineStroke(int,Stroke) - method in class org.jfree.chart.plot.PiePlot
Sets the stroke used to fill a section of the pie and sends a PlotChangeEvent to all registered listeners.
setSectionOutlineStroke(Stroke) - method in class org.jfree.chart.plot.PiePlot
Sets the outline stroke for ALL sections in the plot.
setSectionOutlinesVisible(boolean) - method in class org.jfree.chart.plot.PiePlot
Sets the flag that controls whether or not the outline is drawn for each pie section, and sends a PlotChangeEvent to all registered listeners.
setSectionPaint(Comparable,Paint) - method in class org.jfree.chart.plot.PiePlot
Sets the paint associated with the specified key, and sends a PlotChangeEvent to all registered listeners.
setSectionPaint(int,Paint) - method in class org.jfree.chart.plot.PiePlot
Sets the paint used to fill a section of the pie and sends a PlotChangeEvent to all registered listeners.
setSectionPaint(Paint) - method in class org.jfree.chart.plot.PiePlot
Sets the paint for ALL sections in the plot.
setSeparatorPaint(Paint) - method in class org.jfree.chart.plot.RingPlot
Sets the paint used to draw the separator between sections and sends a PlotChangeEvent to all registered listeners.
setSeparatorStroke(Stroke) - method in class org.jfree.chart.plot.RingPlot
Sets the stroke used to draw the separator between sections and sends a PlotChangeEvent to all registered listeners.
setSeparatorsVisible(boolean) - method in class org.jfree.chart.plot.RingPlot
Sets the flag that controls whether or not separators are drawn between the sections in the chart, and sends a PlotChangeEvent to all registered listeners.
setSeries(int) - method in class org.jfree.chart.entity.CategoryItemEntity
Sets the series index.
setSeriesBarWidth(int,double) - method in class org.jfree.chart.renderer.category.LayeredBarRenderer
Sets the width of the bars of a series.
setSeriesCreateEntities(int,Boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether entities are created for a series, and sends a RendererChangeEvent to all registered listeners.
setSeriesCreateEntities(int,Boolean,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether entities are created for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesFilled(int,boolean) - method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Sets a flag that controls whether or not a series is filled.
setSeriesFillPaint(int,Paint) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used for a series fill and sends a RendererChangeEvent to all registered listeners.
setSeriesFillPaint(int,Paint,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used to fill a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesIndex(int) - method in class org.jfree.chart.LegendItem
Sets the series index for this legend item.
setSeriesIndex(int) - method in class org.jfree.chart.entity.LegendItemEntity
Sets the series index.
setSeriesIndex(int) - method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
Sets the series index for the current path.
setSeriesIndex(int) - method in class org.jfree.chart.entity.XYItemEntity
Sets the series index.
setSeriesItemLabelFont(int,Font) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label font for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelFont(int,Font) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item label font for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelFont(int,Font) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label font for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelFont(int,Font,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label font for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
Sets the item label generator for a series and sends a RendererChangeEvent to all registered listeners.
Sets the item label generator for a series and sends a RendererChangeEvent to all registered listeners.
Sets the item label generator for a series and sends a RendererChangeEvent to all registered listeners.
Sets the item label generator for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelPaint(int,Paint) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label paint for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelPaint(int,Paint) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the item label paint for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelPaint(int,Paint) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the item label paint for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelPaint(int,Paint,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the item label paint for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelsVisible(int,Boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the visibility of the item labels for a series.
setSeriesItemLabelsVisible(int,Boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets a flag that controls the visibility of the item labels for a series.
setSeriesItemLabelsVisible(int,Boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets a flag that controls the visibility of the item labels for a series.
setSeriesItemLabelsVisible(int,Boolean,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the visibility of item labels for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelsVisible(int,Boolean,boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the visibility of item labels for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesItemLabelsVisible(int,Boolean,boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the visibility of item labels for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
Sets the URL generator for a series.
Sets the item URL generator for a series.
setSeriesKey(Comparable) - method in class org.jfree.data.xml.CategorySeriesHandler
Sets the series key.
setSeriesKey(int,Comparable) - method in class org.jfree.data.time.DynamicTimeSeriesCollection
Sets the name of a series.
setSeriesKeys(Comparable[]) - method in class org.jfree.data.contour.DefaultContourDataset
Sets the names of the series in the data source.
setSeriesKeys(Comparable[]) - method in class org.jfree.data.category.DefaultIntervalCategoryDataset
Sets the names of the series in the dataset.
setSeriesLinesVisible(int,boolean) - method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the 'lines visible' flag for a series.
setSeriesLinesVisible(int,boolean) - method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'lines visible' flag for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesNeedle(int) - method in class org.jfree.chart.plot.CompassPlot
Sets the needle type.
setSeriesNeedle(int,int) - method in class org.jfree.chart.plot.CompassPlot
Sets the needle for a series.
Sets the needle for a series and sends a PlotChangeEvent to all registered listeners.
Sets the item label position for negative values in a series and sends a RendererChangeEvent to all registered listeners.
Sets the item label position for negative values in a series and sends a RendererChangeEvent to all registered listeners.
Sets the item label position for negative values in a series and sends a RendererChangeEvent to all registered listeners.
Sets the item label position for negative values in a series and (if requested) sends a RendererChangeEvent to all registered listeners.
Sets the item label position for negative values in a series and (if requested) sends a RendererChangeEvent to all registered listeners.
Sets the item label position for negative values in a series and (if requested) sends a RendererChangeEvent to all registered listeners.
setSeriesOutlinePaint(int,Paint) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used for a series outline and sends a RendererChangeEvent to all registered listeners.
setSeriesOutlinePaint(int,Paint) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the paint used for a series outline and sends a RendererChangeEvent to all registered listeners.
setSeriesOutlinePaint(int,Paint) - method in class org.jfree.chart.plot.CompassPlot
Sets the series outline paint.
setSeriesOutlinePaint(int,Paint) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the paint used to fill a series of the radar and sends a PlotChangeEvent to all registered listeners.
setSeriesOutlinePaint(int,Paint) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the paint used for a series outline and sends a RendererChangeEvent to all registered listeners.
setSeriesOutlinePaint(int,Paint,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used to draw the outline for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesOutlinePaint(Paint) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the outline paint for ALL series in the plot.
setSeriesOutlineStroke(int,Stroke) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the outline stroke used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesOutlineStroke(int,Stroke) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the outline stroke used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesOutlineStroke(int,Stroke) - method in class org.jfree.chart.plot.CompassPlot
Sets the series outline stroke.
setSeriesOutlineStroke(int,Stroke) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the stroke used to fill a series of the radar and sends a PlotChangeEvent to all registered listeners.
setSeriesOutlineStroke(int,Stroke) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the outline stroke used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesOutlineStroke(int,Stroke,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the outline stroke for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesOutlineStroke(Stroke) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the outline stroke for ALL series in the plot.
setSeriesPaint(int,Paint) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesPaint(int,Paint) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the paint used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesPaint(int,Paint) - method in class org.jfree.chart.plot.CompassPlot
Sets the series paint.
setSeriesPaint(int,Paint) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the paint used to fill a series of the radar and sends a PlotChangeEvent to all registered listeners.
setSeriesPaint(int,Paint) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the paint used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesPaint(int,Paint,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the paint used for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesPaint(Paint) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the paint for ALL series in the plot.
Sets the item label position for all positive values in a series and sends a RendererChangeEvent to all registered listeners.
Sets the item label position for all positive values in a series and sends a RendererChangeEvent to all registered listeners.
Sets the item label position for all positive values in a series and sends a RendererChangeEvent to all registered listeners.
Sets the item label position for all positive values in a series and (if requested) sends a RendererChangeEvent to all registered listeners.
Sets the item label position for all positive values in a series and (if requested) sends a RendererChangeEvent to all registered listeners.
Sets the item label position for all positive values in a series and (if requested) sends a RendererChangeEvent to all registered listeners.
Sets the series order and sends a PlotChangeEvent to all registered listeners.
setSeriesShape(int,Shape) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the shape used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesShape(int,Shape) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the shape used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesShape(int,Shape) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the shape used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesShape(int,Shape,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the shape for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesShapesFilled(int,boolean) - method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the 'shapes filled' flag for a series.
setSeriesShapesFilled(int,Boolean) - method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the 'shapes filled' flag for a series.
setSeriesShapesFilled(int,Boolean) - method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'shapes filled' flag for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesShapesVisible(int,Boolean) - method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the 'shapes visible' flag for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesShapesVisible(int,Boolean) - method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'shapes visible' flag for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesStroke(int,Stroke) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the stroke used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesStroke(int,Stroke) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the stroke used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesStroke(int,Stroke) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the stroke used for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesStroke(int,Stroke,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the stroke for a series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesToGroupMap(org.jfree.data.KeyToGroupMap) - method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Updates the map used to assign each series to a group.
Sets the tool tip generator for a series and sends a RendererChangeEvent to all registered listeners.
Sets the tool tip generator for a series and sends a RendererChangeEvent to all registered listeners.
Sets the tool tip generator for a series and sends a RendererChangeEvent to all registered listeners.
Sets the tool tip generator for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(Boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls the visibility of ALL series and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(Boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the flag that controls the visibility of ALL series and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(Boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the flag that controls the visibility of ALL series and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(Boolean,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls the visibility of ALL series and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(Boolean,boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the flag that controls the visibility of ALL series and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(Boolean,boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the flag that controls the visibility of ALL series and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(int,Boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether a series is visible and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(int,Boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the flag that controls whether a series is visible and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(int,Boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the flag that controls whether a series is visible and sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(int,Boolean,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether a series is visible and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(int,Boolean,boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the flag that controls whether a series is visible and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesVisible(int,Boolean,boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the flag that controls whether a series is visible and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(Boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls the visibility of ALL series in the legend and sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(Boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the flag that controls the visibility of ALL series in the legend and sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(Boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the flag that controls the visibility of ALL series in the legend and sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(Boolean,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls the visibility of ALL series in the legend and sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(Boolean,boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the flag that controls the visibility of ALL series in the legend and sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(Boolean,boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the flag that controls the visibility of ALL series in the legend and sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(int,Boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether a series is visible in the legend and sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(int,Boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the flag that controls whether a series is visible in the legend and sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(int,Boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the flag that controls whether a series is visible in the legend and sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(int,Boolean,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether a series is visible in the legend and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(int,Boolean,boolean) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the flag that controls whether a series is visible in the legend and, if requested, sends a RendererChangeEvent to all registered listeners.
setSeriesVisibleInLegend(int,Boolean,boolean) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the flag that controls whether a series is visible in the legend and, if requested, sends a RendererChangeEvent to all registered listeners.
setShadowPaint(Paint) - method in class org.jfree.chart.plot.PiePlot
Sets the shadow paint and sends a PlotChangeEvent to all registered listeners.
setShadowXOffset(double) - method in class org.jfree.chart.plot.PiePlot
Sets the x-offset for the shadow effect and sends a PlotChangeEvent to all registered listeners.
setShadowYOffset(double) - method in class org.jfree.chart.plot.PiePlot
Sets the y-offset for the shadow effect and sends a PlotChangeEvent to all registered listeners.
setShape(Shape) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the shape for ALL series (optional) and sends a RendererChangeEvent to all registered listeners.
setShape(Shape) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the shape for ALL series (optional) and sends a RendererChangeEvent to all registered listeners.
setShape(Shape) - method in class org.jfree.chart.title.LegendGraphic
Sets the shape.
setShape(Shape) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the shape for ALL series (optional) and sends a RendererChangeEvent to all registered listeners.
setShape(Shape,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the shape for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
setShapeAnchor(RectangleAnchor) - method in class org.jfree.chart.title.LegendGraphic
Sets the shape anchor.
setShapeFilled(boolean) - method in class org.jfree.chart.title.LegendGraphic
Sets a flag that controls whether or not the shape is filled.
setShapeLocation(RectangleAnchor) - method in class org.jfree.chart.title.LegendGraphic
Sets the shape location.
setShapeOutlineVisible(boolean) - method in class org.jfree.chart.title.LegendGraphic
Sets a flag that controls whether or not the shape outline is visible.
setShapePaint(Paint) - method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Sets the paint for rendering shapes and sends a RendererChangeEvent to all registered listeners.
setShapesFilled(Boolean) - method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the 'shapes filled' for ALL series.
setShapesFilled(Boolean) - method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the override flag that controls whether or not shapes are filled for ALL series and sends a RendererChangeEvent to all registered listeners.
setShapesFilled(Boolean) - method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'shapes filled' for ALL series and sends a RendererChangeEvent to all registered listeners.
setShapesFilled(boolean) - method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Sets the 'shapes filled' for ALL series.
setShapeStroke(Stroke) - method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Sets the stroke for rendering shapes and sends a RendererChangeEvent to all registered listeners.
setShapesVisible(boolean) - method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the 'shapes visible' for ALL series and sends a RendererChangeEvent to all registered listeners.
setShapesVisible(boolean) - method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Sets a flag that controls whether or not shapes are drawn for each data value.
setShapesVisible(boolean) - method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the 'shapes visible' for ALL series and sends a RendererChangeEvent to all registered listeners.
setShapesVisible(boolean) - method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Sets the flag that controls whether or not shapes are displayed for each data item, and sends a RendererChangeEvent to all registered listeners.
setShapeVisible(boolean) - method in class org.jfree.chart.title.LegendGraphic
Sets a flag that controls whether or not the shape is visible.
setShowAxisLocation(int) - method in class org.jfree.chart.plot.JThermometer
Sets the location for the axis.
setShowValueLines(boolean) - method in class org.jfree.chart.plot.JThermometer
Sets the flag that controls whether or not value lines are displayed.
setShowValueLines(boolean) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the display as to whether to show value lines in the output.
setShowZeroDays(boolean) - method in class org.jfree.chart.util.RelativeDateFormat
Sets the flag that controls whether or not zero day counts are shown in the formatted output.
setSize(int) - method in class org.jfree.chart.needle.MeterNeedle
Sets the size.
setSources(org.jfree.chart.LegendItemSource[]) - method in class org.jfree.chart.title.LegendTitle
Sets the legend item sources and sends a TitleChangeEvent to all registered listeners.
setStagger(boolean) - method in class org.jfree.chart.renderer.category.CategoryStepRenderer
Sets the flag that controls whether or not the series steps are staggered and sends a RendererChangeEvent to all registered listeners.
Sets the source for obtaining standard tick units for the axis and sends an AxisChangeEvent to all registered listeners.
setStartAngle(double) - method in class org.jfree.chart.plot.PiePlot
Sets the starting angle and sends a PlotChangeEvent to all registered listeners.
setStartAngle(double) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the starting angle and sends a PlotChangeEvent to all registered listeners.
setStartPercent(double) - method in class org.jfree.chart.renderer.category.GanttRenderer
Sets the position of the start of the progress indicator, as a percentage of the bar width.
setStartTime(long) - method in class org.jfree.chart.axis.SegmentedTimeline
Sets the start time for the timeline.
setStartValue(double) - method in class org.jfree.chart.plot.IntervalMarker
Sets the start value for the marker and sends a MarkerChangeEvent to all registered listeners.
Sets the start data value for one category in a series.
setStepped(boolean) - method in class org.jfree.chart.plot.ColorPalette
Sets the stepped flag.
setStrictValuesFlag(boolean) - method in class org.jfree.chart.axis.LogarithmicAxis
Sets the 'strictValuesFlag' flag; if true and 'allowNegativesFlag' is false then this axis will throw a runtime exception if any of its values are less than or equal to zero; if false then the axis will adjust for values less than or equal to zero as needed.
setStripOutlinePaint(Paint) - method in class org.jfree.chart.title.PaintScaleLegend
Sets the paint used to draw the outline of the paint strip, and sends a TitleChangeEvent to all registered listeners.
setStripOutlineStroke(Stroke) - method in class org.jfree.chart.title.PaintScaleLegend
Sets the stroke used to draw the outline around the paint strip and sends a TitleChangeEvent to all registered listeners.
setStripOutlineVisible(boolean) - method in class org.jfree.chart.title.PaintScaleLegend
Sets the flag that controls whether or not an outline is drawn around the paint strip, and sends a TitleChangeEvent to all registered listeners.
setStripWidth(double) - method in class org.jfree.chart.title.PaintScaleLegend
Sets the width of the paint strip and sends a TitleChangeEvent to all registered listeners.
setStroke(Stroke) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the stroke for ALL series and sends a RendererChangeEvent to all registered listeners.
setStroke(Stroke) - method in class org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the stroke for ALL series and sends a RendererChangeEvent to all registered listeners.
setStroke(Stroke) - method in class org.jfree.chart.annotations.CategoryLineAnnotation
Sets the stroke used to draw the connecting line.
setStroke(Stroke) - method in class org.jfree.chart.plot.Marker
Sets the stroke and sends a MarkerChangeEvent to all registered listeners.
setStroke(Stroke) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the stroke for ALL series and sends a RendererChangeEvent to all registered listeners.
setStroke(Stroke,boolean) - method in class org.jfree.chart.renderer.AbstractRenderer
Sets the stroke for ALL series and, if requested, sends a RendererChangeEvent to all registered listeners.
setSubLabelFont(Font) - method in class org.jfree.chart.axis.ExtendedCategoryAxis
Sets the font for the sublabels and sends an AxisChangeEvent to all registered listeners.
setSubLabelFont(Font) - method in class org.jfree.chart.axis.SubCategoryAxis
Sets the font used to display the sub-category labels and sends an AxisChangeEvent to all registered listeners.
setSubLabelPaint(Paint) - method in class org.jfree.chart.axis.ExtendedCategoryAxis
Sets the paint for the sublabels and sends an AxisChangeEvent to all registered listeners.
setSubLabelPaint(Paint) - method in class org.jfree.chart.axis.SubCategoryAxis
Sets the paint used to display the sub-category labels and sends an AxisChangeEvent to all registered listeners.
setSubrange(int,double,double) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the range.
setSubrangeInfo(int,double,double) - method in class org.jfree.chart.plot.JThermometer
Sets the range.
setSubrangeInfo(int,double,double) - method in class org.jfree.chart.plot.ThermometerPlot
Sets information for a particular range.
setSubrangeInfo(int,double,double,double,double) - method in class org.jfree.chart.plot.JThermometer
Sets the range.
Sets the subrangeInfo attribute of the ThermometerPlot object
setSubrangePaint(int,Paint) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the paint to be used for a range.
setSubtitles(List) - method in class org.jfree.chart.JFreeChart
Sets the title list for the chart (completely replaces any existing titles).
setTempFilePrefix(String) - static method in class org.jfree.chart.servlet.ServletUtilities
Sets the prefix for the temporary file names generated by this class.
setTempOneTimeFilePrefix(String) - static method in class org.jfree.chart.servlet.ServletUtilities
Sets the prefix for the "one time" temporary file names generated by this class.
setText(String) - method in class org.jfree.chart.annotations.TextAnnotation
Sets the text for the annotation.
setText(String) - method in class org.jfree.chart.title.TextTitle
Sets the title to the specified text and sends a TitleChangeEvent to all registered listeners.
setText(String) - method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the text for the annotation.
setTextAlignment(HorizontalAlignment) - method in class org.jfree.chart.title.TextTitle
Sets the text alignment.
setTextAnchor(TextAnchor) - method in class org.jfree.chart.annotations.TextAnnotation
Sets the text anchor (the point on the text bounding rectangle that is aligned to the (x, y) coordinate of the annotation).
setTextAnchor(TextAnchor) - method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the text anchor (the point on the text bounding rectangle that is aligned to the (x, y) coordinate of the annotation).
setTextAntiAlias(boolean) - method in class org.jfree.chart.JFreeChart
Sets the value in the rendering hints table for RenderingHints.KEY_TEXT_ANTIALIASING to either RenderingHints.VALUE_TEXT_ANTIALIAS_ON or RenderingHints.VALUE_TEXT_ANTIALIAS_OFF, then sends a ChartChangeEvent to all registered listeners.
setTextAntiAlias(Object) - method in class org.jfree.chart.JFreeChart
Sets the value in the rendering hints table for RenderingHints.KEY_TEXT_ANTIALIASING and sends a ChartChangeEvent to all registered listeners.
setThermometerPaint(Paint) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the paint used to draw the thermometer outline.
setThermometerStroke(Stroke) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the stroke used to draw the thermometer outline.
setTickFontStyle(int) - method in class org.jfree.chart.plot.JThermometer
Sets the tick font style.
setTickLabelFont(Comparable,Font) - method in class org.jfree.chart.axis.CategoryAxis
Sets the font for the tick label for the specified category and sends an AxisChangeEvent to all registered listeners.
setTickLabelFont(Font) - method in class org.jfree.chart.axis.Axis
Sets the font for the tick labels and sends an AxisChangeEvent to all registered listeners.
setTickLabelFont(Font) - method in class org.jfree.chart.plot.JThermometer
Sets the tick label font.
setTickLabelFont(Font) - method in class org.jfree.chart.plot.MeterPlot
Sets the tick label font and sends a PlotChangeEvent to all registered listeners.
setTickLabelFormat(NumberFormat) - method in class org.jfree.chart.plot.MeterPlot
Sets the format for the tick labels and sends a PlotChangeEvent to all registered listeners.
setTickLabelInsets(RectangleInsets) - method in class org.jfree.chart.axis.Axis
Sets the insets for the tick labels and sends an AxisChangeEvent to all registered listeners.
setTickLabelPaint(Comparable,Paint) - method in class org.jfree.chart.axis.CategoryAxis
Sets the paint for the tick label for the specified category and sends an AxisChangeEvent to all registered listeners.
setTickLabelPaint(Paint) - method in class org.jfree.chart.axis.Axis
Sets the paint used to draw tick labels (if they are showing) and sends an AxisChangeEvent to all registered listeners.
setTickLabelPaint(Paint) - method in class org.jfree.chart.plot.MeterPlot
Sets the tick label paint and sends a PlotChangeEvent to all registered listeners.
setTickLabelsVisible(boolean) - method in class org.jfree.chart.axis.Axis
Sets the flag that determines whether or not the tick labels are visible and sends an AxisChangeEvent to all registered listeners.
setTickLabelsVisible(boolean) - method in class org.jfree.chart.plot.MeterPlot
Sets the flag that controls whether or not the tick labels are visible and sends a PlotChangeEvent to all registered listeners.
setTickMarkInsideLength(float) - method in class org.jfree.chart.axis.Axis
Sets the inside length of the tick marks and sends an AxisChangeEvent to all registered listeners.
setTickMarkOutsideLength(float) - method in class org.jfree.chart.axis.Axis
Sets the outside length of the tick marks and sends an AxisChangeEvent to all registered listeners.
setTickMarkPaint(Paint) - method in class org.jfree.chart.axis.Axis
Sets the paint used to draw tick marks and sends an AxisChangeEvent to all registered listeners.
Sets the tick mark position (start, middle or end of the time period) and sends an AxisChangeEvent to all registered listeners.
setTickMarkStroke(Stroke) - method in class org.jfree.chart.axis.Axis
Sets the stroke used to draw tick marks and sends an AxisChangeEvent to all registered listeners.
setTickMarksVisible(boolean) - method in class org.jfree.chart.axis.Axis
Sets the flag that indicates whether or not the tick marks are showing and sends an AxisChangeEvent to all registered listeners.
setTickPaint(Paint) - method in class org.jfree.chart.plot.MeterPlot
Sets the paint used to draw the tick labels around the dial and sends a PlotChangeEvent to all registered listeners.
setTicks(List) - method in class org.jfree.chart.axis.AxisState
Sets the list of ticks.
setTickSize(double) - method in class org.jfree.chart.plot.MeterPlot
Sets the tick size and sends a PlotChangeEvent to all registered listeners.
setTickUnit(org.jfree.chart.axis.DateTickUnit) - method in class org.jfree.chart.axis.DateAxis
Sets the tick unit for the axis.
Sets the tick unit attribute.
setTickUnit(org.jfree.chart.axis.NumberTickUnit) - method in class org.jfree.chart.axis.NumberAxis
Sets the tick unit for the axis and sends an AxisChangeEvent to all registered listeners.
Sets the tick unit for the axis and, if requested, sends an AxisChangeEvent to all registered listeners.
setTickValues(double[]) - method in class org.jfree.chart.plot.ColorPalette
Sets the tick values.
setTickValues(java.util.List) - method in class org.jfree.chart.plot.ColorPalette
Store ticks.
Fill the pointsInTime with times using TimePeriod.next(): Will silently return if the time array was already populated.
setTimeline(org.jfree.chart.axis.Timeline) - method in class org.jfree.chart.axis.DateAxis
Sets the underlying timeline to use for this axis.
setTimeSeries(boolean) - method in class org.jfree.data.jdbc.JDBCXYDataset
Sets a flag that indicates whether or not the data represents a time series.
setTimeZone(TimeZone) - method in class org.jfree.chart.axis.DateAxis
Sets the time zone for the axis and sends an AxisChangeEvent to all registered listeners.
setTimeZone(TimeZone) - method in class org.jfree.chart.axis.PeriodAxis
Sets the time zone that is used to convert the time periods into absolute milliseconds.
setTipRadius(double) - method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Sets the tip radius.
setTipRadius(double) - method in class org.jfree.chart.annotations.XYPointerAnnotation
Sets the tip radius.
setTitle(org.jfree.chart.title.TextTitle) - method in class org.jfree.chart.JFreeChart
Sets the main title for the chart and sends a ChartChangeEvent to all registered listeners.
setTitle(String) - method in class org.jfree.chart.JFreeChart
Sets the chart title and sends a ChartChangeEvent to all registered listeners.
Sets the title container.
Sets the tool tip generator for ALL series and sends a RendererChangeEvent to all registered listeners.
Sets the tool tip generator for ALL series and sends a RendererChangeEvent to all registered listeners.
Sets the tool tip generator for the plot and sends a PlotChangeEvent to all registered listeners.
Sets the tool tip generator.
Sets the tool tip generator and sends a PlotChangeEvent to all registered listeners.
Sets the tool tip generator for ALL series and sends a RendererChangeEvent to all registered listeners.
Sets the tool tip generator for ALL series and sends a RendererChangeEvent to all registered listeners.
setToolTipText(String) - method in class org.jfree.chart.annotations.AbstractXYAnnotation
Sets the tool tip text for the annotation.
setToolTipText(String) - method in class org.jfree.chart.entity.ChartEntity
Sets the tool tip text.
setToolTipText(String) - method in class org.jfree.chart.block.LabelBlock
Sets the tool tip text.
setToolTipText(String) - method in class org.jfree.chart.title.LegendItemBlockContainer
Sets the tool tip text.
setToolTipText(String) - method in class org.jfree.chart.title.TextTitle
Sets the tool tip text to the specified text and sends a TitleChangeEvent to all registered listeners.
setTop(double) - method in class org.jfree.chart.axis.AxisSpace
Sets the space reserved for axes at the top of the plot area.
setTotal(double) - method in class org.jfree.chart.plot.PiePlotState
Sets the total.
setTranslateX(double) - method in class org.jfree.chart.block.BlockParams
Sets the translation required to convert local x-coordinates into the coordinate space of the container.
setTranslateY(double) - method in class org.jfree.chart.block.BlockParams
Sets the translation required to convert local y-coordinates into the coordinate space of the container.
setTranspose(boolean) - method in class org.jfree.data.jdbc.JDBCCategoryDataset
Sets a flag that controls whether or not the table values are transposed when added to the dataset.
setType(int) - method in class org.jfree.chart.event.ChartProgressEvent
Sets the event type.
Sets the event type.
setType(org.jfree.data.statistics.HistogramType) - method in class org.jfree.data.statistics.HistogramDataset
Sets the histogram type and sends a DatasetChangeEvent to all registered listeners.
setUnits(int) - method in class org.jfree.chart.plot.JThermometer
Sets the unit type.
setUnits(int) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the units to be displayed in the thermometer.
setUnits(String) - method in class org.jfree.chart.plot.MeterPlot
Sets the units for the dial and sends a PlotChangeEvent to all registered listeners.
setUnits(String) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the unit type.
setUpArrow(Shape) - method in class org.jfree.chart.axis.ValueAxis
Sets the shape that can be displayed as an arrow pointing upwards at the end of an axis line and sends an AxisChangeEvent to all registered listeners.
setupNumberFmtObj() - method in class org.jfree.chart.axis.LogarithmicAxis
Sets up the number formatter object according to the 'expTickLabelsFlag' flag.
setUpPaint(Paint) - method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Sets the paint used to fill candles when the price moves up from open to close and sends a RendererChangeEvent to all registered listeners.
setUpperBound(double) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the upper bound for the thermometer.
setUpperBound(double) - method in class org.jfree.chart.axis.ValueAxis
Sets the upper bound for the axis range, and sends an AxisChangeEvent to all registered listeners.
setUpperMargin(double) - method in class org.jfree.chart.axis.CategoryAxis
Sets the upper margin for the axis and sends an AxisChangeEvent to all registered listeners.
setUpperMargin(double) - method in class org.jfree.chart.axis.ValueAxis
Sets the upper margin for the axis (as a percentage of the axis range) and sends an AxisChangeEvent to all registered listeners.
setupSmallLogFlag() - method in class org.jfree.chart.axis.LogarithmicAxis
Sets up flag for log axis processing.
setURL(String) - method in class org.jfree.chart.annotations.AbstractXYAnnotation
Sets the URL for the annotation.
Sets the URL generator for the plot and sends a PlotChangeEvent to all registered listeners.
setURLGenerator(org.jfree.chart.urls.PieURLGenerator) - method in class org.jfree.chart.plot.PiePlot
Sets the URL generator and sends a PlotChangeEvent to all registered listeners.
Sets the URL generator for HTML image maps.
Sets the URL generator for HTML image maps.
setURLGenerator(org.jfree.chart.urls.XYURLGenerator) - method in class org.jfree.chart.renderer.xy.XYItemRenderer
Sets the URL generator for HTML image maps.
setURLText(String) - method in class org.jfree.chart.entity.ChartEntity
Sets the URL text.
setURLText(String) - method in class org.jfree.chart.block.LabelBlock
Sets the URL text.
setURLText(String) - method in class org.jfree.chart.title.LegendItemBlockContainer
Sets the URL text.
setURLText(String) - method in class org.jfree.chart.title.TextTitle
Sets the URL text to the specified text and sends a TitleChangeEvent to all registered listeners.
setUseFillPaint(boolean) - method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the flag that controls whether the fill paint is used to fill shapes, and sends a RendererChangeEvent to all registered listeners.
setUseFillPaint(boolean) - method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the flag that controls whether the fill paint is used to fill shapes, and sends a RendererChangeEvent to all registered listeners.
setUseOutlinePaint(boolean) - method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Sets the flag that controls whether or not the renderer's outline paint is used to draw the candlestick outline, and sends a RendererChangeEvent to all registered listeners.
setUseOutlinePaint(boolean) - method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the flag that controls whether the outline paint is used for shape outlines.
setUseOutlinePaint(boolean) - method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Sets the flag that controls whether the outline paint is used to draw shape outlines, and sends a RendererChangeEvent to all registered listeners.
setUseSubrangePaint(boolean) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the range colour change option.
setUseYInterval(boolean) - method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the flag that determines whether the y-interval from the dataset is used to calculate the length of each bar, and sends a RendererChangeEvent to all registered listeners.
setValue(Comparable,double) - method in class org.jfree.data.DefaultKeyedValues
Updates an existing value, or adds a new value to the collection.
setValue(Comparable,double) - method in class org.jfree.data.general.DefaultPieDataset
Sets the data value for a key and sends a DatasetChangeEvent to all registered listeners.
setValue(Comparable,Number) - method in class org.jfree.data.general.DefaultKeyedValueDataset
Sets the value for the dataset and sends a DatasetChangeEvent to all registered listeners.
setValue(Comparable,Number) - method in class org.jfree.data.DefaultKeyedValues
Updates an existing value, or adds a new value to the collection.
setValue(Comparable,Number) - method in class org.jfree.data.general.DefaultPieDataset
Sets the data value for a key and sends a DatasetChangeEvent to all registered listeners.
setValue(double) - method in class org.jfree.chart.annotations.CategoryTextAnnotation
Sets the value.
setValue(double) - method in class org.jfree.chart.plot.JThermometer
Sets the value of the thermometer.
setValue(double) - method in class org.jfree.chart.plot.ValueMarker
Sets the value for the marker and sends a MarkerChangeEvent to all registered listeners.
setValue(double,Comparable,Comparable) - method in class org.jfree.data.category.DefaultCategoryDataset
Adds or updates a value in the table and sends a DatasetChangeEvent to all registered listeners.
setValue(Number) - method in class org.jfree.data.DefaultKeyedValue
Sets the value.
setValue(Number) - method in class org.jfree.data.general.DefaultValueDataset
Sets the value and sends a DatasetChangeEvent to all registered listeners.
setValue(Number) - method in class org.jfree.data.xml.ItemHandler
Sets the value.
setValue(Number) - method in class org.jfree.chart.plot.JThermometer
Sets the value of the thermometer.
setValue(Number) - method in class org.jfree.data.time.TimePeriodValue
Sets the value for this data item.
setValue(Number) - method in class org.jfree.data.time.TimeSeriesDataItem
Sets the value for this data item.
setValue(Number,Comparable,Comparable) - method in class org.jfree.data.category.DefaultCategoryDataset
Adds or updates a value in the table and sends a DatasetChangeEvent to all registered listeners.
Adds or updates a value.
setValue(Number,Comparable,Comparable) - method in class org.jfree.data.general.WaferMapDataset
Sets a value in the dataset and updates min and max value entries.
setValue1(double) - method in class org.jfree.chart.annotations.CategoryLineAnnotation
Sets the y-value for the start of the line.
setValue2(double) - method in class org.jfree.chart.annotations.CategoryLineAnnotation
Sets the y-value for the end of the line.
setValueAt(Object,int,int) - method in class org.jfree.data.time.TimeSeriesTableModel
Updates the time series.
setValueAt(Object,int,int) - method in class org.jfree.data.xy.XYDatasetTableModel
Updates the XYDataset if allowed.
setValueFont(Font) - method in class org.jfree.chart.plot.JThermometer
Sets the value font.
setValueFont(Font) - method in class org.jfree.chart.plot.MeterPlot
Sets the font used to display the value label and sends a PlotChangeEvent to all registered listeners.
setValueFont(Font) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the font used to display the current value.
setValueFormat(DecimalFormat) - method in class org.jfree.chart.plot.JThermometer
Sets the value format for the thermometer.
setValueFormat(NumberFormat) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the formatter for the value label.
setValueLocation(int) - method in class org.jfree.chart.plot.JThermometer
Sets the location at which the temperature value is displayed.
setValueLocation(int) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the location at which the current value is displayed.
setValuePaint(Paint) - method in class org.jfree.chart.plot.JThermometer
Sets the value paint.
setValuePaint(Paint) - method in class org.jfree.chart.plot.MeterPlot
Sets the paint used to display the value label and sends a PlotChangeEvent to all registered listeners.
setValuePaint(Paint) - method in class org.jfree.chart.plot.ThermometerPlot
Sets the paint used to display the current value.
setVerticalAlignment(VerticalAlignment) - method in class org.jfree.chart.title.Title
Sets the vertical alignment for the title, and notifies any registered listeners of the change.
setVerticalAxisTrace(boolean) - method in class org.jfree.chart.ChartPanel
A flag that controls trace lines on the vertical axis.
setVerticalTickLabels(boolean) - method in class org.jfree.chart.axis.ValueAxis
Sets the flag that controls whether the tick labels are displayed vertically (that is, rotated 90 degrees from horizontal).
setVerticalTraceLine(Line2D) - method in class org.jfree.chart.ChartPanel
Sets the vertical trace line.
setVisible(boolean) - method in class org.jfree.chart.axis.Axis
Sets a flag that controls whether or not the axis is visible and sends an AxisChangeEvent to all registered listeners.
setWallPaint(Paint) - method in class org.jfree.chart.renderer.category.BarRenderer3D
Sets the paint used to hightlight the left and bottom walls in the plot background, and sends a RendererChangeEvent to all registered listeners.
setWallPaint(Paint) - method in class org.jfree.chart.renderer.category.LineRenderer3D
Sets the paint used to hightlight the left and bottom walls in the plot background, and sends a RendererChangeEvent to all registered listeners.
setWallPaint(Paint) - method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Sets the paint used to hightlight the left and bottom walls in the plot background.
setWebFilled(boolean) - method in class org.jfree.chart.plot.SpiderWebPlot
Sets the webFilled flag and sends a PlotChangeEvent to all registered listeners.
setWeight(int) - method in class org.jfree.chart.plot.CategoryPlot
Sets the weight for the plot.
setWeight(int) - method in class org.jfree.chart.plot.XYPlot
Sets the weight for the plot and sends a PlotChangeEvent to all registered listeners.
setWidth(double) - method in class org.jfree.chart.block.AbstractBlock
Sets the natural width of the block, if this is known in advance.
setWrapper(org.jfree.chart.block.BlockContainer) - method in class org.jfree.chart.title.LegendTitle
Sets the wrapper container for the legend.
setX(double) - method in class org.jfree.chart.DrawableLegendItem
Set the x-coordinate for the item's location.
setX(double) - method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the x coordinate for the text anchor point (measured against the domain axis).
setXOffset(double) - method in class org.jfree.chart.renderer.category.LineRenderer3D
Sets the x-offset and sends a RendererChangeEvent to all registered listeners.
setXOffset(double) - method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Sets the x-offset and sends a RendererChangeEvent to all registered listeners.
Sets the position of the x axis within each time period.
Sets the position within each time period that is used for the X values when the collection is used as an XYDataset, then sends a DatasetChangeEvent is sent to all registered listeners.
Sets the position within each time period that is used for the X values, then sends a DatasetChangeEvent to all registered listeners.
setXValue(double[]) - method in class org.jfree.chart.ClipPath
Sets the xValue.
setY(double) - method in class org.jfree.chart.DrawableLegendItem
Set the y-coordinate for the item's location.
setY(double) - method in class org.jfree.data.xy.XYDataItem
Sets the y-value for this data item.
setY(double) - method in class org.jfree.chart.annotations.XYTextAnnotation
Sets the y coordinate for the text anchor point (measured against the range axis).
setY(Number) - method in class org.jfree.data.xy.XYDataItem
Sets the y-value for this data item.
setYOffset(double) - method in class org.jfree.chart.renderer.category.LineRenderer3D
Sets the y-offset and sends a RendererChangeEvent to all registered listeners.
setYOffset(double) - method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Sets the y-offset and sends a RendererChangeEvent to all registered listeners.
setYValue(double[]) - method in class org.jfree.chart.ClipPath
Sets the yValue.
setZoomInFactor(double) - method in class org.jfree.chart.ChartPanel
Sets the zoom in factor.
setZoomOutFactor(double) - method in class org.jfree.chart.ChartPanel
Sets the zoom out factor.
setZoomTriggerDistance(int) - method in class org.jfree.chart.ChartPanel
Sets the zoom trigger distance.
SHAPES - static field in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constant for the type of rendering (shapes only).
SHAPES - static field in class org.jfree.chart.renderer.xy.XYAreaRenderer
Useful constant for specifying the type of rendering (shapes only).
SHAPES - static field in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Useful constant for specifying the type of rendering (shapes only).
SHAPES_AND_LINES - static field in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constant for the type of rendering (shapes and lines).
SHAPES_AND_LINES - static field in class org.jfree.chart.renderer.xy.XYAreaRenderer
Useful constant for specifying the type of rendering (shapes and lines).
shift(org.jfree.data.Range,double) - static method in class org.jfree.data.Range
Shifts the range by the specified amount.
shift(org.jfree.data.Range,double,boolean) - static method in class org.jfree.data.Range
Shifts the range by the specified amount.
ShipNeedle - class org.jfree.chart.needle.ShipNeedle
A needle in the shape of a ship, for use with the CompassPlot class.
shrink(Rectangle2D,Rectangle2D) - method in class org.jfree.chart.axis.AxisSpace
Shrinks an area by the space attributes.
SimpleHistogramBin - class org.jfree.data.statistics.SimpleHistogramBin
A bin for the SimpleHistogramDataset.
SimpleHistogramBin(double,double) - constructor for class org.jfree.data.statistics.SimpleHistogramBin
Creates a new bin.
SimpleHistogramBin(double,double,boolean,boolean) - constructor for class org.jfree.data.statistics.SimpleHistogramBin
Creates a new bin.
SimpleHistogramDataset - class org.jfree.data.statistics.SimpleHistogramDataset
A dataset used for creating simple histograms with custom defined bins.
SimpleHistogramDataset(Comparable) - constructor for class org.jfree.data.statistics.SimpleHistogramDataset
Creates a new histogram dataset.
SimpleTimePeriod - class org.jfree.data.time.SimpleTimePeriod
An arbitrary period of time, measured to millisecond precision using java.util.Date.
SimpleTimePeriod(Date,Date) - constructor for class org.jfree.data.time.SimpleTimePeriod
Creates a new time allocation.
SimpleTimePeriod(long,long) - constructor for class org.jfree.data.time.SimpleTimePeriod
Creates a new time allocation.
size() - method in class org.jfree.chart.axis.TickUnits
Returns the number of tick units in this collection.
SMALL_LOG_VALUE - static field in class org.jfree.chart.axis.LogarithmicAxis
Smallest arbitrarily-close-to-zero value allowed.
smallLogFlag - field in class org.jfree.chart.axis.LogarithmicAxis
Helper flag for log axis processing.
sort() - method in class org.jfree.chart.plot.PieLabelDistributor
Sorts the label records into ascending order by y-value.
sortByKeys(SortOrder) - method in class org.jfree.data.DefaultKeyedValues
Sorts the items in the list by key.
sortByKeys(SortOrder) - method in class org.jfree.data.general.DefaultPieDataset
Sorts the dataset's items by key and sends a DatasetChangeEvent to all registered listeners.
sortByValues(SortOrder) - method in class org.jfree.data.DefaultKeyedValues
Sorts the items in the list by value.
sortByValues(SortOrder) - method in class org.jfree.data.general.DefaultPieDataset
Sorts the dataset's items by value and sends a DatasetChangeEvent to all registered listeners.
sortDataByDate() - method in class org.jfree.data.xy.DefaultOHLCDataset
Sorts the data into ascending order by date.
SpiderWebPlot - class org.jfree.chart.plot.SpiderWebPlot
A plot that displays data from a CategoryDataset in the form of a "spider web".
SpiderWebPlot() - constructor for class org.jfree.chart.plot.SpiderWebPlot
Creates a default plot with no dataset.
SpiderWebPlot(org.jfree.data.category.CategoryDataset) - constructor for class org.jfree.chart.plot.SpiderWebPlot
Creates a new spider web plot with the given dataset, with each row representing a series.
Creates a new spider web plot with the given dataset.
spreadEvenly(double,double) - method in class org.jfree.chart.plot.PieLabelDistributor
Labels are spaced evenly in the available space in an attempt to eliminate the overlaps.
StackedAreaRenderer - class org.jfree.chart.renderer.category.StackedAreaRenderer
A renderer that draws stacked area charts for a CategoryPlot.
StackedAreaRenderer() - constructor for class org.jfree.chart.renderer.category.StackedAreaRenderer
Creates a new renderer.
StackedAreaRenderer(boolean) - constructor for class org.jfree.chart.renderer.category.StackedAreaRenderer
Creates a new renderer.
StackedBarRenderer - class org.jfree.chart.renderer.category.StackedBarRenderer
A stacked bar renderer for use with the CategoryPlot class.
StackedBarRenderer() - constructor for class org.jfree.chart.renderer.category.StackedBarRenderer
Creates a new renderer.
StackedBarRenderer(boolean) - constructor for class org.jfree.chart.renderer.category.StackedBarRenderer
Creates a new renderer.
StackedBarRenderer3D - class org.jfree.chart.renderer.category.StackedBarRenderer3D
Renders stacked bars with 3D-effect, for use with the CategoryPlot class.
StackedBarRenderer3D() - constructor for class org.jfree.chart.renderer.category.StackedBarRenderer3D
Creates a new renderer with no tool tip generator and no URL generator.
StackedBarRenderer3D(boolean) - constructor for class org.jfree.chart.renderer.category.StackedBarRenderer3D
Creates a new renderer.
StackedBarRenderer3D(double,double) - constructor for class org.jfree.chart.renderer.category.StackedBarRenderer3D
Constructs a new renderer with the specified '3D effect'.
StackedBarRenderer3D(double,double,boolean) - constructor for class org.jfree.chart.renderer.category.StackedBarRenderer3D
Constructs a new renderer with the specified '3D effect'.
StackedXYAreaRenderer - class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
A stacked area renderer for the XYPlot class.
StackedXYAreaRenderer() - constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Creates a new renderer.
StackedXYAreaRenderer(int) - constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Constructs a new renderer.
Constructs a new renderer.
StackedXYAreaRenderer2 - class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
A stacked area renderer for the XYPlot class.
StackedXYAreaRenderer2() - constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
Creates a new renderer.
Constructs a new renderer.
StackedXYBarRenderer - class org.jfree.chart.renderer.xy.StackedXYBarRenderer
A bar renderer that displays the series items stacked.
StackedXYBarRenderer() - constructor for class org.jfree.chart.renderer.xy.StackedXYBarRenderer
Creates a new renderer.
StackedXYBarRenderer(double) - constructor for class org.jfree.chart.renderer.xy.StackedXYBarRenderer
Creates a new renderer.
STAGGER_WIDTH - static field in class org.jfree.chart.renderer.category.CategoryStepRenderer
The stagger width.
STANDARD - static field in class org.jfree.chart.axis.CategoryLabelPositions
STANDARD category label positions.
STANDARD - static field in class org.jfree.chart.LegendRenderingOrder
In order.
A standard label generator that can be used with a CategoryItemRenderer.
StandardCategoryItemLabelGenerator() - constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
Creates a new generator with a default number formatter.
Creates a new generator with the specified date formatter.
Creates a new generator with the specified number formatter.
Creates a new generator with the specified number formatter.
A standard series label generator for plots that use data from a CategoryDataset.
Creates a default series label generator (uses DEFAULT_LABEL_FORMAT).
Creates a new series label generator.
A standard tool tip generator that can be used with a CategoryItemRenderer.
StandardCategoryToolTipGenerator() - constructor for class org.jfree.chart.labels.StandardCategoryToolTipGenerator
Creates a new generator with a default number formatter.
Creates a new generator with the specified date formatter.
Creates a new generator with the specified number formatter.
A URL generator that can be assigned to a CategoryItemRenderer.
StandardCategoryURLGenerator() - constructor for class org.jfree.chart.urls.StandardCategoryURLGenerator
Creates a new generator with default settings.
StandardCategoryURLGenerator(String) - constructor for class org.jfree.chart.urls.StandardCategoryURLGenerator
Constructor that overrides default prefix to the URL.
Constructor that overrides all the defaults.
A standard tooltip generator for plots that use data from an ContourDataset.
StandardEntityCollection - class org.jfree.chart.entity.StandardEntityCollection
A standard implementation of the EntityCollection interface.
StandardEntityCollection() - constructor for class org.jfree.chart.entity.StandardEntityCollection
Constructs a new entity collection (initially empty).
A standard item label generator for plots that use data from a PieDataset.
StandardPieSectionLabelGenerator() - constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Creates a new section label generator using DEFAULT_SECTION_LABEL_FORMAT as the label format string, and platform default number and percentage formatters.
StandardPieSectionLabelGenerator(String) - constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Creates a new section label generator using the specified label format string, and platform default number and percentage formatters.
Creates an item label generator using the specified number formatters.
A standard item label generator for plots that use data from a PieDataset.
StandardPieToolTipGenerator() - constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
Creates an item label generator using default number formatters.
StandardPieToolTipGenerator(String) - constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
Creates an item label generator.
Creates an item label generator using the specified number formatters.
A URL generator for pie charts.
StandardPieURLGenerator() - constructor for class org.jfree.chart.urls.StandardPieURLGenerator
Default constructor.
StandardPieURLGenerator(String) - constructor for class org.jfree.chart.urls.StandardPieURLGenerator
Creates a new generator.
StandardPieURLGenerator(String,String) - constructor for class org.jfree.chart.urls.StandardPieURLGenerator
Creates a new generator.
StandardPieURLGenerator(String,String,String) - constructor for class org.jfree.chart.urls.StandardPieURLGenerator
Creates a new generator.
StandardTickUnitSource - class org.jfree.chart.axis.StandardTickUnitSource
A source that can used by the NumberAxis class to obtain a suitable TickUnit.
Generates tooltips using the HTML title attribute for image map area tags.
Generates URLs using the HTML href attribute for image map area tags.
A standard item label generator for plots that use data from an XYDataset.
StandardXYItemLabelGenerator() - constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
Creates an item label generator using default number formatters.
Creates a label generator using the specified date formatters.
Creates an item label generator using the specified formatters.
Creates an item label generator using the specified formatters (a number formatter for the x-values and a date formatter for the y-values).
Creates an item label generator using the specified number formatters.
StandardXYItemRenderer - class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Standard item renderer for an XYPlot.
StandardXYItemRenderer() - constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constructs a new renderer.
StandardXYItemRenderer(int) - constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constructs a new renderer.
Constructs a new renderer.
Constructs a new renderer.
A standard series label generator for plots that use data from an XYDataset.
StandardXYSeriesLabelGenerator() - constructor for class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
Creates a default series label generator (uses DEFAULT_LABEL_FORMAT).
StandardXYSeriesLabelGenerator(String) - constructor for class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
Creates a new series label generator.
A standard tool tip generator for use with an XYItemRenderer.
StandardXYToolTipGenerator() - constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
Creates a tool tip generator using default number formatters.
Creates a tool tip generator using the specified date formatters.
Creates a tool tip generator using the specified number formatters.
Creates a tool tip generator using the specified formatters (a number formatter for the x-values and a date formatter for the y-values).
Creates a tool tip generator using the specified number formatters.
StandardXYURLGenerator - class org.jfree.chart.urls.StandardXYURLGenerator
A URL generator.
StandardXYURLGenerator() - constructor for class org.jfree.chart.urls.StandardXYURLGenerator
Creates a new default generator.
StandardXYURLGenerator(String) - constructor for class org.jfree.chart.urls.StandardXYURLGenerator
Creates a new generator with the specified prefix.
StandardXYURLGenerator(String,String,String) - constructor for class org.jfree.chart.urls.StandardXYURLGenerator
Constructor that overrides all the defaults
A standard item label generator for use with XYZDataset data.
StandardXYZToolTipGenerator() - constructor for class org.jfree.chart.labels.StandardXYZToolTipGenerator
Creates a new tool tip generator using default number formatters for the x, y and z-values.
Constructs a new tool tip generator using the specified date formatters.
Constructs a new tool tip generator using the specified number formatters.
A URL generator.
START - static field in class org.jfree.chart.axis.CategoryAnchor
Start of period.
START - static field in class org.jfree.chart.axis.DateTickMarkPosition
Start of period.
START - static field in class org.jfree.data.time.DynamicTimeSeriesCollection
Useful constant for controlling the x-value returned for a time period.
START - static field in class org.jfree.data.time.TimePeriodAnchor
Start of period.
The start of an element.
The start of an element.
startElement(String,String,String,Attributes) - method in class org.jfree.data.xml.ItemHandler
The start of an element.
startElement(String,String,String,Attributes) - method in class org.jfree.data.xml.KeyHandler
The start of an element.
Starts an element.
startElement(String,String,String,Attributes) - method in class org.jfree.data.xml.ValueHandler
The start of an element.
CategoryStepRenderer.State - class org.jfree.chart.renderer.category.CategoryStepRenderer.State
State information for the renderer.
DeviationRenderer.State - class org.jfree.chart.renderer.xy.DeviationRenderer.State
A state object that is passed to each call to drawItem.
Records the state for the renderer.
Records the state for the renderer.
State(org.jfree.chart.plot.PlotRenderingInfo) - constructor for class org.jfree.chart.renderer.category.CategoryStepRenderer.State
Creates a new state instance.
State(org.jfree.chart.plot.PlotRenderingInfo) - constructor for class org.jfree.chart.renderer.xy.DeviationRenderer.State
Creates a new state instance.
State(org.jfree.chart.plot.PlotRenderingInfo) - constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
Creates a new state instance.
State(org.jfree.chart.plot.PlotRenderingInfo) - constructor for class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
Creates a new state instance.
StatisticalBarRenderer - class org.jfree.chart.renderer.category.StatisticalBarRenderer
A renderer that handles the drawing a bar plot where each bar has a mean value and a standard deviation line.
StatisticalBarRenderer() - constructor for class org.jfree.chart.renderer.category.StatisticalBarRenderer
Default constructor.
StatisticalCategoryDataset - interface org.jfree.data.statistics.StatisticalCategoryDataset
A category dataset that defines a median and standard deviation value for each item.
StatisticalLineAndShapeRenderer - class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
A renderer that draws shapes for each data item, and lines between data items.
StatisticalLineAndShapeRenderer() - constructor for class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
Constructs a default renderer (draws shapes and lines).
StatisticalLineAndShapeRenderer(boolean,boolean) - constructor for class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
Constructs a new renderer.
Statistics - class org.jfree.data.statistics.Statistics
A utility class that provides some common statistical functions.
stepped - field in class org.jfree.chart.plot.ColorPalette
Controls whether palette colors are stepped (not continuous).
strictValuesFlag - field in class org.jfree.chart.axis.LogarithmicAxis
Flag set true make axis throw exception if any values are <= 0 and 'allowNegativesFlag' is false.
StrokeMap - class org.jfree.chart.StrokeMap
A storage structure that maps Comparable instances with Stroke instances.
StrokeMap() - constructor for class org.jfree.chart.StrokeMap
Creates a new (empty) map.
style - field in class org.jfree.chart.imagemap.DynamicDriveToolTipTagFragmentGenerator
The style number
SubCategoryAxis - class org.jfree.chart.axis.SubCategoryAxis
A specialised category axis that can display sub-categories.
SubCategoryAxis(String) - constructor for class org.jfree.chart.axis.SubCategoryAxis
Creates a new axis.
SubSeriesDataset - class org.jfree.data.general.SubSeriesDataset
This class will create a dataset with one or more series from another SeriesDataset.
Creates a SubSeriesDataset using one series from parent.
Creates a SubSeriesDataset using one or more series from parent.
SunJPEGEncoderAdapter - class org.jfree.chart.encoders.SunJPEGEncoderAdapter
Adapter class for the Sun JPEG Encoder.
SunJPEGEncoderAdapter() - constructor for class org.jfree.chart.encoders.SunJPEGEncoderAdapter
Creates a new SunJPEGEncoderAdapter instance.
SunPNGEncoderAdapter - class org.jfree.chart.encoders.SunPNGEncoderAdapter
Adapter class for the Sun PNG Encoder.
switchedLog10(double) - method in class org.jfree.chart.axis.LogarithmicAxis
Returns the log10 value, depending on if values between 0 and 1 are being plotted.
switchedPow10(double) - method in class org.jfree.chart.axis.LogarithmicAxis
Returns a power of 10, depending on if values between 0 and 1 are being plotted.
SymbolAxis - class org.jfree.chart.axis.SymbolAxis
A standard linear value axis that replaces integer values with symbols.
SymbolAxis(String,String[]) - constructor for class org.jfree.chart.axis.SymbolAxis
Constructs a symbol axis, using default attribute values where necessary.
A standard item label generator for plots that use data from an XYDataset.