Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

S

sampleFunction2D(Function2D, double, double, int, Comparable) - Static method in class org.jfree.data.general.DatasetUtilities
Creates an XYDataset by sampling the specified function over a fixed range.
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.
SATURDAY - Static variable in class org.jfree.date.SerialDate
Useful constant for Saturday.
SAVE_COMMAND - Static variable in class org.jfree.chart.ChartPanel
Save action command.
saveChartAsJPEG(File, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
Saves a chart to a file in JPEG format.
saveChartAsJPEG(File, float, JFreeChart, int, int) - Static method in class org.jfree.chart.ChartUtilities
Saves a chart to a file in JPEG format.
saveChartAsJPEG(File, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Saves a chart to a file in JPEG format.
saveChartAsJPEG(File, float, JFreeChart, int, int, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
Saves a chart to a file in JPEG format.
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.
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.
SCATTER_CHART - Static variable in class com.dandymadeproductions.scatterplot.ScatterPlot
 
ScatterChartPanel - Class in com.dandymadeproductions.scatterplot.charts
The ScatterChartPanel class provides the essentials to create a JFreeChart Scatter Chart for the lindyFrame Plugin ScatterPlot.
ScatterChartPanel(String, String) - Constructor for class com.dandymadeproductions.scatterplot.charts.ScatterChartPanel
 
ScatterPlot - Class in com.dandymadeproductions.scatterplot
The ScatterPlot class provides the main access point for setting up the requirements for the ScatterPlot plugin module for the Ajqvue application.
ScatterPlot(Main_Frame, String) - Constructor for class com.dandymadeproductions.scatterplot.ScatterPlot
 
Second - Class in org.jfree.data.time
Represents a second in a particular day.
Second() - Constructor for class org.jfree.data.time.Second
Constructs a new Second, based on the system date/time.
Second(int, Minute) - Constructor for class org.jfree.data.time.Second
Constructs a new Second.
Second(int, int, int, int, int, int) - Constructor for class org.jfree.data.time.Second
Creates a new second.
Second(Date) - Constructor for class org.jfree.data.time.Second
Constructs a new instance from the specified date/time and the default time zone..
Second(Date, TimeZone) - Constructor for class org.jfree.data.time.Second
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_WEEK_IN_MONTH - Static variable in class org.jfree.date.SerialDate
A useful constant for referring to the second week in a month.
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, 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, 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.
SEPTEMBER - Static variable in interface org.jfree.date.MonthConstants
Constant for September.
SERIAL_LOWER_BOUND - Static variable in class org.jfree.date.SerialDate
The serial number for 1 January 1900.
SERIAL_UPPER_BOUND - Static variable in class org.jfree.date.SerialDate
The serial number for 31 December 9999.
SerialDate - Class in org.jfree.date
An abstract class that defines our requirements for manipulating dates, without tying down a particular implementation.
SerialDate() - Constructor for class org.jfree.date.SerialDate
Default constructor.
SerialUtilities - Class in org.jfree.io
A class containing useful utility methods relating to serialization.
serialVersionUID - Static variable in class org.jfree.chart.block.LabelBlock
For serialization.
serialVersionUID - Static variable in class org.jfree.chart.block.LineBorder
For serialization.
serialVersionUID - Static variable in class org.jfree.chart.renderer.LookupPaintScale.PaintItem
For serialization.
serialVersionUID - Static variable in class org.jfree.chart.renderer.LookupPaintScale
For serialization.
serialVersionUID - Static variable in class org.jfree.chart.title.LegendGraphic
For serialization.
serialVersionUID - Static variable in class org.jfree.chart.title.PaintScaleLegend
For serialization.
serialVersionUID - Static variable in class org.jfree.data.time.Millisecond
For serialization.
serialVersionUID - Static variable in class org.jfree.data.xy.XYSeries
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.
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.
SeriesChangeEvent - Class in org.jfree.data.general
An event with details of a change to a series.
SeriesChangeEvent(Object) - Constructor for class org.jfree.data.general.SeriesChangeEvent
Constructs a new event.
SeriesChangeListener - Interface in org.jfree.data.general
Methods for receiving notification of changes to a data series.
SeriesDataset - Interface in org.jfree.data.general
The interface for a dataset consisting of one or many series of data.
SeriesException - Exception in org.jfree.data.general
A general purpose exception class for data series.
SeriesException(String) - Constructor for exception org.jfree.data.general.SeriesException
Constructs a new series exception.
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.
set(int, Object) - Method in class org.jfree.util.AbstractObjectList
Sets an object reference (overwriting any existing object).
setAllowDuplicateXValues(boolean) - Method in class com.dandymadeproductions.scatterplot.charts.ChartProperties
 
setAlpha(float) - Method in class org.jfree.chart.plot.Marker
Sets the alpha transparency that should be used when drawing the marker, and sends a MarkerChangeEvent to all registered listeners.
setAnchor(Point2D) - Method in class org.jfree.chart.ChartPanel
Sets the anchor point.
setAnchor(Point2D) - Method in class org.jfree.chart.plot.CrosshairState
Sets the anchor point.
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.
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.
setAscending(boolean) - Method in class org.jfree.ui.SortableTableModel
Sets the flag that determines whether the sort order is ascending or descending.
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.
setAutoBoot(boolean) - Method in class org.jfree.base.BootableProjectInfo
Sets the auto boot flag.
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.ValueAxis
Sets the minimum size allowed for the axis range when it is automatically calculated.
setAutoRangeStickyZero(boolean) - Method in class org.jfree.chart.axis.NumberAxis
Sets a flag that affects the auto-range when zero falls outside the data range but inside the margins defined for the axis.
setAutoRangeTimePeriodClass(Class) - Method in class org.jfree.chart.axis.PeriodAxis
Sets the class used to create the first and last time periods for the axis range when the auto-range flag is set to true and sends an AxisChangeEvent to all registered listeners.
setAutoSort(boolean) - Method in class com.dandymadeproductions.scatterplot.charts.ChartProperties
 
setAutoTickIndex(int) - Method in class org.jfree.chart.axis.ValueAxis
Sets the auto tick index.
setAutoTickUnitSelection(boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets a flag indicating whether or not the tick unit is automatically selected from a range of standard tick units.
setAutoTickUnitSelection(boolean, boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets a flag indicating whether or not the tick unit is automatically selected from a range of standard tick units.
setAutoTickUnitSelection(boolean) - Method in class org.jfree.chart.editor.DefaultValueAxisEditor
setAutoTickUnitSelectionCheckBox(JCheckBox) - Method in class org.jfree.chart.editor.DefaultValueAxisEditor
Set the checkbox that enables/disables auto-tickunit-selection.
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.
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.
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.
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.
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(AxisLocation) - Method in class org.jfree.chart.title.PaintScaleLegend
Sets the axis location and sends a TitleChangeEvent to all registered listeners.
setAxisOffset(RectangleInsets) - Method in class org.jfree.chart.plot.XYPlot
Sets the axis offsets (gap between the data area and the axes) and sends a PlotChangeEvent to all registered listeners.
setAxisOffset(RectangleInsets) - Method in class org.jfree.chart.StandardChartTheme
Sets the axis offset.
setAxisOffset(double) - Method in class org.jfree.chart.title.PaintScaleLegend
Sets the offset between the axis and the paint strip and sends a TitleChangeEvent to all registered listeners.
setAxisProperties(Axis) - Method in class org.jfree.chart.editor.DefaultAxisEditor
Sets the properties of the specified axis to match the properties defined on this panel.
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.
setAxisProperties(Axis) - Method in class org.jfree.chart.editor.DefaultNumberAxisEditor
Sets the properties of the specified axis to match the properties defined on this panel.
setAxisProperties(Axis) - Method in class org.jfree.chart.editor.DefaultValueAxisEditor
Sets the properties of the specified axis to match the properties defined on this panel.
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.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.
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.
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, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label font and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelFont(Font) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base item label font and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelGenerator(XYItemLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the base item label generator and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelGenerator(XYItemLabelGenerator) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base item label generator and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelPaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label paint and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelPaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label paint and, if requested, sends a RendererChangeEvent to all registered listeners..
setBaseItemLabelPaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base item label paint and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelsVisible(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base flag that controls whether or not item labels are visible, and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelsVisible(Boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base setting for item label visibility and sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelsVisible(Boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base visibility for item labels and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseItemLabelsVisible(boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base flag that controls whether or not item labels are visible.
setBaseItemLabelsVisible(Boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base setting for item label visibility.
setBaseItemLabelsVisible(Boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base visibility for item labels and, if requested, sends a RendererChangeEvent to all registered listeners.
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.xy.XYLineAndShapeRenderer
Sets the base 'lines visible' flag and sends a RendererChangeEvent to all registered listeners.
setBaseNegativeItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base item label position for negative values and sends a RendererChangeEvent to all registered listeners.
setBaseNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base negative item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseNegativeItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base item label position for negative values and sends a RendererChangeEvent to all registered listeners.
setBaseNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base negative item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseOutlinePaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base outline paint and sends a RendererChangeEvent to all registered listeners.
setBaseOutlinePaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base outline paint and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseOutlinePaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base outline paint and sends a RendererChangeEvent to all registered listeners.
setBaseOutlineStroke(Stroke) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base outline stroke and sends a RendererChangeEvent to all registered listeners.
setBaseOutlineStroke(Stroke, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base outline stroke and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseOutlineStroke(Stroke) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base outline stroke and sends a RendererChangeEvent to all registered listeners.
setBasePaint(Paint) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base paint and sends a RendererChangeEvent to all registered listeners.
setBasePaint(Paint, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base paint and, if requested, sends a RendererChangeEvent to all registered listeners.
setBasePaint(Paint) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base paint and sends a RendererChangeEvent to all registered listeners.
setBasePositiveItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base positive item label position.
setBasePositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base positive item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setBasePositiveItemLabelPosition(ItemLabelPosition) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base positive item label position.
setBasePositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base positive item label position and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisible(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base visibility and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisible(boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base visibility and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisible(boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base visibility and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisible(boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base visibility and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisibleInLegend(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base visibility in the legend and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisibleInLegend(boolean, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base visibility in the legend and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisibleInLegend(boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base visibility in the legend and sends a RendererChangeEvent to all registered listeners.
setBaseSeriesVisibleInLegend(boolean, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base visibility in the legend and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseShape(Shape) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base shape and sends a RendererChangeEvent to all registered listeners.
setBaseShape(Shape, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base shape and, if requested, sends a RendererChangeEvent to all registered listeners.
setBaseShape(Shape) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Sets the base shape 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.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, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Sets the base stroke and, if requested, 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.
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.
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.
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.
setBoolean(int, Boolean) - Method in class org.jfree.util.BooleanList
Sets the value for an item in the list.
setBootClass(String) - Method in class org.jfree.base.BootableProjectInfo
Sets the boot class name.
setBorder(BlockBorder) - Method in class org.jfree.chart.block.AbstractBlock
Deprecated.
setBorder(double, double, double, double) - Method in class org.jfree.chart.block.AbstractBlock
Sets a black border with the specified line widths.
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.
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.
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.
setChartArea(Rectangle2D) - Method in class org.jfree.chart.ChartRenderingInfo
Sets the area in which the chart was drawn.
setChartBackgroundColor(int) - Method in class com.dandymadeproductions.scatterplot.charts.ChartProperties
 
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.
setChartForegroundColor(int) - Method in class com.dandymadeproductions.scatterplot.charts.ChartProperties
 
setChartTheme(ChartTheme) - Static method in class org.jfree.chart.ChartFactory
Sets the current chart theme.
setChartTitle(String) - Method in class com.dandymadeproductions.scatterplot.charts.ChartsPanel
 
setChartTitle(String) - Method in class com.dandymadeproductions.scatterplot.charts.LineChartPanel
 
setChartTitle(String) - Method in class com.dandymadeproductions.scatterplot.charts.ScatterChartPanel
 
setChartXAxisLabel(String) - Method in class com.dandymadeproductions.scatterplot.charts.ChartsPanel
 
setChartXAxisLabel(String) - Method in class com.dandymadeproductions.scatterplot.charts.LineChartPanel
 
setChartXAxisLabel(String) - Method in class com.dandymadeproductions.scatterplot.charts.ScatterChartPanel
 
setChartYAxisLabel(String) - Method in class com.dandymadeproductions.scatterplot.charts.ChartsPanel
 
setChartYAxisLabel(String) - Method in class com.dandymadeproductions.scatterplot.charts.LineChartPanel
 
setChartYAxisLabel(String) - Method in class com.dandymadeproductions.scatterplot.charts.ScatterChartPanel
 
setClassLoader(ClassLoader) - Static method in class org.jfree.util.ObjectUtilities
Redefines the custom classloader.
setClassLoaderSource(String) - Static method in class org.jfree.util.ObjectUtilities
Defines the internal configuration entry, whether the classloader of the thread context or the context classloader should be used.
setCompressionLevel(int) - Method in class com.keypoint.PngEncoder
Set the compression level to use.
setConfigProperty(String, String) - Method in class org.jfree.base.config.HierarchicalConfiguration
Sets a configuration property.
setConfigProperty(String, String) - Method in interface org.jfree.base.config.ModifiableConfiguration
Sets the value of a configuration property.
setConfigProperty(String, String) - Method in class org.jfree.base.config.SystemPropertyConfiguration
Sets a configuration property.
setContentAlignmentPoint(TextBlockAnchor) - Method in class org.jfree.chart.block.LabelBlock
Sets the content alignment point.
setContributors(List) - Method in class org.jfree.ui.about.ProjectInfo
Sets the list of contributors.
setCopyright(String) - Method in class org.jfree.base.BasicProjectInfo
Sets the project copyright statement.
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) and AbstractRenderer.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) and AbstractRenderer.setBaseItemLabelFont(Font, boolean).
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.
setCrosshairX(double) - Method in class org.jfree.chart.plot.CrosshairState
Sets the x coordinate for the crosshair.
setCrosshairY(double) - Method in class org.jfree.chart.plot.CrosshairState
Sets the y coordinate for the crosshair.
setCursor(double) - Method in class org.jfree.chart.axis.AxisState
Sets the cursor position.
setData(float[][]) - Method in class org.jfree.chart.plot.FastScatterPlot
Sets the data array used by the plot and sends a PlotChangeEvent to all registered listeners.
setDataArea(Rectangle2D) - Method in class org.jfree.chart.plot.PlotRenderingInfo
Sets the data area.
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.
setDataset(Dataset) - Method in class org.jfree.chart.entity.LegendItemEntity
Sets a reference to the dataset that this legend item is derived from.
setDataset(XYDataset) - Method in class org.jfree.chart.entity.XYItemEntity
Sets the dataset this entity refers to.
setDataset(Dataset) - Method in class org.jfree.chart.LegendItem
Sets the dataset.
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.
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.
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.
setDatasetRenderingOrder(DatasetRenderingOrder) - Method in class org.jfree.chart.plot.XYPlot
Sets the rendering order and sends a PlotChangeEvent to all registered listeners.
setDebuglevel(int) - Method in class org.jfree.util.Log
Defines the debug level for the log system.
setDefaultAutoRange(Range) - Method in class org.jfree.chart.axis.ValueAxis
Sets the default auto range and sends an AxisChangeEvent to all registered listeners.
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.
setDescription(String) - Method in class org.jfree.base.modules.AbstractModule
Defines the description of the module.
setDescription(String) - Method in class org.jfree.chart.LegendItem
Sets the description for this legend item.
setDescription(String) - Method in class org.jfree.data.general.Series
Sets the description of the series and sends a PropertyChangeEvent to all registered listeners.
setDescription(String) - Method in class org.jfree.date.SerialDate
Sets the description for the date.
setDisableActions(boolean) - Method in class com.dandymadeproductions.scatterplot.PlotPanel
 
setDisableLogging(boolean) - Static method in class org.jfree.base.log.LogConfiguration
Sets the flag that disables logging.
setDismissDelay(int) - Method in class org.jfree.chart.ChartPanel
Specifies the dismissal delay value for this chart panel.
setDisplayFont(Font) - Method in class org.jfree.ui.FontDisplayField
Sets the font.
setDisplayToolTips(boolean) - Method in class org.jfree.chart.ChartPanel
Switches the display of tooltips for the panel on or off.
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(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.
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.
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.XYPlot
Sets the location of the domain axis and, if requested, 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.XYPlot
Sets the axis location for a domain axis and, if requested, sends a PlotChangeEvent to all registered listeners.
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.XYPlot
Sets the paint used to draw the crosshairs (if visible) and sends a PlotChangeEvent to all registered listeners.
setDomainCrosshairStroke(Stroke) - Method in class org.jfree.chart.plot.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.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.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.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.
setDomainGridLineColor(int) - Method in class com.dandymadeproductions.scatterplot.charts.ChartProperties
 
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.
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.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.
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.
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.
setDpi(int, int) - Method in class com.keypoint.PngEncoder
Set the DPI resolution.
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, 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.
setDrawingSupplier(DrawingSupplier) - Method in class org.jfree.chart.StandardChartTheme
Sets the drawing supplier for this theme.
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.
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.
setDrawSeriesLinePath(boolean) - Method in class com.dandymadeproductions.scatterplot.charts.ChartProperties
 
setDrawStringsWithFontAttributes(boolean) - Static method in class org.jfree.text.TextUtilities
Sets the flag that controls whether or not strings are drawn using the current font attributes.
setEncodeAlpha(boolean) - Method in class com.keypoint.PngEncoder
Set the alpha encoding on or off.
setEncodingAlpha(boolean) - Method in interface org.jfree.chart.encoders.ImageEncoder
Set whether the encoder should encode alpha transparency (not supported by all ImageEncoders).
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.
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.StandardChartTheme
Sets the error indicator paint.
setExampleData() - Method in class com.dandymadeproductions.scatterplot.charts.ChartsPanel
 
setExampleData() - Method in class com.dandymadeproductions.scatterplot.charts.LineChartPanel
 
setExampleData() - Method in class com.dandymadeproductions.scatterplot.charts.ScatterChartPanel
 
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.
setExponentFormat(NumberFormat) - Method in class org.jfree.chart.util.LogFormat
Sets the number format used for the exponent.
setExtraLargeFont(Font) - Method in class org.jfree.chart.StandardChartTheme
Sets the largest font for this theme.
setFillPaint(Paint) - Method in class org.jfree.chart.LegendItem
Sets the fill paint.
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) and AbstractRenderer.setBaseFillPaint(Paint).
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) and AbstractRenderer.setBaseFillPaint(Paint, boolean).
setFillPaint(Paint) - Method in class org.jfree.chart.title.LegendGraphic
Sets the paint used to fill the shape.
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.
setFillZoomRectangle(boolean) - Method in class org.jfree.chart.ChartPanel
A flag that controls how the zoom rectangle is drawn.
setFilter(int) - Method in class com.keypoint.PngEncoder
Set the filter to use.
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.
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.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.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.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 to false.
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.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.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.CombinedDomainXYPlot
Sets the size (width or height, depending on the orientation of the plot) for the domain axis of each subplot.
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.title.TextTitle
Sets the font used to display the title string.
setForegroundAlpha(float) - Method in class org.jfree.chart.plot.Plot
Sets the alpha-transparency for the plot and sends a PlotChangeEvent to all registered listeners.
setFrame(BlockFrame) - Method in class org.jfree.chart.block.AbstractBlock
Sets the frame (or border).
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.CombinedRangeXYPlot
Sets the amount of space between subplots.
setGapThreshold(double) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the gap threshold for discontinuous lines 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.IntervalMarker
Sets the gradient paint transformer and sends a MarkerChangeEvent 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.data.general.AbstractDataset
Sets the dataset group for the dataset.
setGroup(DatasetGroup) - Method in interface org.jfree.data.general.Dataset
Sets the dataset group.
setHeight(double) - Method in class org.jfree.chart.block.AbstractBlock
Sets the natural width of the block, if this is known in advance.
setHeight(double) - Method in class org.jfree.ui.Size2D
Sets the height.
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.
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.
setImage(Image) - Method in class com.keypoint.PngEncoder
Set the image to be encoded.
setImageEncoder(String, String) - Static method in class org.jfree.chart.encoders.ImageEncoderFactory
Used to set additional encoders or replace default ones.
setInfo(String) - Method in class org.jfree.base.BasicProjectInfo
Sets the project info string (for example, this could be the project URL).
setInfo(String) - Method in class org.jfree.base.Library
Sets the project info.
setInitialDelay(int) - Method in class org.jfree.chart.ChartPanel
Specifies the initial delay value for this chart panel.
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.
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.XYSeriesCollection
Sets the interval width and sends a DatasetChangeEvent to all registered listeners.
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.
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) and AbstractRenderer.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) and AbstractRenderer.setBaseItemLabelFont(Font, boolean).
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) and XYItemRenderer.setBaseItemLabelFont(Font).
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) and AbstractRenderer.setBaseItemLabelPaint(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) and AbstractRenderer.setBaseItemLabelPaint(Paint, boolean).
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) and XYItemRenderer.setBaseItemLabelPaint(Paint).
setItemLabelPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the item label paint.
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) and AbstractRenderer.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) and AbstractRenderer.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) and AbstractRenderer.setBaseItemLabelsVisible(Boolean, 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) and XYItemRenderer.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) and XYItemRenderer.setBaseItemLabelsVisible(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) and XYItemRenderer.setBaseItemLabelsVisible(Boolean, boolean).
setItemPaint(Paint) - Method in class org.jfree.chart.title.LegendTitle
Sets the item paint.
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.
setLabel(String) - Method in class org.jfree.chart.axis.Axis
Sets the label for the axis and sends an AxisChangeEvent to all registered listeners.
setLabel(String) - Method in class org.jfree.chart.plot.Marker
Sets the label (if null no label is displayed) and sends a MarkerChangeEvent to all registered listeners.
setLabelAnchor(RectangleAnchor) - Method in class org.jfree.chart.plot.Marker
Sets the label anchor and sends a MarkerChangeEvent to all registered listeners.
setLabelAngle(double) - Method in class org.jfree.chart.axis.Axis
Sets the angle for the label and sends an AxisChangeEvent to all registered listeners.
setLabelBackgroundColor(Color) - Method in class org.jfree.chart.plot.Marker
Sets the label background color.
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.Marker
Sets the label font and sends a MarkerChangeEvent 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.
setLabelLinkPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the label link paint for pie charts.
setLabelLocation(AxisLabelLocation) - Method in class org.jfree.chart.axis.Axis
Sets the axis label location and sends an AxisChangeEvent 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.
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.Marker
Sets the label paint and sends a MarkerChangeEvent 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.
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.
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).
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.
setLegendBackgroundPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the legend background paint.
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(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.
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(XYSeriesLabelGenerator) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Sets the legend item URL generator and sends a RendererChangeEvent to all registered listeners.
setLegendLine(Shape) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Sets the shape used as a line in each legend item and sends a RendererChangeEvent to all registered listeners.
setLegendLine(Shape) - Method in class org.jfree.chart.renderer.xy.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.
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.
setLicenceName(String) - Method in class org.jfree.base.BasicProjectInfo
Sets the license name.
setLicenceName(String) - Method in class org.jfree.base.Library
Sets the licence name.
setLicenceText(String) - Method in class org.jfree.ui.about.ProjectInfo
Sets the project licence text.
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.
setLineAlignment(HorizontalAlignment) - Method in class org.jfree.text.TextBlock
Sets the alignment of the lines of text within the block.
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.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.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.
setLogLevel(String) - Static method in class org.jfree.base.log.LogConfiguration
Sets the log level, which is read from the global report configuration at the point that the classloader loads the Log class.
setLogo(Image) - Method in class org.jfree.ui.about.ProjectInfo
Sets the project logo.
setLogTarget(String) - Static method in class org.jfree.base.log.LogConfiguration
Sets the log target.
setLowerBound(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the lower bound for the axis range.
setLowerMargin(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the lower margin for the axis (as a percentage of the axis range) and sends an AxisChangeEvent 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.
setMajorVersion(String) - Method in class org.jfree.base.modules.DefaultModuleInfo
Defines the major version of the module.
setMargin(RectangleInsets) - Method in class org.jfree.chart.block.AbstractBlock
Sets the margin (use RectangleInsets.ZERO_INSETS for no padding).
setMargin(double, double, double, double) - Method in class org.jfree.chart.block.AbstractBlock
Sets the margin.
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.
setMaxHeight(double) - Method in class org.jfree.chart.annotations.XYTitleAnnotation
Sets the maximum height and sends an AnnotationChangeEvent 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.
setMaximumItemCount(int) - Method in class org.jfree.data.xy.XYSeries
Sets the maximum number of items that will be retained in the series.
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.
setMaxWidth(double) - Method in class org.jfree.chart.annotations.XYTitleAnnotation
Sets the maximum width and sends an AnnotationChangeEvent 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.
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.
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.
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.
setMinorVersion(String) - Method in class org.jfree.base.modules.DefaultModuleInfo
Defines the minor version of the module.
setModuleClass(String) - Method in class org.jfree.base.modules.DefaultModuleInfo
Defines the module class name.
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.
setName(String) - Method in class org.jfree.base.BasicProjectInfo
Sets the project name.
setName(String) - Method in class org.jfree.base.Library
Sets the project name.
setName(String) - Method in class org.jfree.base.modules.AbstractModule
Defines the name of the module.
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.
setNegativeItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated.
setNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
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) and XYItemRenderer.setBaseNegativeItemLabelPosition(ItemLabelPosition).
setNegativeItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Deprecated.
setNoDataMessage(String) - Method in class org.jfree.chart.plot.Plot
Sets the message that is displayed when the dataset is empty or null, and sends a PlotChangeEvent to all registered listeners.
setNoDataMessageFont(Font) - Method in class org.jfree.chart.plot.Plot
Sets the font used to display the 'no data' message and sends a PlotChangeEvent to all registered listeners.
setNoDataMessagePaint(Paint) - Method in class org.jfree.chart.plot.Plot
Sets the paint used to display the 'no data' message and sends a PlotChangeEvent to all registered listeners.
setNotify(boolean) - Method in class org.jfree.chart.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.
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.
setOptionalModules(ModuleInfo[]) - Method in class org.jfree.base.modules.AbstractModule
Defines the optional module descriptions for this module.
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.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.
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.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) and AbstractRenderer.setBaseOutlinePaint(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) and AbstractRenderer.setBaseOutlinePaint(Paint, boolean).
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) and XYItemRenderer.setBaseOutlinePaint(Paint).
setOutlinePaint(Paint) - Method in class org.jfree.chart.title.LegendGraphic
Sets the outline paint.
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.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) and AbstractRenderer.setBaseOutlineStroke(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) and AbstractRenderer.setBaseOutlineStroke(Stroke, boolean).
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) and XYItemRenderer.setBaseOutlineStroke(Stroke).
setOutlineStroke(Stroke) - Method in class org.jfree.chart.title.LegendGraphic
Sets the outline stroke.
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(RectangleInsets) - Method in class org.jfree.chart.block.AbstractBlock
Sets the padding (use RectangleInsets.ZERO_INSETS for no padding).
setPadding(double, double, double, double) - Method in class org.jfree.chart.block.AbstractBlock
Sets the 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.
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.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) and AbstractRenderer.setBasePaint(Paint).
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) and AbstractRenderer.setBasePaint(Paint, boolean).
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) and XYItemRenderer.setBasePaint(Paint).
setPaint(Paint) - Method in class org.jfree.chart.title.TextTitle
Sets the paint used to display the title string.
setPaint(Paint) - Method in class org.jfree.ui.PaintSample
Sets the Paint object being displayed in the panel.
setPaint(int, Paint) - Method in class org.jfree.util.PaintList
Sets the Paint for an item in the list.
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.
setParent(Plot) - Method in class org.jfree.chart.plot.Plot
Sets the parent plot.
setParentConfig(Configuration) - Method in class org.jfree.base.config.HierarchicalConfiguration
Set the parent configuration.
setPatchLevel(String) - Method in class org.jfree.base.modules.DefaultModuleInfo
Defines the patch level version of the module.
setPercent(int) - Method in class org.jfree.chart.event.ChartProgressEvent
Sets the percentage complete.
setPlot(Plot) - Method in class org.jfree.chart.axis.Axis
Sets a reference to the plot that the axis is assigned to.
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(Rectangle2D) - Method in class org.jfree.chart.plot.PlotRenderingInfo
Sets the plot area.
setPlotBackgroundColor(int) - Method in class com.dandymadeproductions.scatterplot.charts.ChartProperties
 
setPlotBackgroundPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the plot background paint.
setPlotBaseShapeFilled(boolean) - Method in class com.dandymadeproductions.scatterplot.charts.ChartProperties
 
setPlotBaseShapeVisible(boolean) - Method in class com.dandymadeproductions.scatterplot.charts.ChartProperties
 
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.
setPlotSeriesColor(int, int) - Method in class com.dandymadeproductions.scatterplot.charts.ChartProperties
 
setPopupMenu(JPopupMenu) - Method in class org.jfree.chart.ChartPanel
Sets the popup menu for the panel.
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.
setPositiveItemLabelPosition(ItemLabelPosition) - Method in class org.jfree.chart.renderer.AbstractRenderer
Deprecated.
setPositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
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) and XYItemRenderer.setBasePositiveItemLabelPosition(ItemLabelPosition).
setPositiveItemLabelPosition(ItemLabelPosition, boolean) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Deprecated.
setPressedColumn(int) - Method in class org.jfree.ui.SortButtonRenderer
Sets the pressed column.
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.
setProducer(String) - Method in class org.jfree.base.modules.AbstractModule
Defines the producer of the module.
setProperties(String) - Method in class com.dandymadeproductions.scatterplot.charts.ChartsPanel
 
setProperties() - Method in class com.dandymadeproductions.scatterplot.PreferencesPanel
 
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).
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) - 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, 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.
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.
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.XYPlot
Sets the range axes for this plot and sends a PlotChangeEvent to all registered listeners.
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.XYPlot
Sets the range axis for the plot 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.XYPlot
Sets a range axis and, if requested, 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.XYPlot
Sets the location of the primary range axis and, if requested, 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.XYPlot
Sets the axis location for a domain axis and, if requested, sends a PlotChangeEvent to all registered listeners.
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.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.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.XYPlot
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.XYPlot
Sets the flag indicating whether or not the range crosshair is visible.
setRangeGridLineColor(int) - Method in class com.dandymadeproductions.scatterplot.charts.ChartProperties
 
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.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.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.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.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.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.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(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.
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.
setRangeZeroBaselinePaint(Paint) - Method in class org.jfree.chart.plot.XYPlot
Sets the paint for the zero baseline plotted against the range axis and sends a PlotChangeEvent to all registered listeners.
setRangeZeroBaselineStroke(Stroke) - Method in class org.jfree.chart.plot.XYPlot
Sets the stroke for the zero baseline for the range axis, and sends a PlotChangeEvent to all registered listeners.
setRangeZeroBaselineVisible(boolean) - Method in class org.jfree.chart.plot.XYPlot
Sets the flag that controls whether or not the zero baseline is displayed for the range axis, and sends a PlotChangeEvent to all registered listeners.
setRangeZoomable(boolean) - Method in class org.jfree.chart.ChartPanel
A flag that controls mouse-based zooming on the vertical axis.
setRefreshBuffer(boolean) - Method in class org.jfree.chart.ChartPanel
Sets the refresh buffer flag.
setRegularFont(Font) - Method in class org.jfree.chart.StandardChartTheme
Sets the regular font for this theme.
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.
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.
setRendererIndex(int) - Method in class org.jfree.chart.entity.XYAnnotationEntity
Sets the renderer index.
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.
setRequiredModules(ModuleInfo[]) - Method in class org.jfree.base.modules.AbstractModule
Defines the required module descriptions for this module.
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.
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.
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.XYTextAnnotation
Sets the rotation angle and sends an AnnotationChangeEvent 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.
setSelectedFont(Font) - Method in class org.jfree.ui.FontChooserPanel
Initializes the contents of the dialog from the given font object.
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.
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, 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.
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.
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, 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.
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.
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 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, 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) - 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 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 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.
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.
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.xy.XYLineAndShapeRenderer
Sets the 'lines visible' flag for a series and sends a RendererChangeEvent to all registered listeners.
setSeriesName(String) - Method in class com.dandymadeproductions.scatterplot.data.DataChartSeries
 
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, 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) - 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 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.renderer.AbstractRenderer
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(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.
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, 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(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.
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, 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(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.
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, 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) - 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 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, 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.
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.
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.
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.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.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, 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.
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.
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, 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(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) and AbstractRenderer.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) and AbstractRenderer.setBaseSeriesVisible(boolean).
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 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 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) and XYItemRenderer.setBaseSeriesVisible(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) and XYItemRenderer.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, 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(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) and AbstractRenderer.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) and AbstractRenderer.setBaseSeriesVisibleInLegend(boolean, boolean).
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 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 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) and XYItemRenderer.setBaseSeriesVisibleInLegend(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) and XYItemRenderer.setBaseSeriesVisibleInLegend(boolean, boolean).
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.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.XYPlot
Sets the shadow generator for the plot and sends a PlotChangeEvent 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.StandardChartTheme
Sets the shadow visibility flag.
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) and AbstractRenderer.setBaseShape(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) and AbstractRenderer.setBaseShape(Shape, boolean).
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) and XYItemRenderer.setBaseShape(Shape).
setShape(Shape) - Method in class org.jfree.chart.title.LegendGraphic
Sets the shape.
setShape(int, Shape) - Method in class org.jfree.util.ShapeList
Sets the Shape for an item in the list.
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.
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.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.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.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.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.
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.
setSortableModel(SortableTableModel) - Method in class org.jfree.ui.SortableTable
Changes the model for the table.
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.
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.
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.
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.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) and AbstractRenderer.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) and AbstractRenderer.setBaseStroke(Stroke, boolean).
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) and XYItemRenderer.setBaseStroke(Stroke).
setStroke(Stroke) - Method in class org.jfree.ui.StrokeSample
Sets the stroke object being displayed and repaints the component.
setStroke(int, Stroke) - Method in class org.jfree.util.StrokeList
Sets the Stroke for an item in the list.
setSubdivisionCount(int) - Method in class org.jfree.chart.title.PaintScaleLegend
Sets the subdivision count and sends a TitleChangeEvent to all registered listeners.
setSubSystem(String) - Method in class org.jfree.base.modules.AbstractModule
Defines the subsystem name for this module.
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.
setTableModel(SortableTableModel) - Method in class org.jfree.ui.SortableTableHeaderListener
Sets the table model for the listener.
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(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(RectangleAnchor) - Method in class org.jfree.chart.block.LabelBlock
Sets the text anchor.
setTextAntiAlias(boolean) - Method in class org.jfree.chart.JFreeChart
Sets the value in the rendering hints table for RenderingHints.KEY_TEXT_ANTIALIASING to either RenderingHints.VALUE_TEXT_ANTIALIAS_ON or RenderingHints.VALUE_TEXT_ANTIALIAS_OFF, then sends a ChartChangeEvent to all registered listeners.
setTextAntiAlias(Object) - Method in class org.jfree.chart.JFreeChart
Sets the value in the rendering hints table for RenderingHints.KEY_TEXT_ANTIALIASING and sends a ChartChangeEvent to all registered listeners.
setThermometerPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the thermometer paint.
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.
setTickLabelInsets(RectangleInsets) - Method in class org.jfree.chart.axis.Axis
Sets the insets for the tick labels and sends an AxisChangeEvent to all registered listeners.
setTickLabelPaint(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.StandardChartTheme
Sets the tick label paint.
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.
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.
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.
setTicks(List) - Method in class org.jfree.chart.axis.AxisState
Sets the list of ticks.
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, 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) - 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.NumberAxis
Sets the tick unit for the axis and, if requested, 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.
setTitle(TextTitle) - Method in class org.jfree.chart.JFreeChart
Sets the main title for the chart and sends a ChartChangeEvent to all registered listeners.
setTitle(String) - Method in class org.jfree.chart.JFreeChart
Sets the chart title and sends a ChartChangeEvent to all registered listeners.
setTitleContainer(BlockContainer) - Method in class org.jfree.chart.title.CompositeTitle
Sets the title container.
setTitleFontSize(int) - Method in class com.dandymadeproductions.scatterplot.charts.ChartProperties
 
setTitlePaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the title paint.
setTitleProperties(JFreeChart) - Method in class org.jfree.chart.editor.DefaultTitleEditor
Sets the properties of the specified title to match the properties defined on this panel.
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.
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.
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(ChartChangeEventType) - Method in class org.jfree.chart.event.ChartChangeEvent
Sets the event type.
setType(int) - Method in class org.jfree.chart.event.ChartProgressEvent
Sets the event type.
setUpArrow(Shape) - Method in class org.jfree.chart.axis.ValueAxis
Sets the shape that can be displayed as an arrow pointing upwards at the end of an axis line and sends an AxisChangeEvent to all registered listeners.
setUpperBound(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the upper bound for the axis range, and sends an AxisChangeEvent to all registered listeners.
setUpperMargin(double) - Method in class org.jfree.chart.axis.ValueAxis
Sets the upper margin for the axis (as a percentage of the axis range) and sends an AxisChangeEvent to all registered listeners.
setURL(String) - Method in class org.jfree.chart.annotations.AbstractXYAnnotation
Sets the URL for the annotation.
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.
setUseDrawRotatedStringWorkaround(boolean) - Static method in class org.jfree.text.TextUtilities
Sets the flag that controls whether or not a workaround is used for drawing rotated strings.
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.
setUseFontMetricsGetStringBounds(boolean) - Static method in class org.jfree.text.TextUtilities
Sets the flag that controls whether the FontMetrics.getStringBounds() method is used or not.
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.
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(Number) - Method in class org.jfree.data.DefaultKeyedValue
Sets the value.
setValue(Comparable, double) - 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.DefaultKeyedValues
Updates an existing value, or adds a new value to the collection.
setValue(Number, Comparable, Comparable) - Method in class org.jfree.data.DefaultKeyedValues2D
Adds or updates a value.
setVersion(String) - Method in class org.jfree.base.BasicProjectInfo
Sets the project version number.
setVersion(String) - Method in class org.jfree.base.Library
Sets the version identifier.
setVerticalAlignment(VerticalAlignment) - Method in class org.jfree.chart.title.Title
Sets the vertical alignment for the title, and notifies any registered listeners of the change.
setVerticalAxisTrace(boolean) - Method in class org.jfree.chart.ChartPanel
A flag that controls trace lines on the vertical axis.
setVerticalTickLabels(boolean) - Method in class org.jfree.chart.axis.ValueAxis
Sets the flag that controls whether the tick labels are displayed vertically (that is, rotated 90 degrees from horizontal).
setVerticalTraceLine(Line2D) - Method in class org.jfree.chart.ChartPanel
Sets the vertical trace line.
setVisible(boolean) - Method in class org.jfree.chart.axis.Axis
Sets a flag that controls whether or not the axis is visible and sends an AxisChangeEvent to all registered listeners.
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.
setWallPaint(Paint) - Method in class org.jfree.chart.StandardChartTheme
Sets the wall paint for charts with a 3D effect.
setWeight(int) - Method in class org.jfree.chart.plot.XYPlot
Sets the weight for the plot and sends a PlotChangeEvent to all registered listeners.
setWidth(double) - Method in class org.jfree.chart.block.AbstractBlock
Sets the natural width of the block, if this is known in advance.
setWidth(double) - Method in class org.jfree.ui.Size2D
Sets the width.
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.
setXDpi(int) - Method in class com.keypoint.PngEncoder
Set the DPI for the X axis.
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.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.
setYDpi(int) - Method in class com.keypoint.PngEncoder
Set the DPI for the Y axis.
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.
setZoomFactor(double) - Method in class org.jfree.chart.MouseWheelHandler
Sets the zoom factor.
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.
ShadowGenerator - Interface in org.jfree.chart.util
An interface that defines the API for a shadow generator.
ShapeList - Class in org.jfree.util
A table of Shape objects.
ShapeList() - Constructor for class org.jfree.util.ShapeList
Creates a new list.
SHAPES - Static variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constant for 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).
ShapeUtilities - Class in org.jfree.util
Utility methods for Shape objects.
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.
shrink(Rectangle2D, Rectangle2D) - Method in class org.jfree.chart.axis.AxisSpace
Shrinks an area by the space attributes.
SimpleMessage(String, Object) - Constructor for class org.jfree.util.Log.SimpleMessage
Creates a new message.
SimpleMessage(String, Object, Object) - Constructor for class org.jfree.util.Log.SimpleMessage
Creates a new message.
SimpleMessage(String, Object, Object, Object) - Constructor for class org.jfree.util.Log.SimpleMessage
Creates a new message.
SimpleMessage(String, Object, Object, Object, Object) - Constructor for class org.jfree.util.Log.SimpleMessage
Creates a new message.
SimpleMessage(String, Object[]) - Constructor for class org.jfree.util.Log.SimpleMessage
Creates a new message.
size() - Method in class org.jfree.chart.axis.TickUnits
Returns the number of tick units in this collection.
size() - Method in class org.jfree.util.AbstractObjectList
Returns the size of the list.
Size2D - Class in org.jfree.ui
A simple class for representing the dimensions of an object.
Size2D() - Constructor for class org.jfree.ui.Size2D
Creates a new instance with zero width and height.
Size2D(double, double) - Constructor for class org.jfree.ui.Size2D
Creates a new instance with the specified width and height.
SIZES - Static variable in class org.jfree.ui.FontChooserPanel
The font sizes that can be selected.
sort(List) - Static method in class org.jfree.base.modules.PackageSorter
Sorts the given list of package states.
SortableTable - Class in org.jfree.ui
A simple extension of JTable that supports the use of a SortableTableModel.
SortableTable(SortableTableModel) - Constructor for class org.jfree.ui.SortableTable
Standard constructor - builds a table for the specified model.
SortableTableHeaderListener - Class in org.jfree.ui
Captures mouse clicks on a table header, with the intention of triggering a sort.
SortableTableHeaderListener(SortableTableModel, SortButtonRenderer) - Constructor for class org.jfree.ui.SortableTableHeaderListener
Standard constructor.
SortableTableModel - Class in org.jfree.ui
The base class for a sortable table model.
SortableTableModel() - Constructor for class org.jfree.ui.SortableTableModel
Constructs a sortable table model.
SortButtonRenderer - Class in org.jfree.ui
A table cell renderer for table headings - uses one of three JButton instances to indicate the sort order for the table column.
SortButtonRenderer() - Constructor for class org.jfree.ui.SortButtonRenderer
Creates a new button renderer.
sortByColumn(int, boolean) - Method in class org.jfree.ui.about.SystemPropertiesTableModel
Sorts on the specified column.
sortByColumn(int, boolean) - Method in class org.jfree.ui.SortableTableModel
Sorts the table.
sortByKeys(SortOrder) - Method in class org.jfree.data.DefaultKeyedValues
Sorts the items in the list by key.
sortByValues(SortOrder) - Method in class org.jfree.data.DefaultKeyedValues
Sorts the items in the list by value.
SortOrder - Class in org.jfree.util
Defines tokens used to indicate sorting order (ascending or descending).
SOUTH - Static variable in class org.jfree.ui.Align
South alignment (same as BOTTOM).
SOUTH_EAST - Static variable in class org.jfree.ui.Align
South/East alignment (same as BOTTOM_RIGHT).
SOUTH_WEST - Static variable in class org.jfree.ui.Align
South/West alignment (same as BOTTOM_LEFT).
SPINNER_SIZE_STEP - Static variable in class com.dandymadeproductions.scatterplot.PreferencesPanel
 
SpreadsheetDate - Class in org.jfree.date
Represents a date using an integer, in a similar fashion to the implementation in Microsoft Excel.
SpreadsheetDate(int, int, int) - Constructor for class org.jfree.date.SpreadsheetDate
Creates a new date instance.
SpreadsheetDate(int) - Constructor for class org.jfree.date.SpreadsheetDate
Standard constructor - creates a new date object representing the specified day number (which should be in the range 2 to 2958465.
StackableException - Exception in org.jfree.util
A baseclass for exceptions, which could have parent exceptions.
StackableException() - Constructor for exception org.jfree.util.StackableException
Creates a StackableRuntimeException with no message and no parent.
StackableException(String, Exception) - Constructor for exception org.jfree.util.StackableException
Creates an exception.
StackableException(String) - Constructor for exception org.jfree.util.StackableException
Creates an exception.
STANDARD_BORDER - Static variable in class org.jfree.ui.about.AboutFrame
The default border for the panels in the tabbed pane.
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.
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).
StandardGradientPaintTransformer - Class in org.jfree.ui
Transforms a GradientPaint to range over the width of a target shape.
StandardGradientPaintTransformer() - Constructor for class org.jfree.ui.StandardGradientPaintTransformer
Creates a new transformer with the type GradientPaintTransformType.VERTICAL.
StandardGradientPaintTransformer(GradientPaintTransformType) - Constructor for class org.jfree.ui.StandardGradientPaintTransformer
Creates a new transformer with the specified type.
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.
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, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
Creates a tool tip generator using the specified number 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, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.StandardXYToolTipGenerator
Creates a tool tip generator using the specified date 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
start() - Method in class org.jfree.base.AbstractBoot
Starts the boot process.
START - Static variable in class org.jfree.data.time.TimePeriodAnchor
Start of period.
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.
startsWithIgnoreCase(String, String) - Static method in class org.jfree.util.StringUtils
Helper functions to query a strings start portion.
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.
STATE_CONFIGURED - Static variable in class org.jfree.base.modules.PackageState
A constant defining that the package has been loaded and configured.
STATE_ERROR - Static variable in class org.jfree.base.modules.PackageState
A constant defining that the package produced an error and is not available.
STATE_INITIALIZED - Static variable in class org.jfree.base.modules.PackageState
A constant defining that the package was initialized and is ready to use.
STATE_NEW - Static variable in class org.jfree.base.modules.PackageState
A constant defining that the package is new.
stringToColor(String) - Static method in class org.jfree.util.PaintUtilities
Converts a given string into a color.
stringToMonthCode(String) - Static method in class org.jfree.date.SerialDate
Converts a string to a month code.
stringToWeekdayCode(String) - Static method in class org.jfree.date.SerialDate
Converts the supplied string to a day of the week.
StringUtils - Class in org.jfree.util
String utilities.
StrokeChooserPanel - Class in org.jfree.ui
A component for choosing a stroke from a list of available strokes.
StrokeChooserPanel(StrokeSample, StrokeSample[]) - Constructor for class org.jfree.ui.StrokeChooserPanel
Creates a panel containing a combo-box that allows the user to select one stroke from a list of available strokes.
StrokeList - Class in org.jfree.util
A table of Stroke objects.
StrokeList() - Constructor for class org.jfree.util.StrokeList
Creates a new list.
StrokeSample - Class in org.jfree.ui
A panel that displays a stroke sample.
StrokeSample(Stroke) - Constructor for class org.jfree.ui.StrokeSample
Creates a StrokeSample for the specified stroke.
SubSystem - Interface in org.jfree.base.modules
A sub-system holds a separate collection of modules.
SUNDAY - Static variable in class org.jfree.date.SerialDate
Useful constant for Sunday.
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.
SystemProperties - Class in org.jfree.ui.about
A utility class for working with system properties.
SystemPropertiesPanel - Class in org.jfree.ui.about
A panel containing a table of system properties.
SystemPropertiesPanel() - Constructor for class org.jfree.ui.about.SystemPropertiesPanel
Constructs a new panel.
SystemPropertiesTableModel - Class in org.jfree.ui.about
A sortable table model containing the system properties.
SystemPropertiesTableModel() - Constructor for class org.jfree.ui.about.SystemPropertiesTableModel
Creates a new table model using the properties of the current Java Virtual Machine.
SystemPropertiesTableModel.SystemProperty - Class in org.jfree.ui.about
Useful class for holding the name and value of a system property.
SystemPropertiesTableModel.SystemPropertyComparator - Class in org.jfree.ui.about
A class for comparing SystemProperty objects.
SystemProperty(String, String) - Constructor for class org.jfree.ui.about.SystemPropertiesTableModel.SystemProperty
Standard constructor - builds a new SystemProperty.
SystemPropertyComparator(boolean) - Constructor for class org.jfree.ui.about.SystemPropertiesTableModel.SystemPropertyComparator
Standard constructor.
SystemPropertyConfiguration - Class in org.jfree.base.config
A property configuration based on system properties.
SystemPropertyConfiguration() - Constructor for class org.jfree.base.config.SystemPropertyConfiguration
Creates a report configuration that includes all the system properties (whether they are related to reports or not).
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links