Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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. - sampleFunction2DToSeries(Function2D, double, double, int, Comparable) - Static method in class org.jfree.data.general.DatasetUtilities
-
Creates an
XYSeries
by sampling the specified function over a fixed range. - SamplingXYLineRenderer - Class in org.jfree.chart.renderer.xy
-
A renderer that draws line charts.
- SamplingXYLineRenderer() - Constructor for class org.jfree.chart.renderer.xy.SamplingXYLineRenderer
-
Creates a new renderer.
- SamplingXYLineRenderer.State - Class in org.jfree.chart.renderer.xy
-
Records the state for the renderer.
- SAVE_COMMAND - Static variable in class org.jfree.chart.ChartPanel
-
Save action command.
- 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, float, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
-
Saves a chart to a file in JPEG format.
- saveChartAsJPEG(File, 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(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(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(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(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 - 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, int, int, int, int, int) - Constructor for class org.jfree.data.time.Second
-
Creates a new second.
- Second(int, Minute) - Constructor for class org.jfree.data.time.Second
-
Constructs 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
-
Deprecated.As of 1.0.13, use the constructor that specifies the locale also.
- Second(Date, TimeZone, Locale) - Constructor for class org.jfree.data.time.Second
-
Creates a new second based on the supplied time and time zone.
- SECOND - Static variable in class org.jfree.chart.axis.DateTickUnit
-
Deprecated.As of version 1.0.13, use
DateTickUnitType
instead. - SECOND - Static variable in class org.jfree.chart.axis.DateTickUnitType
-
Second.
- 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 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.Segment - Class in org.jfree.chart.axis
-
Internal class to represent a valid segment for this timeline.
- SegmentedTimeline.SegmentRange - Class in org.jfree.chart.axis
-
Private internal class to represent a range of segments.
- 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.
- SegmentRange(long, long) - Constructor for class org.jfree.chart.axis.SegmentedTimeline.SegmentRange
-
Creates a SegmentRange between a start and end domain values.
- 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(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 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 Class in org.jfree.data.general
-
A general purpose exception class for data series.
- SeriesException(String) - Constructor for exception class 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 aDatasetChangeEvent
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 and sends an
AnnotationChangeEvent
to all registered listeners. - setAngle(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Sets the angle of the arrow and sends an
AnnotationChangeEvent
to all registered listeners. - 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. - setAngleOffset(double) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the offset that is used for all angles 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 and sends an
AnnotationChangeEvent
to all registered listeners. - setArrowLength(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Sets the arrow length and sends an
AnnotationChangeEvent
to all registered listeners. - setArrowPaint(Paint) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
Sets the paint used for the arrow and sends an
AnnotationChangeEvent
to all registered listeners. - setArrowPaint(Paint) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Sets the paint used for the arrow and sends an
AnnotationChangeEvent
to all registered listeners. - setArrowStroke(Stroke) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
Sets the stroke used to draw the arrow line and sends an
AnnotationChangeEvent
to all registered listeners. - setArrowStroke(Stroke) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Sets the stroke used to draw the arrow line and sends an
AnnotationChangeEvent
to all registered listeners. - setArrowWidth(double) - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
-
Sets the arrow width and sends an
AnnotationChangeEvent
to all registered listeners. - setArrowWidth(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Sets the arrow width and sends an
AnnotationChangeEvent
to all registered listeners. - 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.
- setAttributedLabel(String) - Method in class org.jfree.chart.axis.Axis
-
Sets the attributed label for the axis and sends an
AxisChangeEvent
to all registered listeners. - setAttributedLabel(AttributedString) - Method in class org.jfree.chart.axis.Axis
-
Sets the attributed label for the axis and sends an
AxisChangeEvent
to all registered listeners. - 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 aPlotChangeEvent
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 aPlotChangeEvent
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 aPlotChangeEvent
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) - 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 anAxisChangeEvent
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) - Method in class org.jfree.chart.editor.DefaultLogAxisEditor
-
Setter for the
DefaultValueAxisEditor.autoTickUnitSelection
flag. - 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.
- setAutoTickUnitSelectionCheckBox(JCheckBox) - Method in class org.jfree.chart.editor.DefaultLogAxisEditor
-
Set the checkbox that enables/disables auto-tickunit-selection.
- 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 whether 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(int, ValueAxis) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets an axis for the plot and sends a
PlotChangeEvent
to all registered listeners. - setAxis(int, ValueAxis, boolean) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets an axis for the plot and, if requested, sends a
PlotChangeEvent
to all registered listeners. - 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 primary 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(int, PolarAxisLocation) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the location for an axis and sends a
PlotChangeEvent
to all registered listeners. - setAxisLocation(int, PolarAxisLocation, boolean) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the axis location for an axis and, if requested, 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. - setAxisLocation(PolarAxisLocation) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the location of the primary axis and sends a
PlotChangeEvent
to all registered listeners. - setAxisLocation(PolarAxisLocation, boolean) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the location of the primary axis and, if requested, sends a
PlotChangeEvent
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. - setAxisOffset(RectangleInsets) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the axis offset.
- setAxisProperties(Axis) - Method in class org.jfree.chart.editor.DefaultLogAxisEditor
-
Sets the properties of the specified axis to match the properties defined on this panel.
- 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.
- setBackground(DialLayer) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Sets the background layer and sends a
PlotChangeEvent
to all registered listeners. - 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.annotations.XYTextAnnotation
-
Sets the background paint for the annotation and sends an
AnnotationChangeEvent
to all registered listeners. - 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. - setBarAlignmentFactor(double) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the bar alignment factor and sends a
RendererChangeEvent
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(BarPainter) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the bar painter.
- setBarPainter(XYBarPainter) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the bar painter and sends a
RendererChangeEvent
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.axis.LogAxis
-
Sets the base for the logarithm calculation and sends a change event 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. - setBaseFormatter(Format) - Method in class org.jfree.chart.axis.LogAxis
-
Sets the formatter used to format the base value of the logarithmic scale when it is displayed numerically and sends a change event 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 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. - 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. - 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) - 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. - 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 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 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.xy.XYItemRenderer
-
Sets the base flag that controls whether or not item labels are visible.
- 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) - 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) - Method in interface 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 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, 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. - setBaselinePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the baseline paint.
- 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) - 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) - 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 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, 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, 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) - 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. - 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 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. - 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 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. - 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. - setBasePositiveItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the base positive item label position.
- setBasePositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the base positive item label position.
- setBasePositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
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, 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, 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 and sends an
AnnotationChangeEvent
to all registered listeners. - setBaseRadius(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Sets the base radius and sends an
AnnotationChangeEvent
to all registered listeners. - 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 interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the base visibility and 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 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 interface 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 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) - 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) - 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 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 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, 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) - 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. - 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 and sends a
RendererChangeEvent
to all registered listeners. - setBaseShapesFilled(boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Sets the base 'shapes filled' flag and sends a
RendererChangeEvent
to all registered listeners. - setBaseShapesFilled(boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Sets the base 'shapes filled' flag and sends a
RendererChangeEvent
to all registered listeners. - 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 and sends a
RendererChangeEvent
to all registered listeners. - 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 and sends a
RendererChangeEvent
to all registered listeners. - setBaseStroke(Stroke) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the base stroke and sends a
RendererChangeEvent
to all registered listeners. - setBaseStroke(Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the base stroke and sends a
RendererChangeEvent
to all registered listeners. - 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. - setBaseSymbol(String) - Method in class org.jfree.chart.axis.LogAxis
-
Sets the symbol used to represent the base value of the logarithmic scale and sends a change event to all registered listeners.
- setBaseTimeline(SegmentedTimeline) - Method in class org.jfree.chart.axis.SegmentedTimeline
-
Sets the base timeline.
- setBaseToolTipGenerator(CategoryToolTipGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Sets the base tool tip generator and sends a
RendererChangeEvent
to all registered listeners. - setBaseToolTipGenerator(CategoryToolTipGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the base tool tip generator and sends a
RendererChangeEvent
to all registered listeners. - setBaseToolTipGenerator(XYToolTipGenerator) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Sets the default tool tip generator and sends a
RendererChangeEvent
to all registered listeners. - setBaseToolTipGenerator(XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
Sets the base tool tip generator and sends a
RendererChangeEvent
to all registered listeners. - setBaseToolTipGenerator(XYToolTipGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Sets the base tool tip generator and sends a
RendererChangeEvent
to all registered listeners. - setBaseToolTipGenerator(XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
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 and sends a
RendererChangeEvent
to all registered listeners. - setBlockWidth(double) - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
-
Sets the width of the blocks used to represent each data item and sends a
RendererChangeEvent
to all registered listeners. - setBorder(double, double, double, double) - Method in class org.jfree.chart.block.AbstractBlock
-
Sets a black border with the specified line widths.
- setBorder(BlockBorder) - Method in class org.jfree.chart.block.AbstractBlock
-
Deprecated.Use
AbstractBlock.setFrame(BlockFrame)
instead. - 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.
- setBounds(double, double) - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Sets the bounds for the range and sends a
DialLayerChangeEvent
to all registered listeners. - setBounds(double, double, double, double) - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.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 interface 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. - setBulbRadius(int) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the bulb radius (in Java2D units) and sends a
PlotChangeEvent
to all registered listeners. - setCandleWidth(double) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Sets the candle width and sends a
RendererChangeEvent
to all registered listeners. - setCap(DialLayer) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Sets the cap and sends a
PlotChangeEvent
to all registered listeners. - 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 and sends an
AnnotationChangeEvent
to all registered listeners. - setCategory(Object) - Method in class org.jfree.chart.entity.CategoryItemEntity
-
Deprecated.As of version 1.0.6, use
CategoryItemEntity.setColumnKey(Comparable)
. - setCategory1(Comparable) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Sets the category for the start of the line and sends an
AnnotationChangeEvent
to all registered listeners. - setCategory2(Comparable) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Sets the category for the end of the line and sends an
AnnotationChangeEvent
to all registered listeners. - setCategoryAnchor(CategoryAnchor) - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
-
Sets the category anchor point and sends an
AnnotationChangeEvent
to all registered listeners. - setCategoryIndex(int) - Method in class org.jfree.chart.entity.CategoryItemEntity
-
Deprecated.As of 1.0.6, use
CategoryItemEntity.setColumnKey(Comparable)
to designate the category. - 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) and sends a change event to all registered listeners.
- setCategoryLabelPositions(CategoryLabelPositions) - Method in class org.jfree.chart.axis.CategoryAxis
-
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. - setCenterText(String) - Method in class org.jfree.chart.plot.RingPlot
-
Sets the text to display in the center of the plot and sends a change event to all registered listeners.
- setCenterTextColor(Color) - Method in class org.jfree.chart.plot.RingPlot
-
Sets the color for the center text and sends a change event to all registered listeners.
- setCenterTextFont(Font) - Method in class org.jfree.chart.plot.RingPlot
-
Sets the font used to display the center text and sends a change event to all registered listeners.
- setCenterTextFormatter(Format) - Method in class org.jfree.chart.plot.RingPlot
-
Sets the formatter used to format the center text value and sends a change event to all registered listeners.
- setCenterTextMode(CenterTextMode) - Method in class org.jfree.chart.plot.RingPlot
-
Sets the mode for displaying text in the center of the plot and sends a change event to all registered listeners.
- setChart(JFreeChart) - Method in class org.jfree.chart.ChartPanel
-
Sets the chart that is displayed in the panel.
- setChart(JFreeChart) - Method in class org.jfree.chart.event.ChartChangeEvent
-
Sets the chart that generated the change event.
- setChart(JFreeChart) - Method in class org.jfree.chart.event.ChartProgressEvent
-
Sets the chart that generated the change event.
- setChart(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.
- setChartBackgroundPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the chart background paint.
- setChartEditorFactory(ChartEditorFactory) - Static method in class org.jfree.chart.editor.ChartEditorManager
-
Sets the chart editor factory.
- setChartTheme(ChartTheme) - Static method in class org.jfree.chart.ChartFactory
-
Sets the current chart theme.
- 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
-
Deprecated.Sets the clip.
- setClipPath(ClipPath) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.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(ColorBar) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.Sets the colorbar for the plot.
- setColorBarLocation(RectangleEdge) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.Sets the color bar location and sends a
PlotChangeEvent
to all registered listeners. - setColorPalette(ColorPalette) - Method in class org.jfree.chart.axis.ColorBar
-
Deprecated.Sets the color palette.
- setColumnKey(Comparable) - Method in class org.jfree.chart.entity.CategoryItemEntity
-
Sets the column key.
- setColumnKey(Comparable) - Method in class org.jfree.chart.plot.CategoryCrosshairState
-
Sets the column key.
- setColumnRadius(int) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the column radius (in Java2D units) and sends a
PlotChangeEvent
to all registered listeners. - 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
-
Deprecated.Sets the composite.
- setConnectFirstAndLastPoint(boolean) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Set the flag that controls whether the first and last point of a series will be connected or not and sends a
RendererChangeEvent
to all registered listeners. - setContentAlignmentPoint(TextBlockAnchor) - Method in class org.jfree.chart.block.LabelBlock
-
Sets the content alignment point.
- setCounterClockwise(boolean) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the flag for increasing angle degrees direction.
- setCreateEntities(Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesCreateEntities(int, Boolean)
andAbstractRenderer.setBaseCreateEntities(boolean)
. - setCreateEntities(Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesItemLabelFont(int, Font, boolean)
andAbstractRenderer.setBaseItemLabelFont(Font, boolean)
. - setCrosshairDatasetIndex(int) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the dataset index for the crosshair and sends a
PlotChangeEvent
to all registered listeners. - setCrosshairDatasetIndex(int, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the dataset index for the crosshair and, if requested, sends a
PlotChangeEvent
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.
- setCrosshairPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the crosshair paint.
- setCrosshairState(CategoryCrosshairState) - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
-
Sets the crosshair state.
- 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.
- setDarkerSides(boolean) - Method in class org.jfree.chart.plot.PiePlot3D
-
Sets a flag that controls whether or not the sides of the pie chart are rendered using a darker colour, and sends a
PlotChangeEvent
to all registered listeners. - 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
-
Deprecated.Sets the data area ratio.
- setDataBoundsIncludesVisibleSeriesOnly(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the flag that controls whether or not the data bounds reported by this renderer will exclude non-visible series and sends a
RendererChangeEvent
to all registered listeners. - 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
PlotChangeEvent
to all registered listeners. - setDataset(int, CategoryDataset) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets a dataset for the plot and sends a change notification to all registered listeners.
- setDataset(int, ValueDataset) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Sets a dataset for the plot.
- setDataset(int, XYDataset) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets a dataset for the plot, replacing the existing dataset at the same index if there is one, and sends a
link PlotChangeEvent
to all registered listeners. - setDataset(int, XYDataset) - Method in class org.jfree.chart.plot.XYPlot
-
Sets a dataset for the plot and sends a change event to all registered listeners.
- setDataset(CategoryDataset) - Method in class org.jfree.chart.entity.CategoryItemEntity
-
Sets the dataset this entity refers to.
- setDataset(CategoryDataset) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the dataset for the plot, replacing the existing dataset, if there is one.
- setDataset(CategoryDataset) - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Sets the dataset used by the plot and sends a
PlotChangeEvent
to all registered listeners. - setDataset(CategoryDataset) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the dataset used by the plot and sends a
PlotChangeEvent
to all registered listeners. - setDataset(ContourDataset) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.Sets the dataset for the plot, replacing the existing dataset if there is one.
- setDataset(Dataset) - Method in class org.jfree.chart.entity.LegendItemEntity
-
Sets a reference to the dataset that this legend item is derived from.
- setDataset(Dataset) - Method in class org.jfree.chart.LegendItem
-
Sets the dataset.
- setDataset(PieDataset) - Method in class org.jfree.chart.entity.PieSectionEntity
-
Sets the dataset this entity refers to.
- setDataset(PieDataset) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the dataset and sends a
DatasetChangeEvent
to 'this'. - setDataset(ValueDataset) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Sets the dataset for the plot, replacing the existing dataset, if there is one, and sends a
PlotChangeEvent
to all registered listeners. - setDataset(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
. - setDataset(ValueDataset) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the dataset for the plot, replacing the existing dataset if there is one, and sends a
PlotChangeEvent
to all registered listeners. - setDataset(WaferMapDataset) - Method in class org.jfree.chart.plot.WaferMapPlot
-
Sets the dataset used by the plot and sends a
PlotChangeEvent
to all registered listeners. - setDataset(XYDataset) - Method in class org.jfree.chart.entity.XYItemEntity
-
Sets the dataset this entity refers to.
- setDataset(XYDataset) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the primary dataset for the plot, replacing the existing dataset if there is one, and sends a
link PlotChangeEvent
to all registered listeners. - setDataset(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(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.
- setDatasetIndex(int) - Method in class org.jfree.chart.plot.CrosshairState
-
Sets the dataset index that the current crosshair values relate to.
- setDatasetIndex(int) - Method in class org.jfree.chart.plot.dial.DialPointer
-
Sets the dataset index for the pointer and sends a
DialLayerChangeEvent
to all registered listeners. - setDatasetIndex(int) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Sets the dataset index and sends a
DialLayerChangeEvent
to all registered listeners. - setDatasetRenderingOrder(DatasetRenderingOrder) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the rendering order and sends a
PlotChangeEvent
to all registered listeners. - setDatasetRenderingOrder(DatasetRenderingOrder) - Method in class org.jfree.chart.plot.XYPlot
-
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 and sends an
AxisChangeEvent
to all registered listeners. - setDayFormatter(NumberFormat) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the formatter for the days.
- setDaySuffix(String) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the string that is appended to the day count.
- setDefaultAutoRange(Range) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the default auto range and sends an
AxisChangeEvent
to all registered listeners. - setDefaultBarPainter(BarPainter) - Static method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the default bar painter.
- setDefaultBarPainter(XYBarPainter) - Static method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the default bar painter.
- setDefaultDirectoryForSaveAs(File) - Method in class org.jfree.chart.ChartPanel
-
Sets the default directory for the "save as" option.
- setDefaultEntityRadius(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the radius of the circle used for the default entity area when no area is specified.
- setDefaultShadowsVisible(boolean) - Static method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the default value for the shadows visible flag.
- setDefaultShadowsVisible(boolean) - Static method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the default value for the shadows visible flag.
- 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.chart.LegendItem
-
Sets the description for this legend item.
- setDescription(String) - Method in class org.jfree.data.gantt.Task
-
Sets the task description.
- setDescription(String) - Method in class org.jfree.data.general.Series
-
Sets the description of the series and sends a
PropertyChangeEvent
to all registered listeners. - setDialBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the paint used to fill the dial background.
- setDialFrame(DialFrame) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Sets the dial's frame and sends a
PlotChangeEvent
to all registered listeners. - setDialOutlinePaint(Paint) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the dial outline paint and sends a
PlotChangeEvent
to all registered listeners. - setDialShape(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 displayed bounds for a sub range.
- setDisplayToolTips(boolean) - Method in class org.jfree.chart.ChartPanel
-
Switches the display of tooltips for the panel on or off.
- setDomainAxes(CategoryAxis[]) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the domain axes for this plot and sends a
PlotChangeEvent
to all registered listeners. - setDomainAxes(ValueAxis[]) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the domain axes for this plot and sends a
PlotChangeEvent
to all registered listeners. - setDomainAxis(int, CategoryAxis) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets a domain axis and sends a
PlotChangeEvent
to all registered listeners. - setDomainAxis(int, CategoryAxis, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets a domain axis and, if requested, sends a
PlotChangeEvent
to all registered listeners. - setDomainAxis(int, ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
-
Sets a domain axis and sends a
PlotChangeEvent
to all registered listeners. - setDomainAxis(int, ValueAxis, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets a domain axis and, if requested, sends a
PlotChangeEvent
to all registered listeners. - setDomainAxis(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(ValueAxis) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.Sets the domain axis for the plot (this must be compatible with the plot type or an exception is thrown).
- setDomainAxis(ValueAxis) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Sets the domain axis and sends a
PlotChangeEvent
to all registered listeners. - setDomainAxis(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the domain axis for the plot and sends a
PlotChangeEvent
to all registered listeners. - setDomainAxisLocation(int, AxisLocation) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the location for a domain axis and sends a
PlotChangeEvent
to all registered listeners. - setDomainAxisLocation(int, AxisLocation) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the location for a domain axis and sends a
PlotChangeEvent
to all registered listeners. - setDomainAxisLocation(int, AxisLocation, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the location for a domain axis and sends a
PlotChangeEvent
to all registered listeners. - setDomainAxisLocation(int, AxisLocation, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the axis location for a domain axis and, if requested, sends a
PlotChangeEvent
to all registered listeners. - setDomainAxisLocation(AxisLocation) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the location of the domain axis and sends a
PlotChangeEvent
to all registered listeners. - setDomainAxisLocation(AxisLocation) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the location of the primary domain axis and sends a
PlotChangeEvent
to all registered listeners. - setDomainAxisLocation(AxisLocation, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the location of the domain axis and, if requested, sends a
PlotChangeEvent
to all registered listeners. - setDomainAxisLocation(AxisLocation, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the location of the domain axis and, if requested, sends a
PlotChangeEvent
to all registered listeners. - setDomainCrosshairColumnKey(Comparable) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the column key for the domain crosshair and sends a
PlotChangeEvent
to all registered listeners. - setDomainCrosshairColumnKey(Comparable, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the column key for the domain crosshair and, if requested, sends a
PlotChangeEvent
to all registered listeners. - setDomainCrosshairLockedOnData(boolean) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.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.CategoryPlot
-
Sets the paint used to draw the domain crosshair.
- setDomainCrosshairPaint(Paint) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.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. - setDomainCrosshairRowKey(Comparable) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the row key for the domain crosshair and sends a {PlotChangeEvent} to all registered listeners.
- setDomainCrosshairRowKey(Comparable, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the row key for the domain crosshair and, if requested, sends a {PlotChangeEvent} to all registered listeners.
- setDomainCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the stroke used to draw the domain crosshair, and sends a
PlotChangeEvent
to all registered listeners. - setDomainCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.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
-
Deprecated.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
-
Deprecated.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.CategoryPlot
-
Sets the flag that controls whether or not the domain crosshair is displayed by the plot, and sends a
PlotChangeEvent
to all registered listeners. - setDomainCrosshairVisible(boolean) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.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 nameDomain
) 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. - setDomainGridlinePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the domain grid line paint.
- setDomainGridlinePosition(CategoryAnchor) - Method in class org.jfree.chart.plot.CategoryPlot
-
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
-
Deprecated.This flag is no longer used by JFreeChart (as of version 1.0.3).
- setDomainIsPointsInTime(boolean) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Deprecated.This flag is no longer used, as of 1.0.1. The
includeInterval
flag in methods such asTimeSeriesCollection.getDomainBounds(boolean)
makes this unnecessary. - 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.
- setDomainMinorGridlinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the paint for the minor grid lines plotted against the domain axis, and sends a
PlotChangeEvent
to all registered listeners. - setDomainMinorGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the stroke for the minor grid lines plotted against the domain axis, and sends a
PlotChangeEvent
to all registered listeners. - setDomainMinorGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the flag that controls whether or not the domain minor grid-lines are visible.
- setDomainPannable(boolean) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Sets the flag, on each of the subplots, that controls whether or not the domain is pannable.
- setDomainPannable(boolean) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Sets the flag that enables or disables panning of the plot along the domain axes.
- setDomainPannable(boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the flag that enables or disables panning of the plot along the domain axes.
- 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 enabled 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(DrawingSupplier) - Method in class org.jfree.chart.plot.Plot
-
Sets the drawing supplier for the plot and sends a
PlotChangeEvent
to all registered listeners. - setDrawingSupplier(DrawingSupplier) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the drawing supplier for this theme.
- setDrawingSupplier(DrawingSupplier, boolean) - Method in class org.jfree.chart.plot.Plot
-
Sets the drawing supplier for the plot and, if requested, sends a
PlotChangeEvent
to all registered listeners. - 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.category.ScatterRenderer
-
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. - setDrawOutlines(boolean) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Sets the flag that controls whether outlines are drawn for shapes, and sends a
RendererChangeEvent
to all registered listeners. - setDrawOutlineWhenFilled(boolean) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Set the flag that controls whether the outline around a filled polygon will be drawn or not and sends a
RendererChangeEvent
to all registered listeners. - setDrawPaint(Paint) - Method in class org.jfree.chart.ClipPath
-
Deprecated.Sets the drawPaint.
- setDrawPath(boolean) - Method in class org.jfree.chart.ClipPath
-
Deprecated.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 and sends a
RendererChangeEvent
to all registered listeners. - 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
-
Deprecated.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(TimePeriod) - Method in class org.jfree.data.gantt.Task
-
Sets the task duration (actual or estimated).
- setEncodingAlpha(boolean) - Method in interface 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, and sends a
RendererChangeEvent
to all registered listeners. - setEndType(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.
- setEntityCollection(EntityCollection) - Method in class org.jfree.chart.block.BlockResult
-
Sets the entities for the block.
- setEntityCollection(EntityCollection) - Method in class org.jfree.chart.ChartRenderingInfo
-
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) and sends aRendererChangeEvent
to all registered listeners. - setErrorIndicatorPaint(Paint) - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
-
Sets the paint used for the error indicators (if
null
, the item paint is used instead) and sends aRendererChangeEvent
to all registered listeners. - setErrorIndicatorPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the error indicator paint.
- setErrorIndicatorStroke(Stroke) - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
-
Sets the stroke used to draw the error indicators, and sends a
RendererChangeEvent
to all registered listeners. - setErrorIndicatorStroke(Stroke) - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
-
Sets the stroke used for the error indicators (if
null
, the item outline stroke is used instead) and sends aRendererChangeEvent
to all registered listeners. - setErrorPaint(Paint) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
Sets the paint used to draw the error bars and sends a
RendererChangeEvent
to all registered listeners. - setErrorStroke(Stroke) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
-
Sets the stroke used to draw the error bars and sends a
RendererChangeEvent
to all registered listeners. - 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(int, double) - Method in class org.jfree.chart.plot.PiePlot
-
Deprecated.Use
PiePlot.setExplodePercent(Comparable, double)
instead. - 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. - setExponentFormat(NumberFormat) - Method in class org.jfree.chart.util.LogFormat
-
Sets the number format used for the exponent.
- setExpTickLabelsFlag(boolean) - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Sets the 'expTickLabelsFlag' flag.
- setExtent(double) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
Sets the extent and sends a
DialLayerChangeEvent
to all registered listeners. - setExtent(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the extent and sends a
DialLayerChangeEvent
to all registered listeners. - setExtraLargeFont(Font) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the largest font for this theme.
- 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. - setFillComposite(Composite) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Sets the composite which will be used for filling polygons and sends a
RendererChangeEvent
to all registered listeners. - setFillPaint(Paint) - Method in class org.jfree.chart.ClipPath
-
Deprecated.Sets the fillPaint.
- setFillPaint(Paint) - Method in class org.jfree.chart.LegendItem
-
Sets the fill paint.
- setFillPaint(Paint) - Method in class org.jfree.chart.needle.MeterNeedle
-
Sets the fill paint.
- setFillPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialCap
-
Sets the paint for the cap background and sends a
DialLayerChangeEvent
to all registered listeners. - setFillPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
-
Sets the fill paint and sends a
DialLayerChangeEvent
to all registered listeners. - setFillPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesFillPaint(int, Paint)
andAbstractRenderer.setBaseFillPaint(Paint)
. - setFillPaint(Paint) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the paint used to fill the shape.
- setFillPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesFillPaint(int, Paint, boolean)
andAbstractRenderer.setBaseFillPaint(Paint, boolean)
. - setFillPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.LegendItem
-
Sets the transformer used when the fill paint is an instance of
GradientPaint
. - setFillPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the transformer used when the fill paint is an instance of
GradientPaint
. - setFillPath(boolean) - Method in class org.jfree.chart.ClipPath
-
Deprecated.Sets the fillPath.
- setFillType(XYSplineRenderer.FillType) - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
-
Set the fill type and sends a
RendererChangeEvent
to all registered listeners. - setFillZoomRectangle(boolean) - Method in class org.jfree.chart.ChartPanel
-
A flag that controls how the zoom rectangle is drawn.
- setFirst(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. - setFirstCategoryIndex(int) - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Sets the index of the first category that should be used from the underlying dataset, and sends a
DatasetChangeEvent
to all registered listeners. - setFirstCategoryIndex(int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Sets the index of the first category that should be used from the underlying dataset, and sends a
DatasetChangeEvent
to all registered listeners. - setFirstTickLabelVisible(boolean) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets a flag that controls whether or not the first tick label is visible, and sends a
DialLayerChangeEvent
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.
- setFixedDomainAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the fixed domain axis space and sends a
PlotChangeEvent
to all registered listeners. - setFixedDomainAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the fixed domain axis space and sends a
PlotChangeEvent
to all registered listeners. - setFixedDomainAxisSpace(AxisSpace, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the fixed domain axis space and sends a
PlotChangeEvent
to all registered listeners. - setFixedDomainAxisSpace(AxisSpace, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the fixed domain axis space and, if requested, sends a
PlotChangeEvent
to all registered listeners. - setFixedDomainAxisSpaceForSubplots(AxisSpace) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Sets the size (width or height, depending on the orientation of the plot) for the domain axis of each subplot.
- setFixedDomainAxisSpaceForSubplots(AxisSpace) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
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 tofalse
. - setFixedLegendItems(LegendItemCollection) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the fixed legend items for the plot.
- setFixedLegendItems(LegendItemCollection) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the fixed legend items for the plot.
- setFixedLegendItems(LegendItemCollection) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the fixed legend items for the plot.
- setFixedRangeAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the fixed range axis space and sends a
PlotChangeEvent
to all registered listeners. - setFixedRangeAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Sets the fixed range axis space and sends a
PlotChangeEvent
to all registered listeners. - setFixedRangeAxisSpace(AxisSpace) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the fixed range axis space and sends a
PlotChangeEvent
to all registered listeners. - setFixedRangeAxisSpace(AxisSpace, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the fixed range axis space and sends a
PlotChangeEvent
to all registered listeners. - setFixedRangeAxisSpace(AxisSpace, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the fixed range axis space and, if requested, sends a
PlotChangeEvent
to all registered listeners. - setFixedRangeAxisSpaceForSubplots(AxisSpace) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Sets the size (width or height, depending on the orientation of the plot) for the range axis of each subplot.
- setFixedRangeAxisSpaceForSubplots(AxisSpace) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
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.annotations.TextAnnotation
-
Sets the font for the annotation and sends an
AnnotationChangeEvent
to all registered listeners. - setFont(Font) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Sets the font for the annotation and sends an
AnnotationChangeEvent
to all registered listeners. - 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.plot.dial.DialTextAnnotation
-
Sets the font used to display the label and sends a
DialLayerChangeEvent
to all registered listeners. - setFont(Font) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Sets the font and sends a
DialLayerChangeEvent
to all registered listeners. - setFont(Font) - Method in class org.jfree.chart.title.TextTitle
-
Sets the font used to display the title string.
- 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. - setForegroundPaint(Paint) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
Sets the foreground paint and sends a
DialLayerChangeEvent
to all registered listeners. - setForegroundPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
-
Sets the foreground paint and sends a
DialLayerChangeEvent
to all registered listeners. - setFrame(BlockFrame) - Method in class org.jfree.chart.block.AbstractBlock
-
Sets the frame (or border).
- setFrameAnchor(RectangleAnchor) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Sets the frame anchor and sends a
DialLayerChangeEvent
to all registered listeners. - 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.
- setGap(int) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the gap (in Java2D units) between the two outlines that represent the thermometer, and sends a
PlotChangeEvent
to all registered listeners. - setGapThreshold(double) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Sets the gap threshold for discontinuous lines and sends a
RendererChangeEvent
to all registered listeners. - setGapThresholdType(UnitType) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Sets the gap threshold type and sends a
RendererChangeEvent
to all registered listeners. - 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.plot.dial.DialBackground
-
Sets the transformer used to adjust the coordinates of any
GradientPaint
instance used for the background paint, and sends aDialLayerChangeEvent
to all registered listeners. - setGradientPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.plot.IntervalMarker
-
Sets the gradient paint transformer and sends a
MarkerChangeEvent
to all registered listeners. - setGradientPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the gradient paint transformer and sends a
RendererChangeEvent
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. - setGradientPaintTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
-
Sets the gradient paint transformer and sends a
RendererChangeEvent
to all registered listeners. - setGradientTransformer(GradientPaintTransformer) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Sets the gradient paint transformer and sends a
RendererChangeEvent
to all registered listeners. - setGridBandAlternatePaint(Paint) - Method in class org.jfree.chart.axis.SymbolAxis
-
Sets the paint used for alternate grid bands and sends a
AxisChangeEvent
to all registered listeners. - setGridBandAlternatePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the grid band alternate paint (used for a
SymbolAxis
). - setGridBandPaint(Paint) - Method in class org.jfree.chart.axis.SymbolAxis
-
Sets the grid band paint and sends an
AxisChangeEvent
to all registered listeners. - setGridBandPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the grid band paint.
- 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(DatasetGroup) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
-
Does nothing.
- setGroup(DatasetGroup) - Method in class org.jfree.data.general.AbstractDataset
-
Sets the dataset group for the dataset.
- setGroup(DatasetGroup) - Method in interface 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 and sends a
RendererChangeEvent
to all registered listeners. - setGuideLinePaint(Paint) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Sets the paint used to draw the guide lines and sends a
RendererChangeEvent
to all registered listeners. - setGuideLineStroke(Stroke) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Sets the stroke used to draw the guide lines and sends a
RendererChangeEvent
to all registered listeners. - setGuideLinesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Sets the flag that controls whether or not guide lines are drawn for each data item and sends a
RendererChangeEvent
to all registered listeners. - 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.
- setHourFormatter(NumberFormat) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the formatter for the hours.
- 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 interface 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 aPlotChangeEvent
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. - setIgnoreZeroValues(boolean) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
-
Sets a flag that controls whether or not zero values are drawn by the renderer, and sends a
RendererChangeEvent
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
AbstractCategoryItemRenderer.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
-
Deprecated.Sets the index.
- setInitialDelay(int) - Method in class org.jfree.chart.ChartPanel
-
Specifies the initial delay value for this chart panel.
- setInnerRadius(double) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
Sets the inner radius and sends a
DialLayerChangeEvent
to all registered listeners. - setInnerRadius(double) - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Sets the inner radius and sends a
DialLayerChangeEvent
to all registered listeners. - 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 change event to all registered listeners.
- setInsets(RectangleInsets) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Sets the insets and sends a
DialLayerChangeEvent
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
-
Deprecated.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
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesItemLabelFont(int, Font)
andAbstractRenderer.setBaseItemLabelFont(Font)
. - setItemLabelFont(Font) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesItemLabelFont(int, Font)
andCategoryItemRenderer.setBaseItemLabelFont(Font)
. - setItemLabelFont(Font) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesItemLabelFont(int, Font)
andXYItemRenderer.setBaseItemLabelFont(Font)
. - setItemLabelFont(Font, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesItemLabelFont(int, Font, boolean)
andAbstractRenderer.setBaseItemLabelFont(Font, boolean)
. - setItemLabelGenerator(CategoryItemLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractCategoryItemRenderer.setSeriesItemLabelGenerator(int, CategoryItemLabelGenerator)
andAbstractCategoryItemRenderer.setBaseItemLabelGenerator(CategoryItemLabelGenerator)
. - setItemLabelGenerator(CategoryItemLabelGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesItemLabelGenerator(int, CategoryItemLabelGenerator)
andCategoryItemRenderer.setBaseItemLabelGenerator(CategoryItemLabelGenerator)
. - setItemLabelGenerator(XYItemLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Deprecated.As of version 1.0.6, this override setting should not be used. You can use the base setting instead (
AbstractXYItemRenderer.setBaseItemLabelGenerator(XYItemLabelGenerator)
). - setItemLabelGenerator(XYItemLabelGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.As of version 1.0.6, this override setting should not be used. You can use the base setting instead (
XYItemRenderer.setBaseItemLabelGenerator(XYItemLabelGenerator)
). - 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
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesItemLabelPaint(int, Paint)
andAbstractRenderer.setBaseItemLabelPaint(Paint)
. - setItemLabelPaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesItemLabelPaint(int, Paint)
andCategoryItemRenderer.setBaseItemLabelPaint(Paint)
. - setItemLabelPaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesItemLabelPaint(int, Paint)
andXYItemRenderer.setBaseItemLabelPaint(Paint)
. - setItemLabelPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the item label paint.
- setItemLabelPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesItemLabelPaint(int, Paint, boolean)
andAbstractRenderer.setBaseItemLabelPaint(Paint, boolean)
. - setItemLabelsVisible(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesItemLabelsVisible(int, Boolean)
andAbstractRenderer.setBaseItemLabelsVisible(boolean)
. - setItemLabelsVisible(boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesItemLabelsVisible(int, Boolean)
andCategoryItemRenderer.setBaseItemLabelsVisible(boolean)
. - setItemLabelsVisible(boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesItemLabelsVisible(int, Boolean)
andXYItemRenderer.setBaseItemLabelsVisible(boolean)
. - setItemLabelsVisible(Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesItemLabelsVisible(int, Boolean)
andAbstractRenderer.setBaseItemLabelsVisible(boolean)
. - setItemLabelsVisible(Boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesItemLabelsVisible(int, Boolean)
andCategoryItemRenderer.setBaseItemLabelsVisible(boolean)
. - setItemLabelsVisible(Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesItemLabelsVisible(int, Boolean)
andXYItemRenderer.setBaseItemLabelsVisible(boolean)
. - setItemLabelsVisible(Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesItemLabelsVisible(int, Boolean, boolean)
andAbstractRenderer.setBaseItemLabelsVisible(Boolean, boolean)
. - setItemLabelsVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesItemLabelsVisible(int, Boolean, boolean)
andCategoryItemRenderer.setBaseItemLabelsVisible(Boolean, boolean)
. - setItemLabelsVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesItemLabelsVisible(int, Boolean, boolean)
andXYItemRenderer.setBaseItemLabelsVisible(Boolean, boolean)
. - 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 and sends a
RendererChangeEvent
to all registered listeners. - setItemMargin(double) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the item margin, which is the gap between items within a category (expressed as a percentage of the overall category width), and sends a
RendererChangeEvent
to all registered listeners. - setItemMargin(double) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Sets the item margin, which is the gap between items within a category (expressed as a percentage of the overall category width), and sends a
RendererChangeEvent
to all registered listeners. - setItemPaint(Paint) - Method in class org.jfree.chart.title.LegendTitle
-
Sets the item paint.
- setItemURLGenerator(CategoryURLGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractCategoryItemRenderer.setSeriesItemURLGenerator(int, CategoryURLGenerator)
andAbstractCategoryItemRenderer.setBaseItemURLGenerator(CategoryURLGenerator)
. - setItemURLGenerator(CategoryURLGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesItemURLGenerator(int, CategoryURLGenerator)
andCategoryItemRenderer.setBaseItemURLGenerator(CategoryURLGenerator)
. - 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.general.Series
-
Sets the key for the series and sends a
VetoableChangeEvent
(with the property name "Key") to all registered listeners. - setKey(Comparable) - Method in class org.jfree.data.xml.ItemHandler
-
Sets the key.
- 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.dial.DialTextAnnotation
-
Sets the label and sends a
DialLayerChangeEvent
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 aMarkerChangeEvent
to all registered listeners. - setLabelAnchor(RectangleAnchor) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the label anchor point and sends a property change event (with the name 'labelAnchor') 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. - setLabelBackgroundColor(Color) - Method in class org.jfree.chart.plot.Marker
-
Sets the label background color.
- setLabelBackgroundPaint(Paint) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the label background paint and sends a property change event with the name 'labelBackgroundPaint') 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. - setLabelDistributor(AbstractPieLabelDistributor) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the label distributor 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.LegendItem
-
Sets the label font.
- 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.Crosshair
-
Sets the label font and sends a property change event (with the name 'labelFont') 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. - setLabelGenerator(CategoryItemLabelGenerator) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the label generator and sends a
PlotChangeEvent
to all registered listeners. - setLabelGenerator(CrosshairLabelGenerator) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the crosshair label generator and sends a property change event (with the name 'labelGenerator') to all registered listeners.
- setLabelGenerator(PieSectionLabelGenerator) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the section label generator and sends a
PlotChangeEvent
to all registered listeners. - setLabelInfo(PeriodAxisLabelInfo[]) - Method in class org.jfree.chart.axis.PeriodAxis
-
Sets the array of label info records and sends an
AxisChangeEvent
to all registered listeners. - 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. - setLabelInsets(RectangleInsets, boolean) - 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. - setLabelLinkPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the label link paint for pie charts.
- setLabelLinkStroke(Stroke) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the link stroke and sends a
PlotChangeEvent
to all registered listeners. - setLabelLinkStyle(PieLabelLinkStyle) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the label link style and sends a
PlotChangeEvent
to all registered listeners. - setLabelLinkStyle(PieLabelLinkStyle) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the label link style for pie charts.
- 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. - setLabelLocation(AxisLabelLocation) - Method in class org.jfree.chart.axis.Axis
-
Sets the axis label location and sends an
AxisChangeEvent
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) and sends an
AnnotationChangeEvent
to all registered listeners. - 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) and sends an
AnnotationChangeEvent
to all registered listeners. - 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.Crosshair
-
Sets the label outline paint and sends a property change event (with the name "labelOutlinePaint") 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.Crosshair
-
Sets the label outline stroke and sends a property change event (with the name 'labelOutlineStroke') 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. - setLabelOutlineVisible(boolean) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the flag that controls the visibility of the label outlines and sends a property change event (with the name "labelOutlineVisible") to all registered listeners.
- setLabelPadding(RectangleInsets) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the padding between each label and its outline 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.LegendItem
-
Sets the paint used to draw the label.
- setLabelPaint(Paint) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the label paint and sends a property change event (with the name 'labelPaint') 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
-
Deprecated.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
CompassPlot.NO_LABELS
orCompassPlot.VALUE_LABELS
. - setLabelVisible(boolean) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the flag that controls whether or not a label is drawn for the crosshair and sends a property change event (with the name 'labelVisible') to all registered listeners.
- setLabelXOffset(double) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the x-offset and sends a property change event (with the name 'labelXOffset') to all registered listeners.
- setLabelYOffset(double) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the y-offset and sends a property change event (with the name 'labelYOffset') to all registered listeners.
- setLargeFont(Font) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the large font for this theme.
- setLast(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 and sends a
RendererChangeEvent
to all registered listeners. - 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. - setLegacyAlpha(boolean) - Static method in class org.jfree.chart.util.PaintAlpha
-
Per default
PaintAlpha
will try to honour alpha-channel information. - 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. - setLegendBackgroundPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the legend background paint.
- 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. - setLegendItemLabelGenerator(CategorySeriesLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Sets the legend item label generator and sends a
RendererChangeEvent
to all registered listeners. - setLegendItemLabelGenerator(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Sets the legend item label generator and sends a
RendererChangeEvent
to all registered listeners. - setLegendItemLabelGenerator(XYSeriesLabelGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the legend item label generator and sends a
RendererChangeEvent
to all registered listeners. - setLegendItemPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the legend item paint.
- setLegendItemShape(Shape) - Method in class org.jfree.chart.plot.MultiplePiePlot
-
Sets the shape used for legend items and sends a
PlotChangeEvent
to all registered listeners. - 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. - setLegendItemToolTipGenerator(CategorySeriesLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Sets the legend item tool tip generator and sends a
RendererChangeEvent
to all registered listeners. - setLegendItemToolTipGenerator(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Sets the legend item tool tip generator and sends a
RendererChangeEvent
to all registered listeners. - setLegendItemToolTipGenerator(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Sets the legend item tool tip generator and sends a
RendererChangeEvent
to all registered listeners. - setLegendItemURLGenerator(CategorySeriesLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Sets the legend item URL generator and sends a
RendererChangeEvent
to all registered listeners. - setLegendItemURLGenerator(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Sets the legend item URL generator and sends a
RendererChangeEvent
to all registered listeners. - setLegendItemURLGenerator(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Sets the legend item URL generator and sends a
RendererChangeEvent
to all registered listeners. - setLegendLabelGenerator(PieSectionLabelGenerator) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the legend label generator and sends a
PlotChangeEvent
to all registered listeners. - setLegendLabelToolTipGenerator(PieSectionLabelGenerator) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the legend label tool tip generator and sends a
PlotChangeEvent
to all registered listeners. - setLegendLabelURLGenerator(PieURLGenerator) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the legend label URL generator and sends a
PlotChangeEvent
to all registered listeners. - setLegendLine(Shape) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
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.SamplingXYLineRenderer
-
Deprecated.As of version 1.0.14, this method is deprecated. You should use the
AbstractRenderer.setBaseLegendShape(java.awt.Shape)
method instead. - 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. - setLegendShape(int, Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the shape used for the legend item for the specified series, and sends a
RendererChangeEvent
to all registered listeners. - setLegendShape(Shape) - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
-
Sets the shape used as a line in each legend item and sends a
RendererChangeEvent
to all registered listeners. - setLegendTextFont(int, Font) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the font used for the legend text for the specified series, and sends a
RendererChangeEvent
to all registered listeners. - setLegendTextPaint(int, Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the paint used for the legend text for the specified series, 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
-
Deprecated.Sets the line used to label this series.
- setLine(Shape) - Method in class org.jfree.chart.LegendItem
-
Sets the line.
- setLine(Shape) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the line.
- setLinePaint(Paint) - Method in class org.jfree.chart.LegendItem
-
Sets the line paint.
- setLinePaint(Paint) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the line paint.
- setLineStroke(Stroke) - Method in class org.jfree.chart.LegendItem
-
Sets the line stroke.
- 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
-
Deprecated.As of 1.0.7 (the override facility is unnecessary, just use the per-series and base (default) settings).
- setLinesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Deprecated.As of 1.0.7, use the per-series and base level settings.
- setLinesVisible(Boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Deprecated.As of 1.0.7 (the override facility is unnecessary, just use the per-series and base (default) settings).
- setLinesVisible(Boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Deprecated.As of 1.0.7, use the per-series and base level settings.
- setLineVisible(boolean) - Method in class org.jfree.chart.LegendItem
-
Sets the flag that controls whether or not the line shape is visible for this legend item.
- 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.
- setLocale(Locale) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the locale for the axis and sends a change event to all registered listeners.
- setLog10TickLabelsFlag(boolean) - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Sets the 'log10TickLabelsFlag' flag.
- setLogscale(boolean) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.Sets the 'log-scale' flag.
- setLowerBound(double) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the lower bound for the axis range.
- setLowerBound(double) - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Sets the lower bound of the dial range and sends a
DialLayerChangeEvent
to all registered listeners. - setLowerBound(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the lower bound for the scale and sends a
DialLayerChangeEvent
to all registered listeners. - setLowerBound(double) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the lower bound for the thermometer.
- 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.
- setMajorTickIncrement(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the increment (in data units) between major tick labels and sends a
DialLayerChangeEvent
to all registered listeners. - setMajorTickLength(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the length factor for the major tick marks and sends a
DialLayerChangeEvent
to all registered listeners. - setMajorTickPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the major tick paint and sends a
DialLayerChangeEvent
to all registered listeners. - setMajorTickStroke(Stroke) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the stroke used to draw the major tick marks and sends a
DialLayerChangeEvent
to all registered listeners. - 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(int) - Method in class org.jfree.chart.plot.PolarPlot
-
Set the margin around the plot area and sends a
PlotChangeEvent
to all registered listeners. - 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
-
Deprecated.Set the marker.
- setMarkerBand(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) and sends a
RendererChangeEvent
to all registered listeners. - 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.
- setMaxHeight(double) - Method in class org.jfree.chart.annotations.XYTitleAnnotation
-
Sets the maximum height and sends an
AnnotationChangeEvent
to all registered listeners. - 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. - setMaximumBarWidth(double) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
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. - setMaximumCategoryCount(int) - Method in class org.jfree.data.category.SlidingCategoryDataset
-
Sets the maximum category count and sends a
DatasetChangeEvent
to all registered listeners. - setMaximumCategoryCount(int) - Method in class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Sets the maximum category count and sends a
DatasetChangeEvent
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 and sends an
AxisChangeEvent
to all registered listeners. - 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. - setMaximumLinesToDisplay(int) - Method in class org.jfree.chart.title.TextTitle
-
Sets the maximum number of lines to display and sends a
TitleChangeEvent
to all registered listeners. - setMaximumValue(double) - Method in class org.jfree.chart.axis.ColorBar
-
Deprecated.Sets the maximum value.
- setMaxItemWidth(double) - Method in class org.jfree.chart.renderer.category.LevelRenderer
-
Deprecated.Use
LevelRenderer.setMaximumItemWidth(double)
instead. - setMaxTemplateValue(Number) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Sets the template value for the maximum size of the indicator bounds and sends a
DialLayerChangeEvent
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. - setMaxWidth(double) - Method in class org.jfree.chart.annotations.XYTitleAnnotation
-
Sets the maximum width and sends an
AnnotationChangeEvent
to all registered listeners. - setMaxZ(double) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.Sets the maximum Z value.
- setMeanVisible(boolean) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Sets the flag that controls whether or not the mean indicator is drawn for each item, and sends a
RendererChangeEvent
to all registered listeners. - setMedianVisible(boolean) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Sets the flag that controls whether or not the median indicator is drawn for each item, and sends a
RendererChangeEvent
to all registered listeners. - setMercuryPaint(Paint) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the default mercury paint and sends a
PlotChangeEvent
to all registered listeners. - 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
-
Deprecated.Sets the minimum value.
- setMinorTickCount(int) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the number of minor tick marks to display, and sends an
AxisChangeEvent
to all registered listeners. - setMinorTickCount(int) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the number of minor tick marks between major tick marks and sends a
DialLayerChangeEvent
to all registered listeners. - setMinorTickLength(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the length factor for the minor tick marks and sends a
DialLayerChangeEvent
to all registered listeners. - setMinorTickMarkInsideLength(float) - Method in class org.jfree.chart.axis.Axis
-
Sets the inside length of the minor tick marks and sends an
AxisChangeEvent
to all registered listeners. - 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.Axis
-
Sets the outside 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.Axis
-
Sets the flag that indicates whether or not the minor tick marks are showing and sends an
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. - setMinorTickPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the paint used to draw the minor tick marks and sends a
DialLayerChangeEvent
to all registered listeners. - setMinorTickStroke(Stroke) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the stroke used to draw the minor tick marks and sends a
DialLayerChangeEvent
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. - setMinuteFormatter(NumberFormat) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the formatter for the minutes.
- 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
-
Deprecated.Sets the minimum Z value.
- setMissingPaint(Paint) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.Sets the missingPaint.
- setModel(TableXYDataset) - Method in class org.jfree.data.xy.XYDatasetTableModel
-
Sets the model (dataset).
- setMouseWheelEnabled(boolean) - Method in class org.jfree.chart.ChartPanel
-
Enables or disables mouse wheel support for the panel.
- 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, and sends a
RendererChangeEvent
to all registered listeners. - setNegativeItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesNegativeItemLabelPosition(int, ItemLabelPosition)
andAbstractRenderer.setBaseNegativeItemLabelPosition(ItemLabelPosition)
. - setNegativeItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesNegativeItemLabelPosition(int, ItemLabelPosition)
andCategoryItemRenderer.setBaseNegativeItemLabelPosition(ItemLabelPosition)
. - setNegativeItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesNegativeItemLabelPosition(int, ItemLabelPosition)
andXYItemRenderer.setBaseNegativeItemLabelPosition(ItemLabelPosition)
. - setNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, boolean)
andAbstractRenderer.setBaseNegativeItemLabelPosition(ItemLabelPosition, boolean)
. - setNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, boolean)
andCategoryItemRenderer.setBaseNegativeItemLabelPosition(ItemLabelPosition, boolean)
. - setNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, boolean)
andXYItemRenderer.setBaseNegativeItemLabelPosition(ItemLabelPosition, boolean)
. - setNegativeItemLabelPositionFallback(ItemLabelPosition) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the fallback position for negative item labels that don't fit within a bar, and sends a
RendererChangeEvent
to all registered listeners. - setNegativeItemLabelPositionFallback(ItemLabelPosition) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
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 aPlotChangeEvent
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.annotations.AbstractAnnotation
-
Sets a flag that indicates whether listeners should be notified about changes of an annotation.
- 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.chart.plot.Plot
-
Sets a flag that controls whether or not listeners receive
PlotChangeEvent
notifications. - setNotify(boolean) - Method in class org.jfree.chart.title.Title
-
Sets the flag that indicates whether or not the notification mechanism is enabled.
- setNotify(boolean) - Method in class org.jfree.data.general.AbstractDataset
-
Sets the notify flag, which controls whether or not the
AbstractDataset.fireDatasetChanged()
method notifies listeners. - 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.
- setNumberFormat(NumberFormat) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Sets the formatter used to format the value and sends a
DialLayerChangeEvent
to all registered listeners. - setNumberFormatOverride(NumberFormat) - Method in class org.jfree.chart.axis.LogAxis
-
Sets the number format override and sends a change event to all registered listeners.
- setNumberFormatOverride(NumberFormat) - Method in class org.jfree.chart.axis.NumberAxis
-
Sets the number format override.
- setNumberOfDigits(int) - Method in class org.jfree.chart.util.HexNumberFormat
-
Sets the number of digits.
- 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.
- setObject(Object, Comparable, Comparable) - Method in class org.jfree.data.KeyedObjects2D
-
Adds or updates an object.
- setObjectIcon(Icon) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
-
Sets the icon drawn for each data item and sends a
RendererChangeEvent
to all registered listeners. - 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. - setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the orientation for the plot and sends a
PlotChangeEvent
to all registered listeners. - setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Sets the orientation of the plot (and all subplots).
- setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Sets the orientation for the plot (also changes the orientation for all the subplots to match).
- setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Sets the orientation for the plot (and all the subplots).
- setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Sets the orientation for the plot (and all its subplots).
- setOrientation(PlotOrientation) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the orientation for the plot and sends a
PlotChangeEvent
to all registered listeners. - setOuterRadius(double) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
Sets the outer radius and sends a
DialLayerChangeEvent
to all registered listeners. - setOuterRadius(double) - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Sets the outer radius and sends a
DialLayerChangeEvent
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 change event 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.annotations.XYTextAnnotation
-
Sets the outline paint for the annotation and sends an
AnnotationChangeEvent
to all registered listeners. - setOutlinePaint(Paint) - Method in class org.jfree.chart.LegendItem
-
Sets the outline paint.
- setOutlinePaint(Paint) - Method in class org.jfree.chart.needle.MeterNeedle
-
Sets the outline paint.
- setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.dial.DialCap
-
Sets the paint used to draw the outline of the cap and sends a
DialLayerChangeEvent
to all registered listeners. - setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
-
Sets the outline paint and sends a
DialLayerChangeEvent
to all registered listeners. - setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Sets the outline paint and sends a
DialLayerChangeEvent
to all registered listeners. - setOutlinePaint(Paint) - Method in class org.jfree.chart.plot.JThermometer
-
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.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.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesOutlinePaint(int, Paint)
andAbstractRenderer.setBaseOutlinePaint(Paint)
. - setOutlinePaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesOutlinePaint(int, Paint)
andCategoryItemRenderer.setBaseOutlinePaint(Paint)
. - setOutlinePaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesOutlinePaint(int, Paint)
andXYItemRenderer.setBaseOutlinePaint(Paint)
. - setOutlinePaint(Paint) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the outline paint.
- setOutlinePaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesOutlinePaint(int, Paint, boolean)
andAbstractRenderer.setBaseOutlinePaint(Paint, boolean)
. - setOutlineStroke(Stroke) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Sets the outline stroke for the annotation and sends an
AnnotationChangeEvent
to all registered listeners. - setOutlineStroke(Stroke) - Method in class org.jfree.chart.LegendItem
-
Sets the outline stroke.
- setOutlineStroke(Stroke) - Method in class org.jfree.chart.needle.MeterNeedle
-
Sets the outline stroke.
- setOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.dial.DialCap
-
Sets the stroke used to draw the outline of the cap and sends a
DialLayerChangeEvent
to all registered listeners. - setOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Sets the outline stroke and sends a
DialLayerChangeEvent
to all registered listeners. - 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.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.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesOutlineStroke(int, Stroke)
andAbstractRenderer.setBaseOutlineStroke(Stroke)
. - setOutlineStroke(Stroke) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesOutlineStroke(int, Stroke)
andCategoryItemRenderer.setBaseOutlineStroke(Stroke)
. - setOutlineStroke(Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesOutlineStroke(int, Stroke)
andXYItemRenderer.setBaseOutlineStroke(Stroke)
. - setOutlineStroke(Stroke) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the outline stroke.
- setOutlineStroke(Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesOutlineStroke(int, Stroke, boolean)
andAbstractRenderer.setBaseOutlineStroke(Stroke, boolean)
. - setOutlineVisible(boolean) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Sets the flag that controls whether or not the outline is drawn and sends an
AnnotationChangeEvent
to all registered listeners. - setOutlineVisible(boolean) - Method in class org.jfree.chart.plot.Plot
-
Sets the flag that controls whether or not the plot's outline is drawn, and sends a
PlotChangeEvent
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 and sends a
PlotChangeEvent
to all registered listeners. - setPaint(Paint) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Sets the paint used to draw the connecting line and sends an
AnnotationChangeEvent
to all registered listeners. - setPaint(Paint) - Method in class org.jfree.chart.annotations.TextAnnotation
-
Sets the paint for the annotation and sends an
AnnotationChangeEvent
to all registered listeners. - setPaint(Paint) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Sets the paint for the annotation and sends an
AnnotationChangeEvent
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.Crosshair
-
Sets the paint for the crosshair line and sends a property change event with the name "paint" to all registered listeners.
- setPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialBackground
-
Sets the paint for the dial background and sends a
DialLayerChangeEvent
to all registered listeners. - setPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialPointer.Pin
-
Sets the paint and sends a
DialLayerChangeEvent
to all registered listeners. - setPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
-
Sets the paint used to display the label and sends a
DialLayerChangeEvent
to all registered listeners. - setPaint(Paint) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Sets the paint and sends a
DialLayerChangeEvent
to all registered listeners. - setPaint(Paint) - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Sets the paint used to highlight the range and sends a
DialLayerChangeEvent
to all registered listeners. - 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.plot.Marker
-
Sets the paint and sends a
MarkerChangeEvent
to all registered listeners. - setPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesPaint(int, Paint)
andAbstractRenderer.setBasePaint(Paint)
. - setPaint(Paint) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesPaint(int, Paint)
andCategoryItemRenderer.setBasePaint(Paint)
. - setPaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesPaint(int, Paint)
andXYItemRenderer.setBasePaint(Paint)
. - setPaint(Paint) - Method in class org.jfree.chart.title.TextTitle
-
Sets the paint used to display the title string.
- setPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesPaint(int, Paint, boolean)
andAbstractRenderer.setBasePaint(Paint, boolean)
. - setPaintScale(PaintScale) - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
-
Sets the paint scale used by the renderer and sends a
RendererChangeEvent
to all registered listeners. - setPaintScale(PaintScale) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Sets the paint scale used by the renderer and sends a
RendererChangeEvent
to all registered listeners. - setPalette(ColorPalette) - Method in class org.jfree.chart.editor.PaletteSample
-
Deprecated.Sets the palette object being displayed.
- setPaletteName(String) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.Sets the palette name.
- setParent(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.
- 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(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.entity.PieSectionEntity
-
Sets the pie index.
- setPieIndex(int) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the pie index (this is used by the
MultiplePiePlot
class to track subplots). - setPieWRadius(double) - Method in class org.jfree.chart.plot.PiePlotState
-
Sets the horizontal pie radius.
- setPlot(CategoryPlot) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Sets the plot that the renderer has been assigned to.
- setPlot(CategoryPlot) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the plot that the renderer has been assigned to.
- setPlot(Plot) - Method in class org.jfree.chart.axis.Axis
-
Sets a reference to the plot that the axis is assigned to.
- setPlot(PolarPlot) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Set the plot associated with this renderer.
- setPlot(PolarPlot) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
Sets the plot that this renderer is assigned to.
- setPlot(WaferMapPlot) - Method in class org.jfree.chart.renderer.WaferMapRenderer
-
Sets the plot and build the paint index.
- setPlot(XYPlot) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Sets the plot that the renderer is assigned to.
- setPlot(XYPlot) - Method in interface 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 and sends a
RendererChangeEvent
to all registered listeners. - setPlotArea(Rectangle2D) - Method in class org.jfree.chart.plot.PlotRenderingInfo
-
Sets the plot area.
- setPlotBackgroundPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the plot background paint.
- 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 and sends a
RendererChangeEvent
to all registered listeners. - 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 and sends a
RendererChangeEvent
to all registered listeners. - setPlotOutlinePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the plot outline paint.
- 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.
- setPositiveItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesPositiveItemLabelPosition(int, ItemLabelPosition)
andAbstractRenderer.setBasePositiveItemLabelPosition(ItemLabelPosition)
. - setPositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesPositiveItemLabelPosition(int, ItemLabelPosition)
andCategoryItemRenderer.setBasePositiveItemLabelPosition(ItemLabelPosition)
. - setPositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesPositiveItemLabelPosition(int, ItemLabelPosition)
andXYItemRenderer.setBasePositiveItemLabelPosition(ItemLabelPosition)
. - setPositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, boolean)
andAbstractRenderer.setBasePositiveItemLabelPosition(ItemLabelPosition, boolean)
. - setPositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, boolean)
andCategoryItemRenderer.setBasePositiveItemLabelPosition(ItemLabelPosition, boolean)
. - setPositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, boolean)
andXYItemRenderer.setBasePositiveItemLabelPosition(ItemLabelPosition, boolean)
. - setPositiveItemLabelPositionFallback(ItemLabelPosition) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the fallback position for positive item labels that don't fit within a bar, and sends a
RendererChangeEvent
to all registered listeners. - setPositiveItemLabelPositionFallback(ItemLabelPosition) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
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 and sends a
RendererChangeEvent
to all registered listeners. - setPositivePrefix(String) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the string that is prepended to the format if the relative time is positive.
- setPrecision(int) - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
-
Set the resolution of splines and sends a
RendererChangeEvent
to all registered listeners. - setProcessVisibleItemsOnly(boolean) - Method in class org.jfree.chart.renderer.xy.XYItemRendererState
-
Sets the flag that controls whether the plot passes all data items in each series to the renderer, or just the visible items.
- setPtSizePct(double) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.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 interface 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.plot.dial.DialCap
-
Sets the radius of the cap, as a percentage of the dial's framing rectangle, and sends a
DialLayerChangeEvent
to all registered listeners. - setRadius(double) - Method in class org.jfree.chart.plot.dial.DialPointer
-
Sets the radius of the pointer and sends a
DialLayerChangeEvent
to all registered listeners. - setRadius(double) - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
-
Sets the radius used to calculate the anchor point and sends a
DialLayerChangeEvent
to all registered listeners. - setRadius(double) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Sets the radius and sends a
DialLayerChangeEvent
to all registered listeners. - setRadius(double) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
-
Sets the radius and sends a
DialLayerChangeEvent
to all registered listeners. - 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.
- setRadiusMinorGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.PolarPlot
-
Set the flag that determines if radial minor grid-lines will be drawn, and sends a
PlotChangeEvent
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.axis.ValueAxis
-
Sets the range for the axis and sends a change event 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(Date, Date) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the axis range and sends an
AxisChangeEvent
to all registered listeners. - setRange(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(Range) - Method in class org.jfree.chart.axis.LogarithmicAxis
-
Overridden version that calls original and then sets up flag for log axis processing.
- setRange(Range) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the range for the axis and sends a change event to all registered listeners.
- setRange(Range) - Method in class org.jfree.chart.plot.MeterPlot
-
Sets the range for the dial and sends a
PlotChangeEvent
to all registered listeners. - setRange(Range, boolean, boolean) - Method in class org.jfree.chart.axis.CyclicNumberAxis
-
Sets a new axis range.
- setRange(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(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(Range, boolean, boolean) - Method in class org.jfree.chart.axis.ValueAxis
-
Sets the range for the axis and, if requested, sends a change event 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(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(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, ValueAxis) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets a range axis and sends a
PlotChangeEvent
to all registered listeners. - setRangeAxis(int, ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
-
Sets a range axis and sends a
PlotChangeEvent
to all registered listeners. - setRangeAxis(int, ValueAxis, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets a range axis and, if requested, sends a
PlotChangeEvent
to all registered listeners. - setRangeAxis(int, ValueAxis, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets a range axis and, if requested, sends a
PlotChangeEvent
to all registered listeners. - setRangeAxis(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(ValueAxis) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.Sets the range axis for the plot.
- setRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Sets the range axis and sends a
PlotChangeEvent
to all registered listeners. - setRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the range axis for the plot and sends a
PlotChangeEvent
to all registered listeners. - setRangeAxis(ValueAxis) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the range axis for the plot and sends a
PlotChangeEvent
to all registered listeners. - setRangeAxisLocation(int, AxisLocation) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the location for a range axis and sends a
PlotChangeEvent
to all registered listeners. - setRangeAxisLocation(int, AxisLocation) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the location for a range axis and sends a
PlotChangeEvent
to all registered listeners. - setRangeAxisLocation(int, AxisLocation, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the location for a range axis and sends a
PlotChangeEvent
to all registered listeners. - setRangeAxisLocation(int, AxisLocation, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the axis location for a domain axis and, if requested, sends a
PlotChangeEvent
to all registered listeners. - setRangeAxisLocation(AxisLocation) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the location of the range axis and sends a
PlotChangeEvent
to all registered listeners. - setRangeAxisLocation(AxisLocation) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the location of the primary range axis and sends a
PlotChangeEvent
to all registered listeners. - setRangeAxisLocation(AxisLocation, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the location of the range axis and, if requested, sends a
PlotChangeEvent
to all registered listeners. - setRangeAxisLocation(AxisLocation, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
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, and sends a
RendererChangeEvent
to all registered listeners. - 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, and sends a
PlotChangeEvent
to all registered listeners. - setRangeCrosshairLockedOnData(boolean) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.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
-
Deprecated.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 aPlotChangeEvent
to all registered listeners. - setRangeCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.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 range crosshair value and, if the crosshair is visible, sends a
PlotChangeEvent
to all registered listeners. - setRangeCrosshairValue(double) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.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
-
Deprecated.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
-
Deprecated.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 nameRange
) 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. - setRangeGridlinePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the range grid line paint.
- 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.
- setRangeMinorGridlinePaint(Paint) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the paint for the minor grid lines plotted against the range axis and sends a
PlotChangeEvent
to all registered listeners. - setRangeMinorGridlinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the paint for the minor grid lines plotted against the range axis and sends a
PlotChangeEvent
to all registered listeners. - setRangeMinorGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the stroke for the minor grid lines plotted against the range axis, and sends a
PlotChangeEvent
to all registered listeners. - setRangeMinorGridlineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the stroke for the minor grid lines plotted against the range axis, and sends a
PlotChangeEvent
to all registered listeners. - setRangeMinorGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the flag that controls whether or not the range axis minor grid lines are visible.
- setRangeMinorGridlinesVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the flag that controls whether or not the range axis minor grid lines are visible.
- setRangePannable(boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the flag that enables or disables panning of the plot along the range axes.
- setRangePannable(boolean) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Sets the flag, on each of the subplots, that controls whether or not the range is pannable.
- setRangePannable(boolean) - Method in class org.jfree.chart.plot.FastScatterPlot
-
Sets the flag that enables or disables panning of the plot along the range axes.
- setRangePannable(boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the flag that enables or disables panning of the plot along the range axis/axes.
- setRangeTickBandPaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the paint for the range tick bands.
- setRangeType(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(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. - setRangeWithMargins(Range, boolean, boolean) - Method in class org.jfree.chart.axis.ValueAxis
-
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.CategoryPlot
-
Sets the paint for the zero baseline plotted against the range axis and sends a
PlotChangeEvent
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.CategoryPlot
-
Sets the stroke for the zero baseline for 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.CategoryPlot
-
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. - 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.
- setRegularFont(Font) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the regular font for this theme.
- 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
-
Deprecated.Sets the renderAsPoints.
- setRenderer(int, CategoryItemRenderer) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the renderer to use for the dataset with the specified index and sends a change event to all registered listeners.
- setRenderer(int, CategoryItemRenderer, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the renderer to use for the dataset with the specified index and, if requested, sends a change event to all registered listeners.
- setRenderer(int, PolarItemRenderer) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets a renderer and sends a
PlotChangeEvent
to all registered listeners. - setRenderer(int, PolarItemRenderer, boolean) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets a renderer and, if requested, sends a
PlotChangeEvent
to all registered listeners. - setRenderer(int, XYItemRenderer) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the renderer for the dataset with the specified index and sends a change event to all registered listeners.
- setRenderer(int, XYItemRenderer, boolean) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the renderer for the dataset with the specified index and, if requested, sends a change event to all registered listeners.
- setRenderer(CategoryItemRenderer) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the renderer at index 0 (sometimes referred to as the "primary" renderer) and sends a change event to all registered listeners.
- setRenderer(CategoryItemRenderer, boolean) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the renderer at index 0 (sometimes referred to as the "primary" renderer) and, if requested, sends a change event to all registered listeners.
- setRenderer(PolarItemRenderer) - Method in class org.jfree.chart.plot.PolarPlot
-
Sets the primary renderer, and notifies all listeners of a change to the plot.
- setRenderer(WaferMapRenderer) - Method in class org.jfree.chart.plot.WaferMapPlot
-
Sets the item renderer, and notifies all listeners of a change to the plot.
- setRenderer(XYItemRenderer) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Sets the item renderer FOR ALL SUBPLOTS.
- setRenderer(XYItemRenderer) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Sets the item renderer FOR ALL SUBPLOTS.
- setRenderer(XYItemRenderer) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the renderer for the primary dataset and sends a change event to all registered listeners.
- setRendererIndex(int) - Method in class org.jfree.chart.entity.XYAnnotationEntity
-
Sets the renderer index.
- setRenderers(CategoryItemRenderer[]) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the renderers for this plot and sends a
PlotChangeEvent
to all registered listeners. - setRenderers(XYItemRenderer[]) - Method in class org.jfree.chart.plot.XYPlot
-
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 and sends an
AnnotationChangeEvent
to all registered listeners. - setRotationAnchor(TextAnchor) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Sets the rotation anchor point and sends an
AnnotationChangeEvent
to all registered listeners. - setRotationAngle(double) - Method in class org.jfree.chart.annotations.TextAnnotation
-
Sets the rotation angle and sends an
AnnotationChangeEvent
to all registered listeners. - setRotationAngle(double) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Sets the rotation angle and sends an
AnnotationChangeEvent
to all registered listeners. - 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. - setRowKey(Comparable) - Method in class org.jfree.chart.entity.CategoryItemEntity
-
Sets the row key.
- setRowKey(Comparable) - Method in class org.jfree.chart.plot.CategoryCrosshairState
-
Sets the row key.
- 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(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.
- setScaleIndex(int) - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Sets the scale index and sends a
DialLayerChangeEvent
to all registered listeners. - 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(int, Paint) - Method in class org.jfree.chart.plot.PiePlot
-
Deprecated.Use
PiePlot.setSectionOutlinePaint(Comparable, Paint)
instead. - setSectionOutlinePaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
-
Deprecated.Use
PiePlot.setSectionOutlinePaint(Comparable, Paint)
andPiePlot.setBaseSectionOutlinePaint(Paint)
. Deprecated as of version 1.0.6. - 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. - setSectionOutlineStroke(int, Stroke) - Method in class org.jfree.chart.plot.PiePlot
-
Deprecated.Use
PiePlot.setSectionOutlineStroke(Comparable, Stroke)
instead. - setSectionOutlineStroke(Stroke) - Method in class org.jfree.chart.plot.PiePlot
-
Deprecated.Use
PiePlot.setSectionOutlineStroke(Comparable, Stroke)
andPiePlot.setBaseSectionOutlineStroke(Stroke)
. Deprecated as of version 1.0.6. - 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. - 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(int, Paint) - Method in class org.jfree.chart.plot.PiePlot
-
Deprecated.Use
PiePlot.setSectionPaint(Comparable, Paint)
instead. - setSectionPaint(Paint) - Method in class org.jfree.chart.plot.PiePlot
-
Deprecated.Use
PiePlot.setSectionPaint(Comparable, Paint)
andPiePlot.setBaseSectionPaint(Paint)
. Deprecated as of version 1.0.6. - 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. - setSeparatorPaint(Paint) - Method in class org.jfree.chart.plot.RingPlot
-
Sets the paint used to draw the separator between sections and sends a change event 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 change event 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 change event to all registered listeners.
- setSeries(int) - Method in class org.jfree.chart.entity.CategoryItemEntity
-
Deprecated.As of 1.0.6, you should use
CategoryItemEntity.setRowKey(Comparable)
to designate the series. - 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.entity.LegendItemEntity
-
Deprecated.As of 1.0.6, use the
LegendItemEntity.setSeriesKey(Comparable)
method. - setSeriesIndex(int) - Method in class org.jfree.chart.entity.XYItemEntity
-
Sets the series index.
- 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.renderer.xy.StandardXYItemRenderer.State
-
Sets the series index for the current path.
- 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 interface 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 interface 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. - setSeriesItemLabelGenerator(int, CategoryItemLabelGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Sets the item label generator for a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesItemLabelGenerator(int, CategoryItemLabelGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the item label generator for a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesItemLabelGenerator(int, XYItemLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Sets the item label generator for a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesItemLabelGenerator(int, XYItemLabelGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
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 interface 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 interface 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 a flag that controls the visibility of the item labels for a series, and sends a
RendererChangeEvent
to all registered listeners. - setSeriesItemLabelsVisible(int, boolean) - Method in interface 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 interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets a flag that controls the visibility of the item labels for a series and 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 and sends a
RendererChangeEvent
to all registered listeners. - setSeriesItemLabelsVisible(int, Boolean) - Method in interface 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 interface 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 interface 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 interface 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. - setSeriesItemURLGenerator(int, CategoryURLGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Sets the URL generator for a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesItemURLGenerator(int, CategoryURLGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the item URL generator for a series.
- setSeriesKey(int, Comparable) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Sets the name of a series.
- setSeriesKey(Comparable) - Method in class org.jfree.chart.entity.LegendItemEntity
-
Sets the key for the series.
- setSeriesKey(Comparable) - Method in class org.jfree.chart.LegendItem
-
Sets the series key.
- setSeriesKey(Comparable) - Method in class org.jfree.data.xml.CategorySeriesHandler
-
Sets the series key.
- setSeriesKeys(Comparable[]) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Sets the names of the series in the dataset.
- setSeriesKeys(Comparable[]) - Method in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.Sets the names of the series in the data source.
- setSeriesLinesVisible(int, boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the 'lines visible' flag for a series and sends a
RendererChangeEvent
to all registered listeners. - 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. - setSeriesLinesVisible(int, Boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the 'lines visible' flag for a series and sends a
RendererChangeEvent
to all registered listeners. - 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.
- setSeriesNeedle(int, MeterNeedle) - Method in class org.jfree.chart.plot.CompassPlot
-
Sets the needle for a series and sends a
PlotChangeEvent
to all registered listeners. - setSeriesNegativeItemLabelPosition(int, ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the item label position for negative values in a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesNegativeItemLabelPosition(int, ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the item label position for negative values in a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesNegativeItemLabelPosition(int, ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the item label position for negative values in a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the item label position for negative values in a series and (if requested) sends a
RendererChangeEvent
to all registered listeners. - setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the item label position for negative values in a series and (if requested) sends a
RendererChangeEvent
to all registered listeners. - setSeriesNegativeItemLabelPosition(int, ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
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.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.AbstractRenderer
-
Sets the paint used for a series outline and sends a
RendererChangeEvent
to all registered listeners. - setSeriesOutlinePaint(int, Paint) - Method in interface 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 interface 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.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.AbstractRenderer
-
Sets the outline stroke used for a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesOutlineStroke(int, Stroke) - Method in interface 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 interface 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.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.AbstractRenderer
-
Sets the paint used for a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesPaint(int, Paint) - Method in interface 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 interface 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.
- setSeriesPositiveItemLabelPosition(int, ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the item label position for all positive values in a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesPositiveItemLabelPosition(int, ItemLabelPosition) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the item label position for all positive values in a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesPositiveItemLabelPosition(int, ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the item label position for all positive values in a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the item label position for all positive values in a series and (if requested) sends a
RendererChangeEvent
to all registered listeners. - setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the item label position for all positive values in a series and (if requested) sends a
RendererChangeEvent
to all registered listeners. - setSeriesPositiveItemLabelPosition(int, ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the item label position for all positive values in a series and (if requested) sends a
RendererChangeEvent
to all registered listeners. - setSeriesRenderingOrder(SeriesRenderingOrder) - Method in class org.jfree.chart.plot.XYPlot
-
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 interface 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 interface 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 and sends a
RendererChangeEvent
to all registered listeners. - setSeriesShapesFilled(int, boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Sets the 'shapes filled' flag for a series and sends a
RendererChangeEvent
to all registered listeners. - 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. - setSeriesShapesFilled(int, Boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the 'shapes filled' flag for a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesShapesFilled(int, Boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Sets the 'shapes filled' flag for a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesShapesFilled(int, Boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Sets the 'shapes filled' flag for a series and sends a
RendererChangeEvent
to all registered listeners. - 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. - 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 interface 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 interface 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(KeyToGroupMap) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
-
Updates the map used to assign each series to a group, and sends a
RendererChangeEvent
to all registered listeners. - setSeriesToolTipGenerator(int, CategoryToolTipGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Sets the tool tip generator for a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesToolTipGenerator(int, CategoryToolTipGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Sets the tool tip generator for a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesToolTipGenerator(int, XYToolTipGenerator) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Sets the tooltip generator for the specified series.
- setSeriesToolTipGenerator(int, XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
Sets the tool tip generator for a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesToolTipGenerator(int, XYToolTipGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Sets the tool tip generator for a series and sends a
RendererChangeEvent
to all registered listeners. - setSeriesToolTipGenerator(int, XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the tool tip generator for a 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 interface 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 interface 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 interface 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 interface 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. - setSeriesVisible(Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesVisible(int, Boolean)
andAbstractRenderer.setBaseSeriesVisible(boolean)
. - setSeriesVisible(Boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesVisible(int, Boolean)
andCategoryItemRenderer.setBaseSeriesVisible(boolean)
. - setSeriesVisible(Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesVisible(int, Boolean)
andXYItemRenderer.setBaseSeriesVisible(boolean)
. - setSeriesVisible(Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesVisible(int, Boolean)
andAbstractRenderer.setBaseSeriesVisible(boolean)
. - setSeriesVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesVisible(int, Boolean, boolean)
andCategoryItemRenderer.setBaseSeriesVisible(boolean, boolean)
. - setSeriesVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesVisible(int, Boolean, boolean)
andXYItemRenderer.setBaseSeriesVisible(boolean, boolean)
. - 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 interface 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 interface 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 interface 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 interface 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. - setSeriesVisibleInLegend(Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesVisibleInLegend(int, Boolean)
andAbstractRenderer.setBaseSeriesVisibleInLegend(boolean)
. - setSeriesVisibleInLegend(Boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesVisibleInLegend(int, Boolean)
andCategoryItemRenderer.setBaseSeriesVisibleInLegend(boolean)
. - setSeriesVisibleInLegend(Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesVisibleInLegend(int, Boolean)
andXYItemRenderer.setBaseSeriesVisibleInLegend(boolean)
. - setSeriesVisibleInLegend(Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesVisibleInLegend(int, Boolean, boolean)
andAbstractRenderer.setBaseSeriesVisibleInLegend(boolean, boolean)
. - setSeriesVisibleInLegend(Boolean, boolean) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesVisibleInLegend(int, Boolean, boolean)
andCategoryItemRenderer.setBaseSeriesVisibleInLegend(boolean, boolean)
. - setSeriesVisibleInLegend(Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesVisibleInLegend(int, Boolean, boolean)
andXYItemRenderer.setBaseSeriesVisibleInLegend(boolean, boolean)
. - setSeriesWidth(double) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Sets the series interval width and sends a
DatasetChangeEvent
to all registered listeners. - setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.CategoryPlot
-
Sets the shadow generator for the plot and sends a
PlotChangeEvent
to all registered listeners. - setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
-
Sets the shadow generator for the plot (and all subplots) and sends a
PlotChangeEvent
to all registered listeners. - setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
-
Sets the shadow generator for the plot (and all subplots) and sends a
PlotChangeEvent
to all registered listeners. - setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
-
Sets the shadow generator for the plot (and all subplots) and sends a
PlotChangeEvent
to all registered listeners. - setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
-
Sets the shadow generator for the plot (and all subplots) and sends a
PlotChangeEvent
to all registered listeners. - setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the shadow generator for the plot and sends a
PlotChangeEvent
to all registered listeners. - setShadowGenerator(ShadowGenerator) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the shadow generator for the plot and sends a
PlotChangeEvent
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. - setShadowPaint(Paint) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the shadow paint and sends a
RendererChangeEvent
to all registered listeners. - setShadowPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the shadow paint.
- setShadowVisible(boolean) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the flag that controls whether or not shadows are drawn by the renderer.
- setShadowVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the flag that controls whether or not the renderer draws shadows for the bars, and sends a
RendererChangeEvent
to all registered listeners. - setShadowVisible(boolean) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the shadow visibility flag.
- 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. - setShadowXOffset(double) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the x-offset for the bar shadow and sends a
RendererChangeEvent
to all registered listeners. - setShadowXOffset(double) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the x-offset for the bar shadow and sends a
RendererChangeEvent
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. - setShadowYOffset(double) - Method in class org.jfree.chart.renderer.category.BarRenderer
-
Sets the y-offset for the bar shadow and sends a
RendererChangeEvent
to all registered listeners. - setShadowYOffset(double) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
-
Sets the y-offset for the bar shadow and sends a
RendererChangeEvent
to all registered listeners. - setShape(Shape) - Method in class org.jfree.chart.LegendItem
-
Sets the shape for the legend item.
- setShape(Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesShape(int, Shape)
andAbstractRenderer.setBaseShape(Shape)
. - setShape(Shape) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesShape(int, Shape)
andCategoryItemRenderer.setBaseShape(Shape)
. - setShape(Shape) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesShape(int, Shape)
andXYItemRenderer.setBaseShape(Shape)
. - setShape(Shape) - Method in class org.jfree.chart.title.LegendGraphic
-
Sets the shape.
- setShape(Shape, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesShape(int, Shape, boolean)
andAbstractRenderer.setBaseShape(Shape, boolean)
. - 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
-
Deprecated.As of 1.0.7 (the override facility is unnecessary, just use the per-series and base (default) settings).
- setShapesFilled(boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Deprecated.As of 1.0.8, you should avoid using this method and rely on just the per-series (
StandardXYItemRenderer.setSeriesShapesFilled(int, Boolean)
) and base-level (StandardXYItemRenderer.setBaseShapesVisible(boolean)
) settings. - setShapesFilled(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Deprecated.As of 1.0.7, use the per-series and base level settings.
- setShapesFilled(boolean) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Sets the 'shapes filled' for ALL series and sends a
RendererChangeEvent
to all registered listeners. - setShapesFilled(Boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Deprecated.As of 1.0.7 (the override facility is unnecessary, just use the per-series and base (default) settings).
- setShapesFilled(Boolean) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Deprecated.As of 1.0.8, you should avoid using this method and rely on just the per-series (
StandardXYItemRenderer.setSeriesShapesFilled(int, Boolean)
) and base-level (StandardXYItemRenderer.setBaseShapesVisible(boolean)
) settings. - setShapesFilled(Boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Deprecated.As of 1.0.7, use the per-series and base level settings.
- 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
-
Deprecated.As of 1.0.7 (the override facility is unnecessary, just use the per-series and base (default) settings).
- setShapesVisible(boolean) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Set the flag that controls whether a shape will be drawn for every item, or not 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, and sends a
RendererChangeEvent
to all registered listeners. - setShapesVisible(boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Deprecated.As of 1.0.7, use the per-series and base level settings.
- 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. - setShapesVisible(Boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Deprecated.As of 1.0.7 (the override facility is unnecessary, just use the per-series and base (default) settings).
- setShapesVisible(Boolean) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Deprecated.As of 1.0.7, use the per-series and base level settings.
- setShapeVisible(boolean) - Method in class org.jfree.chart.LegendItem
-
Sets the flag that controls whether or not the shape is visible.
- 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
-
Deprecated.This flag doesn't do anything useful/visible. Deprecated as of version 1.0.6.
- 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.
- setShowZeroHours(boolean) - Method in class org.jfree.chart.util.RelativeDateFormat
-
Sets the flag that controls whether or not zero hour counts are shown in the formatted output.
- setSimpleLabelOffset(RectangleInsets) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the offset for the simple labels and sends a
PlotChangeEvent
to all registered listeners. - setSimpleLabels(boolean) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the flag that controls whether simple or extended labels are displayed on the plot, and sends a
PlotChangeEvent
to all registered listeners. - setSize(int) - Method in class org.jfree.chart.needle.MeterNeedle
-
Sets the size.
- setSmallestValue(double) - Method in class org.jfree.chart.axis.LogAxis
-
Sets the smallest value represented by the axis and sends a change event to all registered listeners.
- setSmallFont(Font) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the small font for this theme.
- setSortOrder(SortOrder) - Method in class org.jfree.chart.title.LegendTitle
-
Sets the order used to display legend items.
- setSources(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. - setStandardTickUnits(TickUnitSource) - Method in class org.jfree.chart.axis.ValueAxis
-
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.dial.ArcDialFrame
-
Sets the start angle and sends a
DialLayerChangeEvent
to all registered listeners. - setStartAngle(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the start angle for the scale and sends a
DialLayerChangeEvent
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, and sends a
RendererChangeEvent
to all registered listeners. - 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. - setStartValue(int, Comparable, Number) - Method in class org.jfree.data.category.DefaultIntervalCategoryDataset
-
Sets the start data value for one category in a series.
- setStepped(boolean) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.Sets the stepped flag.
- setStepPoint(double) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Sets the step point and sends a
RendererChangeEvent
to all registered listeners. - setStepPoint(double) - Method in class org.jfree.chart.renderer.xy.XYStepRenderer
-
Sets the step point and sends a
RendererChangeEvent
to all registered listeners. - 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.annotations.CategoryLineAnnotation
-
Sets the stroke used to draw the connecting line and sends an
AnnotationChangeEvent
to all registered listeners. - setStroke(Stroke) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the stroke for the crosshair line and sends a property change event with the name "stroke" to all registered listeners.
- setStroke(Stroke) - Method in class org.jfree.chart.plot.dial.ArcDialFrame
-
Sets the stroke and sends a
DialLayerChangeEvent
to all registered listeners. - setStroke(Stroke) - Method in class org.jfree.chart.plot.dial.DialPointer.Pin
-
Sets the stroke and sends a
DialLayerChangeEvent
to all registered listeners. - setStroke(Stroke) - Method in class org.jfree.chart.plot.dial.StandardDialFrame
-
Sets the stroke and sends a
DialLayerChangeEvent
to all registered listeners. - 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.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesStroke(int, Stroke)
andAbstractRenderer.setBaseStroke(Stroke)
. - setStroke(Stroke) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesStroke(int, Stroke)
andCategoryItemRenderer.setBaseStroke(Stroke)
. - setStroke(Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
XYItemRenderer.setSeriesStroke(int, Stroke)
andXYItemRenderer.setBaseStroke(Stroke)
. - setStroke(Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractRenderer.setSeriesStroke(int, Stroke, boolean)
andAbstractRenderer.setBaseStroke(Stroke, boolean)
. - setSubdivisionCount(int) - Method in class org.jfree.chart.title.PaintScaleLegend
-
Sets the subdivision count and sends a
TitleChangeEvent
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 bounds for a subrange.
- 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.
- setSubrangeInfo(int, double, double, double, double) - Method in class org.jfree.chart.plot.ThermometerPlot
-
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 subrange and sends a
PlotChangeEvent
to all registered listeners. - setSubtitlePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the subtitle paint.
- setSubtitles(List) - Method in class org.jfree.chart.JFreeChart
-
Sets the title list for the chart (completely replaces any existing titles) and sends a
ChartChangeEvent
to all registered listeners. - setTempFilePrefix(String) - Static method in class org.jfree.chart.servlet.ServletUtilities
-
Sets the prefix for the temporary file names generated by this class.
- setTemplateValue(Number) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Sets the template value and sends a
DialLayerChangeEvent
to all registered listeners. - 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 and sends an
AnnotationChangeEvent
to all registered listeners. - setText(String) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
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. - setTextAlignment(HorizontalAlignment) - Method in class org.jfree.chart.title.TextTitle
-
Sets the text alignment and sends a
TitleChangeEvent
to all registered listeners. - setTextAnchor(RectangleAnchor) - Method in class org.jfree.chart.block.LabelBlock
-
Sets the text anchor.
- 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) and sends an
AnnotationChangeEvent
to all registered listeners. - 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) and sends an
AnnotationChangeEvent
to all registered listeners. - setTextAnchor(TextAnchor) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Sets the text anchor and sends a
DialLayerChangeEvent
to all registered listeners. - setTextAntiAlias(boolean) - Method in class org.jfree.chart.JFreeChart
-
Sets the value in the rendering hints table for
RenderingHints.KEY_TEXT_ANTIALIASING
to eitherRenderingHints.VALUE_TEXT_ANTIALIAS_ON
orRenderingHints.VALUE_TEXT_ANTIALIAS_OFF
, then sends aChartChangeEvent
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 aChartChangeEvent
to all registered listeners. - setThermometerPaint(Paint) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the paint used to draw the thermometer outline and sends a
PlotChangeEvent
to all registered listeners. - setThermometerPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the thermometer paint.
- setThermometerStroke(Stroke) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the stroke used to draw the thermometer outline and sends a
PlotChangeEvent
to all registered listeners. - setTickFontStyle(int) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the tick font style.
- 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.dial.StandardDialScale
-
Sets the font used to display the tick labels and sends a
DialLayerChangeEvent
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. - 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. - 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. - setTickLabelFormatter(NumberFormat) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the number formatter used to convert the tick label values to strings, and sends a
DialLayerChangeEvent
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. - setTickLabelOffset(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the tick label offset and sends a
DialLayerChangeEvent
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.dial.StandardDialScale
-
Sets the paint used to draw the tick labels and sends a
DialLayerChangeEvent
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. - setTickLabelPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the tick label paint.
- 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. - 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.dial.StandardDialScale
-
Sets the flag that controls whether or not the tick labels are displayed, and sends a
DialLayerChangeEvent
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. - setTickLength(double) - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
-
Sets the tick length (in Java2D units) and sends a
RendererChangeEvent
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. - setTickMarkPosition(DateTickMarkPosition) - Method in class org.jfree.chart.axis.DateAxis
-
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. - setTickRadius(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the tick radius and sends a
DialLayerChangeEvent
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(DateTickUnit) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the tick unit for the axis.
- setTickUnit(DateTickUnit, boolean, boolean) - Method in class org.jfree.chart.axis.DateAxis
-
Sets the tick unit attribute and, if requested, sends an
AxisChangeEvent
to all registered listeners. - setTickUnit(NumberTickUnit) - Method in class org.jfree.chart.axis.LogAxis
-
Sets the tick unit for the axis and sends an
AxisChangeEvent
to all registered listeners. - setTickUnit(NumberTickUnit) - Method in class org.jfree.chart.axis.NumberAxis
-
Sets the tick unit for the axis and sends an
AxisChangeEvent
to all registered listeners. - setTickUnit(NumberTickUnit, boolean, boolean) - Method in class org.jfree.chart.axis.LogAxis
-
Sets the tick unit for the axis and, if requested, sends an
AxisChangeEvent
to all registered listeners. - setTickUnit(NumberTickUnit, boolean, boolean) - Method in class org.jfree.chart.axis.NumberAxis
-
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
-
Deprecated.Sets the tick values.
- setTickValues(List) - Method in class org.jfree.chart.plot.ColorPalette
-
Deprecated.Store ticks.
- setTimeBase(RegularTimePeriod) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Fill the pointsInTime with times using TimePeriod.next(): Will silently return if the time array was already populated.
- setTimeline(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 and sends an
AnnotationChangeEvent
to all registered listeners. - setTipRadius(double) - Method in class org.jfree.chart.annotations.XYPointerAnnotation
-
Sets the tip radius and sends an
AnnotationChangeEvent
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. - setTitle(TextTitle) - Method in class org.jfree.chart.JFreeChart
-
Sets the main title for the chart and sends a
ChartChangeEvent
to all registered listeners. - setTitleContainer(BlockContainer) - Method in class org.jfree.chart.title.CompositeTitle
-
Sets the title container.
- setTitlePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the title paint.
- setToolTipGenerator(CategoryToolTipGenerator) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the tool tip generator for the plot and sends a
PlotChangeEvent
to all registered listeners. - setToolTipGenerator(CategoryToolTipGenerator) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
AbstractCategoryItemRenderer.setSeriesToolTipGenerator(int, CategoryToolTipGenerator)
andAbstractCategoryItemRenderer.setBaseToolTipGenerator(CategoryToolTipGenerator)
. - setToolTipGenerator(CategoryToolTipGenerator) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
-
Deprecated.This method should no longer be used (as of version 1.0.6). It is sufficient to rely on
CategoryItemRenderer.setSeriesToolTipGenerator(int, CategoryToolTipGenerator)
andCategoryItemRenderer.setBaseToolTipGenerator(CategoryToolTipGenerator)
. - setToolTipGenerator(ContourToolTipGenerator) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.Sets the tool tip generator.
- setToolTipGenerator(PieToolTipGenerator) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the tool tip generator and sends a
PlotChangeEvent
to all registered listeners. - setToolTipGenerator(XYToolTipGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Deprecated.As of version 1.0.6, this override setting should not be used. You can use the base setting instead (
AbstractXYItemRenderer.setBaseToolTipGenerator(XYToolTipGenerator)
). - setToolTipGenerator(XYToolTipGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Deprecated.As of version 1.0.6, this override setting should not be used. You can use the base setting instead (
XYItemRenderer.setBaseToolTipGenerator(XYToolTipGenerator)
). - 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.block.LabelBlock
-
Sets the tool tip text.
- setToolTipText(String) - Method in class org.jfree.chart.entity.ChartEntity
-
Sets the tool tip text.
- setToolTipText(String) - Method in class org.jfree.chart.LegendItem
-
Sets the tool tip text for this legend item.
- 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.
- setTransposed(boolean) - Method in class org.jfree.data.gantt.XYTaskDataset
-
Sets the flag that controls whether or not the dataset is transposed and sends a
DatasetChangeEvent
to all registered listeners. - setTreatLegendShapeAsLine(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Sets the flag that controls whether or not the legend shape is treated as a line when creating legend items.
- setType(int) - Method in class org.jfree.chart.event.ChartProgressEvent
-
Sets the event type.
- setType(ChartChangeEventType) - Method in class org.jfree.chart.event.ChartChangeEvent
-
Sets the event type.
- setType(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
-
Deprecated.Use setUnits(int) instead. Deprecated as of version 1.0.6, because this method is a little obscure and redundant anyway.
- 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.axis.ValueAxis
-
Sets the upper bound for the axis range, and sends an
AxisChangeEvent
to all registered listeners. - setUpperBound(double) - Method in class org.jfree.chart.plot.dial.StandardDialRange
-
Sets the upper bound of the dial range and sends a
DialLayerChangeEvent
to all registered listeners. - setUpperBound(double) - Method in class org.jfree.chart.plot.dial.StandardDialScale
-
Sets the upper bound for the scale and sends a
DialLayerChangeEvent
to all registered listeners. - setUpperBound(double) - Method in class org.jfree.chart.plot.ThermometerPlot
-
Sets the upper bound for the thermometer.
- 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.
- setURLGenerator(CategoryURLGenerator) - Method in class org.jfree.chart.plot.SpiderWebPlot
-
Sets the URL generator for the plot and sends a
PlotChangeEvent
to all registered listeners. - setURLGenerator(PieURLGenerator) - Method in class org.jfree.chart.plot.PiePlot
-
Sets the URL generator and sends a
PlotChangeEvent
to all registered listeners. - setURLGenerator(XYURLGenerator) - Method in class org.jfree.chart.plot.ContourPlot
-
Deprecated.Sets the URL generator for HTML image maps.
- setURLGenerator(XYURLGenerator) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
-
Sets the URL generator.
- setURLGenerator(XYURLGenerator) - Method in interface org.jfree.chart.renderer.PolarItemRenderer
-
Sets the URL generator for HTML image maps.
- setURLGenerator(XYURLGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
-
Sets the URL generator for HTML image maps and sends a
RendererChangeEvent
to all registered listeners. - setURLGenerator(XYURLGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
-
Sets the URL generator for HTML image maps.
- setURLText(String) - Method in class org.jfree.chart.block.LabelBlock
-
Sets the URL text.
- setURLText(String) - Method in class org.jfree.chart.entity.ChartEntity
-
Sets the URL text.
- setURLText(String) - Method in class org.jfree.chart.LegendItem
-
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.category.ScatterRenderer
-
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.DefaultPolarItemRenderer
-
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.XYAreaRenderer
-
Sets the flag that controls whether or not the series fill paint is used to fill the area under the line and sends a
RendererChangeEvent
to all 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. - setUseFillPaint(boolean) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
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.category.LineAndShapeRenderer
-
Sets the flag that controls whether the outline paint is used for shape outlines, and sends a
RendererChangeEvent
to all registered listeners. - setUseOutlinePaint(boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Sets the flag that controls whether the outline paint is used for shape outlines, 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.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. - setUseOutlinePaint(boolean) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Sets the flag that controls whether the outline paint is used for shape outlines, and sends a
RendererChangeEvent
to all registered listeners. - setUseOutlinePaintForWhiskers(boolean) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Sets the flag that, if
true
, causes the whiskers to be drawn using the series outline paint, and sends aRendererChangeEvent
to all registered listeners. - setUseSeriesOffset(boolean) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
-
Sets the flag that controls whether or not the x-position for each data item is offset within its category according to the series, and sends a
RendererChangeEvent
to all registered listeners. - setUseSeriesOffset(boolean) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
-
Sets the flag that controls whether or not the x-position for each data item is offset within its category according to the series, 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(double) - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
-
Sets the value and sends an
AnnotationChangeEvent
to all registered listeners. - setValue(double) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the crosshair value and sends a property change event with the name 'value' to all registered listeners.
- 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(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.DefaultKeyedValues
-
Updates an existing value, or adds a new value to the collection.
- 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.general.DefaultPieDataset
-
Sets the data value for a key and sends a
DatasetChangeEvent
to all registered listeners. - setValue(Number) - Method in class org.jfree.chart.plot.JThermometer
-
Sets the value of the thermometer.
- 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.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) - Method in class org.jfree.data.xml.ItemHandler
-
Sets the value.
- 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. - setValue(Number, Comparable, Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
-
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 and sends an
AnnotationChangeEvent
to all registered listeners. - setValue2(double) - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
-
Sets the y-value for the end of the line and sends an
AnnotationChangeEvent
to all registered listeners. - setValueAnchor(RectangleAnchor) - Method in class org.jfree.chart.plot.dial.DialValueIndicator
-
Sets the value anchor and sends a
DialLayerChangeEvent
to all registered listeners. - 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 and sends a
PlotChangeEvent
to all registered listeners. - 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 and sends a
PlotChangeEvent
to all registered listeners. - 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 and sends a
PlotChangeEvent
to all registered listeners. - 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.
- setView(double, double, double, double) - Method in class org.jfree.chart.plot.dial.DialPlot
-
Sets the viewing rectangle, relative to the dial's framing rectangle, and sends a
PlotChangeEvent
to all registered listeners. - 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. - setVisible(boolean) - Method in class org.jfree.chart.plot.Crosshair
-
Sets the flag that controls the visibility of the crosshair and sends a proerty change event (with the name 'visible') to all registered listeners.
- setVisible(boolean) - Method in class org.jfree.chart.plot.dial.AbstractDialLayer
-
Sets the flag that determines whether or not this layer is drawn by the plot, and sends a
DialLayerChangeEvent
to all registered listeners. - setVisible(boolean) - Method in class org.jfree.chart.title.Title
-
Sets a flag that controls whether or not the title should be drawn, and sends a
TitleChangeEvent
to all registered listeners. - setVisibleSeriesArray(int[]) - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
-
Sets an array with the indices of the visible rows.
- setVolumePaint(Paint) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
-
Sets the paint used to fill the volume bars, and sends a
RendererChangeEvent
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 highlight 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 and sends a
RendererChangeEvent
to all registered listeners. - setWallPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the wall paint for charts with a 3D effect.
- 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 and sends a
PlotChangeEvent
to all registered listeners. - setWeight(int) - Method in class org.jfree.chart.plot.XYPlot
-
Sets the weight for the plot and sends a
PlotChangeEvent
to all registered listeners. - setWhiskerWidth(double) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
-
Sets the width of the whiskers as a fraction of the bar width and sends a
RendererChangeEvent
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.
- setWidthRadius(double) - Method in class org.jfree.chart.plot.dial.DialPointer.Pointer
-
Sets the width radius and sends a
DialLayerChangeEvent
to all registered listeners. - setWrapper(BlockContainer) - Method in class org.jfree.chart.title.LegendTitle
-
Sets the wrapper container for the legend.
- setX(double) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Sets the x coordinate for the text anchor point (measured against the domain axis) and sends an
AnnotationChangeEvent
to all registered listeners. - setX(double) - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.Set the x-coordinate for the item's location.
- 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. - setXPosition(TimePeriodAnchor) - Method in class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Sets the position within each time period that is used for the X values when the collection is used as an
XYDataset
, then sends aDatasetChangeEvent
is sent to all registered listeners. - setXPosition(TimePeriodAnchor) - Method in class org.jfree.data.time.TimePeriodValuesCollection
-
Sets the position of the x axis within each time period.
- setXPosition(TimePeriodAnchor) - Method in class org.jfree.data.time.TimeSeriesCollection
-
Sets the position within each time period that is used for the X values when the collection is used as an
XYDataset
, then sends aDatasetChangeEvent
is sent to all registered listeners. - setXPosition(TimePeriodAnchor) - Method in class org.jfree.data.time.TimeTableXYDataset
-
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
-
Deprecated.Sets the xValue.
- setXYBarPainter(XYBarPainter) - Method in class org.jfree.chart.StandardChartTheme
-
Sets the XY bar painter.
- setY(double) - Method in class org.jfree.chart.annotations.XYTextAnnotation
-
Sets the y coordinate for the text anchor point (measured against the range axis) and sends an
AnnotationChangeEvent
to all registered listeners. - setY(double) - Method in class org.jfree.chart.DrawableLegendItem
-
Deprecated.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(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
-
Deprecated.Sets the yValue.
- setZoomAroundAnchor(boolean) - Method in class org.jfree.chart.ChartPanel
-
Sets the flag that controls whether or not zoom operations are centered around the current anchor point.
- setZoomFillPaint(Paint) - Method in class org.jfree.chart.ChartPanel
-
Sets the zoom rectangle fill paint.
- 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.
- setZoomOutlinePaint(Paint) - Method in class org.jfree.chart.ChartPanel
-
Sets the zoom rectangle outline paint.
- setZoomTriggerDistance(int) - Method in class org.jfree.chart.ChartPanel
-
Sets the zoom trigger distance.
- setZValue(int, int, double) - Method in class org.jfree.data.general.DefaultHeatMapDataset
-
Updates a z-value in the dataset and sends a
DatasetChangeEvent
to all registered listeners. - setZValue(int, int, double, boolean) - Method in class org.jfree.data.general.DefaultHeatMapDataset
-
Updates a z-value in the dataset and, if requested, sends a
DatasetChangeEvent
to all registered listeners. - ShadowGenerator - Interface in org.jfree.chart.util
-
An interface that defines the API for a shadow generator.
- SHAPES - Static variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Constant for the type of rendering (shapes only).
- SHAPES - Static variable in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Useful constant for specifying the type of rendering (shapes only).
- SHAPES - Static variable in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Useful constant for specifying the type of rendering (shapes only).
- SHAPES_AND_LINES - Static variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Constant for the type of rendering (shapes and lines).
- SHAPES_AND_LINES - Static variable in class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Useful constant for specifying the type of rendering (shapes and lines).
- shift(Range, double) - Static method in class org.jfree.data.Range
-
Shifts the range by the specified amount.
- shift(Range, double, boolean) - Static method in class org.jfree.data.Range
-
Shifts the range by the specified amount.
- ShipNeedle - Class in org.jfree.chart.needle
-
A needle in the shape of a ship, for use with the
CompassPlot
class. - ShipNeedle() - Constructor for class org.jfree.chart.needle.ShipNeedle
- ShortTextTitle - Class in org.jfree.chart.title
-
A text title that is only displayed if the entire text will be visible without line wrapping.
- ShortTextTitle(String) - Constructor for class org.jfree.chart.title.ShortTextTitle
-
Creates a new title.
- shrink(Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.AxisSpace
-
Shrinks an area by the space attributes.
- SimpleHistogramBin - Class in org.jfree.data.statistics
-
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 in org.jfree.data.statistics
-
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 in org.jfree.data.time
-
An arbitrary period of time, measured to millisecond precision using
java.util.Date
. - SimpleTimePeriod(long, long) - Constructor for class org.jfree.data.time.SimpleTimePeriod
-
Creates a new time allocation.
- SimpleTimePeriod(Date, Date) - 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.
- SlidingCategoryDataset - Class in org.jfree.data.category
-
A
CategoryDataset
implementation that presents a subset of the categories in an underlying dataset. - SlidingCategoryDataset(CategoryDataset, int, int) - Constructor for class org.jfree.data.category.SlidingCategoryDataset
-
Creates a new instance.
- SlidingGanttCategoryDataset - Class in org.jfree.data.gantt
-
A
GanttCategoryDataset
implementation that presents a subset of the categories in an underlying dataset. - SlidingGanttCategoryDataset(GanttCategoryDataset, int, int) - Constructor for class org.jfree.data.gantt.SlidingGanttCategoryDataset
-
Creates a new instance.
- SMALL_LOG_VALUE - Static variable in class org.jfree.chart.axis.LogarithmicAxis
-
Smallest arbitrarily-close-to-zero value allowed.
- smallLogFlag - Variable 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.
- SOUTH_LEFT - Static variable in class org.jfree.chart.plot.PolarAxisLocation
-
Axis left of south.
- SOUTH_RIGHT - Static variable in class org.jfree.chart.plot.PolarAxisLocation
-
Axis right of south.
- SpiderWebPlot - Class in org.jfree.chart.plot
-
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(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.
- SpiderWebPlot(CategoryDataset, TableOrder) - Constructor for class org.jfree.chart.plot.SpiderWebPlot
-
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 in org.jfree.chart.renderer.category
-
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 in org.jfree.chart.renderer.category
-
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 in org.jfree.chart.renderer.category
-
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 in org.jfree.chart.renderer.xy
-
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.
- StackedXYAreaRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
-
Constructs a new renderer.
- StackedXYAreaRenderer2 - Class in org.jfree.chart.renderer.xy
-
A stacked area renderer for the
XYPlot
class. - StackedXYAreaRenderer2() - Constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
-
Creates a new renderer.
- StackedXYAreaRenderer2(XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
-
Constructs a new renderer.
- StackedXYBarRenderer - Class in org.jfree.chart.renderer.xy
-
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 variable in class org.jfree.chart.renderer.category.CategoryStepRenderer
-
The stagger width.
- STANDARD - Static variable in class org.jfree.chart.axis.CategoryLabelPositions
-
STANDARD category label positions.
- STANDARD - Static variable in class org.jfree.chart.LegendRenderingOrder
-
In order.
- STANDARD - Static variable in class org.jfree.chart.plot.PieLabelLinkStyle
-
STANDARD.
- StandardBarPainter - Class in org.jfree.chart.renderer.category
-
An implementation of the
BarPainter
interface that preserves the behaviour of bar painting that existed prior to the introduction of theBarPainter
interface. - StandardBarPainter() - Constructor for class org.jfree.chart.renderer.category.StandardBarPainter
-
Creates a new instance.
- StandardCategoryItemLabelGenerator - Class in org.jfree.chart.labels
-
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.
- StandardCategoryItemLabelGenerator(String, DateFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
-
Creates a new generator with the specified date formatter.
- StandardCategoryItemLabelGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
-
Creates a new generator with the specified number formatter.
- StandardCategoryItemLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
-
Creates a new generator with the specified number formatter.
- StandardCategorySeriesLabelGenerator - Class in org.jfree.chart.labels
-
A standard series label generator for plots that use data from a
CategoryDataset
. - StandardCategorySeriesLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
-
Creates a default series label generator (uses
StandardCategorySeriesLabelGenerator.DEFAULT_LABEL_FORMAT
). - StandardCategorySeriesLabelGenerator(String) - Constructor for class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
-
Creates a new series label generator.
- StandardCategoryToolTipGenerator - Class in org.jfree.chart.labels
-
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.
- StandardCategoryToolTipGenerator(String, DateFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryToolTipGenerator
-
Creates a new generator with the specified date formatter.
- StandardCategoryToolTipGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardCategoryToolTipGenerator
-
Creates a new generator with the specified number formatter.
- StandardCategoryURLGenerator - Class in org.jfree.chart.urls
-
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.
- StandardCategoryURLGenerator(String, String, String) - Constructor for class org.jfree.chart.urls.StandardCategoryURLGenerator
-
Constructor that overrides all the defaults.
- StandardChartTheme - Class in org.jfree.chart
-
A default implementation of the
ChartTheme
interface. - StandardChartTheme(String) - Constructor for class org.jfree.chart.StandardChartTheme
-
Creates a new default instance.
- StandardChartTheme(String, boolean) - Constructor for class org.jfree.chart.StandardChartTheme
-
Creates a new default instance.
- StandardContourToolTipGenerator - Class in org.jfree.chart.labels
-
Deprecated.This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to use
XYPlot
andXYBlockRenderer
. - StandardContourToolTipGenerator() - Constructor for class org.jfree.chart.labels.StandardContourToolTipGenerator
-
Deprecated.
- StandardCrosshairLabelGenerator - Class in org.jfree.chart.labels
-
A default label generator.
- StandardCrosshairLabelGenerator() - Constructor for class org.jfree.chart.labels.StandardCrosshairLabelGenerator
-
Creates a new instance with default attributes.
- StandardCrosshairLabelGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardCrosshairLabelGenerator
-
Creates a new instance with the specified attributes.
- StandardDialFrame - Class in org.jfree.chart.plot.dial
-
A simple circular frame for the
DialPlot
class. - StandardDialFrame() - Constructor for class org.jfree.chart.plot.dial.StandardDialFrame
-
Creates a new instance of
StandardDialFrame
. - StandardDialRange - Class in org.jfree.chart.plot.dial
-
A layer that draws a range highlight on a dial plot.
- StandardDialRange() - Constructor for class org.jfree.chart.plot.dial.StandardDialRange
-
Creates a new instance of
StandardDialRange
. - StandardDialRange(double, double, Paint) - Constructor for class org.jfree.chart.plot.dial.StandardDialRange
-
Creates a new instance of
StandardDialRange
. - StandardDialScale - Class in org.jfree.chart.plot.dial
-
A scale for a
DialPlot
. - StandardDialScale() - Constructor for class org.jfree.chart.plot.dial.StandardDialScale
-
Creates a new instance of DialScale.
- StandardDialScale(double, double, double, double, double, int) - Constructor for class org.jfree.chart.plot.dial.StandardDialScale
-
Creates a new instance.
- StandardEntityCollection - Class in org.jfree.chart.entity
-
A standard implementation of the
EntityCollection
interface. - StandardEntityCollection() - Constructor for class org.jfree.chart.entity.StandardEntityCollection
-
Constructs a new entity collection (initially empty).
- StandardPieSectionLabelGenerator - Class in org.jfree.chart.labels
-
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
StandardPieSectionLabelGenerator.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.
- StandardPieSectionLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
-
Creates an item label generator using the specified number formatters.
- StandardPieSectionLabelGenerator(String, Locale) - Constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
-
Creates a new instance for the specified locale.
- StandardPieSectionLabelGenerator(Locale) - Constructor for class org.jfree.chart.labels.StandardPieSectionLabelGenerator
-
Creates a new instance for the specified locale.
- StandardPieToolTipGenerator - Class in org.jfree.chart.labels
-
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 a pie tool tip generator for the default locale.
- StandardPieToolTipGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
-
Creates an item label generator using the specified number formatters.
- StandardPieToolTipGenerator(String, Locale) - Constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
-
Creates a pie tool tip generator for the specified locale.
- StandardPieToolTipGenerator(Locale) - Constructor for class org.jfree.chart.labels.StandardPieToolTipGenerator
-
Creates a pie tool tip generator for the specified locale, using the default format string.
- StandardPieURLGenerator - Class in org.jfree.chart.urls
-
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 in org.jfree.chart.axis
-
A source that can used by the
NumberAxis
class to obtain a suitableTickUnit
. - StandardTickUnitSource() - Constructor for class org.jfree.chart.axis.StandardTickUnitSource
-
Default constructor.
- StandardToolTipTagFragmentGenerator - Class in org.jfree.chart.imagemap
-
Generates tooltips using the HTML title attribute for image map area tags.
- StandardToolTipTagFragmentGenerator() - Constructor for class org.jfree.chart.imagemap.StandardToolTipTagFragmentGenerator
-
Creates a new instance.
- StandardURLTagFragmentGenerator - Class in org.jfree.chart.imagemap
-
Generates URLs using the HTML href attribute for image map area tags.
- StandardURLTagFragmentGenerator() - Constructor for class org.jfree.chart.imagemap.StandardURLTagFragmentGenerator
-
Creates a new instance.
- StandardXYBarPainter - Class in org.jfree.chart.renderer.xy
-
An implementation of the
XYBarPainter
interface that preserves the behaviour of bar painting that existed prior to the introduction of theXYBarPainter
interface. - StandardXYBarPainter() - Constructor for class org.jfree.chart.renderer.xy.StandardXYBarPainter
-
Creates a new instance.
- StandardXYItemLabelGenerator - Class in org.jfree.chart.labels
-
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.
- StandardXYItemLabelGenerator(String) - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
-
Creates an item label generator using the specified number formatters.
- StandardXYItemLabelGenerator(String, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
-
Creates a label generator using the specified date formatters.
- StandardXYItemLabelGenerator(String, DateFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
-
Creates an item label generator using the specified formatters.
- StandardXYItemLabelGenerator(String, NumberFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
-
Creates an item label generator using the specified formatters (a number formatter for the x-values and a date formatter for the y-values).
- StandardXYItemLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYItemLabelGenerator
-
Creates an item label generator using the specified number formatters.
- StandardXYItemRenderer - Class in org.jfree.chart.renderer.xy
-
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.
- StandardXYItemRenderer(int, XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Constructs a new renderer.
- StandardXYItemRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer
-
Constructs a new renderer.
- StandardXYItemRenderer.State - Class in org.jfree.chart.renderer.xy
-
Records the state for the renderer.
- StandardXYSeriesLabelGenerator - Class in org.jfree.chart.labels
-
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
StandardXYSeriesLabelGenerator.DEFAULT_LABEL_FORMAT
). - StandardXYSeriesLabelGenerator(String) - Constructor for class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
-
Creates a new series label generator.
- StandardXYToolTipGenerator - Class in org.jfree.chart.labels
-
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.
- StandardXYToolTipGenerator(String, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
-
Creates a tool tip generator using the specified date formatters.
- StandardXYToolTipGenerator(String, DateFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
-
Creates a tool tip generator using the specified number formatters.
- StandardXYToolTipGenerator(String, NumberFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
-
Creates a tool tip generator using the specified formatters (a number formatter for the x-values and a date formatter for the y-values).
- StandardXYToolTipGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
-
Creates a tool tip generator using the specified number formatters.
- StandardXYURLGenerator - Class in org.jfree.chart.urls
-
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
- StandardXYZToolTipGenerator - Class in org.jfree.chart.labels
-
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.
- StandardXYZToolTipGenerator(String, DateFormat, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYZToolTipGenerator
-
Constructs a new tool tip generator using the specified date formatters.
- StandardXYZToolTipGenerator(String, NumberFormat, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYZToolTipGenerator
-
Constructs a new tool tip generator using the specified number formatters.
- StandardXYZURLGenerator - Class in org.jfree.chart.urls
-
A URL generator.
- StandardXYZURLGenerator() - Constructor for class org.jfree.chart.urls.StandardXYZURLGenerator
- START - Static variable in class org.jfree.chart.axis.CategoryAnchor
-
Start of period.
- START - Static variable in class org.jfree.chart.axis.DateTickMarkPosition
-
Start of period.
- START - Static variable in class org.jfree.data.time.DynamicTimeSeriesCollection
-
Useful constant for controlling the x-value returned for a time period.
- START - Static variable in class org.jfree.data.time.TimePeriodAnchor
-
Start of period.
- startElement(String, String, String, Attributes) - Method in class org.jfree.data.xml.CategoryDatasetHandler
-
The start of an element.
- startElement(String, String, String, Attributes) - Method in class org.jfree.data.xml.CategorySeriesHandler
-
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.
- startElement(String, String, String, Attributes) - Method in class org.jfree.data.xml.PieDatasetHandler
-
Starts an element.
- startElement(String, String, String, Attributes) - Method in class org.jfree.data.xml.ValueHandler
-
The start of an element.
- startSeriesPass(XYDataset, int, int, int, int, int) - Method in class org.jfree.chart.renderer.xy.SamplingXYLineRenderer.State
-
This method is called by the
XYPlot
at the start of each series pass. - startSeriesPass(XYDataset, int, int, int, int, int) - Method in class org.jfree.chart.renderer.xy.XYItemRendererState
-
This method is called by the
XYPlot
when it starts a pass through the (visible) items in a series. - startSeriesPass(XYDataset, int, int, int, int, int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
-
This method is called by the
XYPlot
at the start of each series pass. - State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.category.CategoryStepRenderer.State
-
Creates a new state instance.
- State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.DeviationRenderer.State
-
Creates a new state instance.
- State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.SamplingXYLineRenderer.State
-
Creates a new state instance.
- State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
-
Creates a new state instance.
- State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
-
Creates a new state instance.
- StatisticalBarRenderer - Class in org.jfree.chart.renderer.category
-
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 in org.jfree.data.statistics
-
A category dataset that defines a mean and standard deviation value for each item.
- StatisticalLineAndShapeRenderer - Class in org.jfree.chart.renderer.category
-
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 in org.jfree.data.statistics
-
A utility class that provides some common statistical functions.
- Statistics() - Constructor for class org.jfree.data.statistics.Statistics
- stepped - Variable in class org.jfree.chart.plot.ColorPalette
-
Deprecated.Controls whether palette colors are stepped (not continuous).
- strictValuesFlag - Variable 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 in org.jfree.chart
-
A storage structure that maps
Comparable
instances withStroke
instances. - StrokeMap() - Constructor for class org.jfree.chart.StrokeMap
-
Creates a new (empty) map.
- style - Variable in class org.jfree.chart.imagemap.DynamicDriveToolTipTagFragmentGenerator
-
The style number
- SubCategoryAxis - Class in org.jfree.chart.axis
-
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 in org.jfree.data.general
-
Deprecated.As of version 1.0.13. This class will be removed from JFreeChart 1.2.0 onwards. Anyone needing this facility will need to maintain it outside of JFreeChart.
- SubSeriesDataset(SeriesDataset, int) - Constructor for class org.jfree.data.general.SubSeriesDataset
-
Deprecated.Creates a SubSeriesDataset using one series from
parent
. - SubSeriesDataset(SeriesDataset, int[]) - Constructor for class org.jfree.data.general.SubSeriesDataset
-
Deprecated.Creates a SubSeriesDataset using one or more series from
parent
. - SunJPEGEncoderAdapter - Class in org.jfree.chart.encoders
-
Adapter class for the Sun JPEG Encoder.
- SunJPEGEncoderAdapter() - Constructor for class org.jfree.chart.encoders.SunJPEGEncoderAdapter
-
Creates a new
SunJPEGEncoderAdapter
instance. - SunPNGEncoderAdapter - Class in org.jfree.chart.encoders
-
Adapter class for the Sun PNG Encoder.
- SunPNGEncoderAdapter() - Constructor for class org.jfree.chart.encoders.SunPNGEncoderAdapter
- 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 in org.jfree.chart.axis
-
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.
- SymbolicXYItemLabelGenerator - Class in org.jfree.chart.labels
-
A standard item label generator for plots that use data from an
XYDataset
. - SymbolicXYItemLabelGenerator() - Constructor for class org.jfree.chart.labels.SymbolicXYItemLabelGenerator
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form