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

sampleFunction2D(Function2D, double, double, int, Comparable) - Static method in class org.jfree.data.general.DatasetUtilities
Creates an XYDataset by sampling the specified function over a fixed range.
SAVE_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Save action command.
saveChartAsJPEG(File, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
Saves a chart to a file in JPEG format.
saveChartAsJPEG(File, float, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
Saves a chart to a file in JPEG format.
saveChartAsJPEG(File, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Saves a chart to a file in JPEG format.
saveChartAsJPEG(File, float, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Saves a chart to a file in JPEG format.
saveChartAsJPEG(JFreeChart, int, int, HttpSession) - Static method in class org.jfree.chart.servlet.ServletUtilities
Saves the chart as a JPEG format file in the temporary directory.
saveChartAsJPEG(JFreeChart, int, int, ChartRenderingInfo, HttpSession) - Static method in class org.jfree.chart.servlet.ServletUtilities
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.
saveChartAsPNG(File, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
Saves a chart to the specified file in PNG format.
saveChartAsPNG(File, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Saves a chart to a file in PNG format.
saveChartAsPNG(File, JFreeChart, int, int, ChartRenderingInfo, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
Saves a chart to a file in PNG format.
saveChartAsPNG(JFreeChart, int, int, HttpSession) - Static method in class org.jfree.chart.servlet.ServletUtilities
Saves the chart as a PNG format file in the temporary directory.
saveChartAsPNG(JFreeChart, int, int, ChartRenderingInfo, HttpSession) - Static method in class org.jfree.chart.servlet.ServletUtilities
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(Range, double) - Static method in class org.jfree.data.Range
Scales the range by the specified factor.
SCALE_AREA_TO_1 - Static variable in class org.jfree.data.statistics.HistogramType
Scale area to one.
SCALE_ON_BOTH_AXES - Static variable 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.XYBubbleRenderer(int)).
SCALE_ON_DOMAIN_AXIS - Static variable 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.XYBubbleRenderer(int)).
SCALE_ON_RANGE_AXIS - Static variable 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.XYBubbleRenderer(int)).
ScatterRenderer - Class in org.jfree.chart.renderer.category
A renderer that handles the multiple values from a MultiValueCategoryDataset by plotting a shape for each value for each given item in the dataset.
ScatterRenderer() - Constructor for class org.jfree.chart.renderer.category.ScatterRenderer
Constructs a new renderer.
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 variable in class org.jfree.chart.axis.DateTickUnit
A constant for seconds.
Second - Class in org.jfree.data.time
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(int, Minute) - Constructor for class org.jfree.data.time.Second
Constructs a new Second.
Second(int, int, int, int, int, int) - Constructor for class org.jfree.data.time.Second
Creates a new second.
Second(Date) - Constructor for class org.jfree.data.time.Second
Constructs a new instance from the specified date/time and the default time zone..
Second(Date, TimeZone) - Constructor for class org.jfree.data.time.Second
Creates a new second based on the supplied time and time zone.
SegmentedTimeline - Class in org.jfree.chart.axis
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.
SegmentedTimeline.BaseTimelineSegmentRange - Class in org.jfree.chart.axis
Special SegmentRange that came from the BaseTimeline.
SegmentedTimeline.BaseTimelineSegmentRange(long, long) - Constructor for class org.jfree.chart.axis.SegmentedTimeline.BaseTimelineSegmentRange
Constructor.
SegmentedTimeline.Segment - Class in org.jfree.chart.axis
Internal class to represent a valid segment for this timeline.
SegmentedTimeline.Segment() - Constructor for class org.jfree.chart.axis.SegmentedTimeline.Segment
Protected constructor only used by sub-classes.
SegmentedTimeline.Segment(long) - Constructor for class org.jfree.chart.axis.SegmentedTimeline.Segment
Creates a segment for a given point in time.
SegmentedTimeline.SegmentRange - Class in org.jfree.chart.axis
Private internal class to represent a range of segments.
SegmentedTimeline.SegmentRange(long, long) - Constructor for class org.jfree.chart.axis.SegmentedTimeline.SegmentRange
Creates a SegmentRange between a start and end domain values.
segmentEnd - Variable in class org.jfree.chart.axis.SegmentedTimeline.Segment
The segment end.
segmentNumber - Variable in class org.jfree.chart.axis.SegmentedTimeline.Segment
The segment number.
segmentStart - Variable in class org.jfree.chart.axis.SegmentedTimeline.Segment
The segment start.
selectAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Selects an appropriate tick value for the axis.
selectAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
Selects an appropriate tick value for the axis.
selectAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
Selects an appropriate tick value for the axis.
selectAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.SymbolAxis
This operation is not supported by this axis.
selectHorizontalAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Selects a tick unit when the axis is displayed horizontally.
selectHorizontalAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Selects an appropriate tick size for the axis.
selectHorizontalAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
Selects an appropriate tick value for the axis.
selectHorizontalAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
Selects an appropriate tick value for the axis.
selectVerticalAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Selects a tick unit when the axis is displayed vertically.
selectVerticalAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.DateAxis
Selects an appropriate tick size for the axis.
selectVerticalAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.LogAxis
Selects an appropriate tick value for the axis.
selectVerticalAutoTickUnit(Graphics2D, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.NumberAxis
Selects an appropriate tick value for the axis.
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.
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.
serialVersionUID - Static variable in class org.jfree.chart.renderer.xy.XYBubbleRenderer
For serialization.
Series - Class in org.jfree.data.general
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 variable in interface org.jfree.data.xml.DatasetTags
The 'Series' element name.
seriesBarWidthList - Variable in class org.jfree.chart.renderer.category.LayeredBarRenderer
A list of the width of each series bar.
seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.gantt.TaskSeriesCollection
Called when a series belonging to the dataset changes.
seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.general.AbstractSeriesDataset
Called when a series belonging to the dataset changes.
seriesChanged(SeriesChangeEvent) - Method in interface org.jfree.data.general.SeriesChangeListener
Called when an observed series changes in some way.
seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.time.TimeSeriesTableModel
Receives notification that the time series has been changed.
seriesChanged(SeriesChangeEvent) - Method in class org.jfree.data.xy.DefaultTableXYDataset
This method receives notification when a series belonging to the dataset changes.
SeriesChangeEvent - Class in org.jfree.data.general
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 in org.jfree.data.general
Methods for receiving notification of changes to a data series.
SeriesDataset - Interface in org.jfree.data.general
The interface for a dataset consisting of one or many series of data.
SeriesException - Exception in org.jfree.data.general
A general purpose exception class for data series.
SeriesException(String) - Constructor for exception org.jfree.data.general.SeriesException
Constructs a new series exception.
seriesKey - Variable in class org.jfree.data.contour.DefaultContourDataset
Deprecated. 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 - Variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
The path for the current series.
seriesPath - Variable in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
The path for the current series.
SeriesRenderingOrder - Class in org.jfree.chart.plot
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 in org.jfree.chart.servlet
Utility class used for servlet related JFreeChart operations.
ServletUtilities() - Constructor for class org.jfree.chart.servlet.ServletUtilities
 
setAdditionalItemLabelGenerator(XYItemLabelGenerator) - Method in class org.jfree.chart.renderer.xy.YIntervalRenderer
Sets the generator for the item labels that appear near the lower y-value and sends a RendererChangeEvent to all registered listeners.
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 SimpleHistogramDataset.getYValue(int, int) method, and sends a DatasetChangeEvent to all registered listeners.
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.plot.Marker
Sets the alpha transparency that should be used when drawing the marker, and sends a MarkerChangeEvent to all registered listeners.
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.
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.
setAnchor(TextAnchor) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Sets the text anchor point and sends a DialLayerChangeEvent to all registered listeners.
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.
setAngle(double) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Sets the angle used to calculate the anchor point and sends a DialLayerChangeEvent to all registered listeners.
setAngle(double) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the angle for the anchor point and sends a DialLayerChangeEvent to all registered listeners.
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.
setAngleTickUnit(TickUnit) - Method in class org.jfree.chart.plot.PolarPlot
Sets the tick unit that controls the spacing of the angular grid lines, 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.
setArrangement(Arrangement) - Method in class org.jfree.chart.block.BlockContainer
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, and sends a RendererChangeEvent to all registered listeners.
setAttributedLabel(int, AttributedString) - Method in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Sets the attributed label for a section.
setAutoPopulateSectionOutlinePaint(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets the flag that controls whether or not the section outline paint is auto-populated by the PiePlot.lookupSectionOutlinePaint(Comparable) method, and sends a PlotChangeEvent to all registered listeners.
setAutoPopulateSectionOutlineStroke(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets the flag that controls whether or not the section outline stroke is auto-populated by the PiePlot.lookupSectionOutlineStroke(Comparable) method, and sends a PlotChangeEvent to all registered listeners.
setAutoPopulateSectionPaint(boolean) - Method in class org.jfree.chart.plot.PiePlot
Sets the flag that controls whether or not the section paint is auto-populated by the PiePlot.lookupSectionPaint(Comparable) method, and sends a PlotChangeEvent to all registered listeners.
setAutoPopulateSeriesFillPaint(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not the series fill paint list is automatically populated when AbstractRenderer.lookupSeriesFillPaint(int) is called.
setAutoPopulateSeriesOutlinePaint(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not the series outline paint list is automatically populated when AbstractRenderer.lookupSeriesOutlinePaint(int) is called.
setAutoPopulateSeriesOutlineStroke(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not the series outline stroke list is automatically populated when AbstractRenderer.lookupSeriesOutlineStroke(int) is called.
setAutoPopulateSeriesPaint(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not the series paint list is automatically populated when AbstractRenderer.lookupSeriesPaint(int) is called.
setAutoPopulateSeriesShape(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not the series shape list is automatically populated when AbstractRenderer.lookupSeriesShape(int) is called.
setAutoPopulateSeriesStroke(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the flag that controls whether or not the series stroke list is automatically populated when AbstractRenderer.lookupSeriesStroke(int) is called.
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, 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) - 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.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 and sends a RendererChangeEvent to all registered listeners.
setAutoWidthMethod(int) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Sets the method of automatically calculating the candle width and sends a RendererChangeEvent to all registered listeners.
setAveragedOutlier(Outlier) - Method in class org.jfree.chart.renderer.OutlierList
Sets the averaged outlier.
setAxis(ValueAxis) - Method in class org.jfree.chart.axis.ColorBar
Deprecated. Sets the axis.
setAxis(ValueAxis) - Method in class org.jfree.chart.plot.PolarPlot
Sets the axis for the plot and sends a PlotChangeEvent to all registered listeners.
setAxis(ValueAxis) - Method in class org.jfree.chart.title.PaintScaleLegend
Sets the axis for the paint scale and sends a TitleChangeEvent 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.
setAxisLabelPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the axis label paint.
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 relative to the thermometer, and sends a PlotChangeEvent to all registered listeners.
setAxisLocation(AxisLocation) - Method in class org.jfree.chart.title.PaintScaleLegend
Sets the axis location 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.
setAxisOffset(RectangleInsets) - Method in class org.jfree.chart.StandardChartTheme
Sets the axis offset.
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.
setAxisRange() - Method in class org.jfree.chart.plot.ThermometerPlot
Sets the axis range to the current values in the rangeInfo array.
setBackground(DialLayer) - Method in class org.jfree.chart.plot.dial.DialPlot
Sets the background layer and sends a PlotChangeEvent to all registered listeners.
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.plot.dial.ArcDialFrame
Sets the background paint and sends a DialLayerChangeEvent to all registered listeners.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Sets the background paint and sends a DialLayerChangeEvent to all registered listeners.
setBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Sets the background paint and sends a DialLayerChangeEvent 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.CompositeTitle
Sets the background paint and sends a TitleChangeEvent 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.title.TextTitle
Sets the background paint and sends a TitleChangeEvent to all registered listeners.
setBarPainter(BarPainter) - Method in class org.jfree.chart.renderer.category.BarRenderer
Sets the bar painter for this renderer and sends a RendererChangeEvent to all registered listeners.
setBarPainter(XYBarPainter) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Sets the bar painter and sends a RendererChangeEvent to all registered listeners.
setBarPainter(BarPainter) - Method in class org.jfree.chart.StandardChartTheme
Sets the bar painter.
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.axis.LogAxis
Sets the base for the logarithm calculation and sends an AxisChangeEvent 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, 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.
setBaseItemLabelFont(Font) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base item label font and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelFont(Font) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base item label font and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelGenerator(CategoryItemLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the base item label generator and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelGenerator(CategoryItemLabelGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base item label generator and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelGenerator(XYItemLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the base item label generator and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelGenerator(XYItemLabelGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
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, 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..
setBaseItemLabelPaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base item label paint and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelPaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base item label paint and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelsVisible(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base flag that controls whether or not item labels are visible, and 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 and sends a RendererChangeEvent to all registered listeners.
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) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base flag that controls whether or not item labels are visible and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelsVisible(Boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base setting for item label visibility and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelsVisible(Boolean, boolean) - Method in interface 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) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base flag that controls whether or not item labels are visible.
setBaseItemLabelsVisible(Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base setting for item label visibility.
setBaseItemLabelsVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base visibility for item labels and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseItemURLGenerator(CategoryURLGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Sets the base item URL generator and sends a RendererChangeEvent to all registered listeners.
setBaseItemURLGenerator(CategoryURLGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base item URL generator and sends a RendererChangeEvent to all registered listeners.
setBaseLegendShape(Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default legend shape and sends a RendererChangeEvent to all registered listeners.
setBaseLegendTextFont(Font) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default legend text font and sends a RendererChangeEvent to all registered listeners.
setBaseLegendTextPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the default legend text paint 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 and sends a RendererChangeEvent to all registered listeners.
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.
setBaseNegativeItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label position for negative values and sends a RendererChangeEvent to all registered listeners.
setBaseNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base negative item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseNegativeItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base item label position for negative values and sends a RendererChangeEvent to all registered listeners.
setBaseNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base negative item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseNegativeItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base item label position for negative values and sends a RendererChangeEvent to all registered listeners.
setBaseNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
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, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base outline paint and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseOutlinePaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base outline paint and sends a RendererChangeEvent to all registered listeners.
setBaseOutlinePaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base outline paint and 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, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base outline stroke and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseOutlineStroke(Stroke) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base outline stroke and sends a RendererChangeEvent to all registered listeners.
setBaseOutlineStroke(Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base outline stroke and 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, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base paint and, if requested, sends a RendererChangeEvent to all registered listeners.
setBasePaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base paint and sends a RendererChangeEvent to all registered listeners.
setBasePaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base paint and sends a RendererChangeEvent to all registered listeners.
setBasePositiveItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base positive item label position.
setBasePositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base positive item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setBasePositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base positive item label position.
setBasePositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base positive item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setBasePositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base positive item label position.
setBasePositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
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, 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) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base visibility and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisible(boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base visibility and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisible(boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base visibility and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisible(boolean, boolean) - Method in interface 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, 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) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base visibility in the legend and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisibleInLegend(boolean, boolean) - Method in interface 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) - Method in interface 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 interface 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, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base shape and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseShape(Shape) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Sets the base shape and sends a RendererChangeEvent to all registered listeners.
setBaseShape(Shape) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base shape and sends a RendererChangeEvent to all registered listeners.
setBaseShapesFilled(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Sets the base 'shapes filled' flag and sends a RendererChangeEvent to all registered listeners.