- scaleX - Variable in class org.jfree.beans.AbstractChart
-
The scale factor used to draw the chart.
- scaleY - Variable in class org.jfree.beans.AbstractChart
-
The scale factor used to draw the chart.
- SectionClickEvent - Class in org.jfree.beans.events
-
An event object that carries information about a mouse click on a section
in a
JPieChart.
- SectionClickEvent(Object, Comparable) - Constructor for class org.jfree.beans.events.SectionClickEvent
-
Creates a new section click event.
- SectionClickListener - Interface in org.jfree.beans.events
-
A listener for section clicks on a
JPieChart.
- setAntiAlias(boolean) - Method in class org.jfree.beans.AbstractChart
-
Sets the flag that controls whether or not the chart is drawn with
antialiasing, and fires a PropertyChangeEvent for the
antiAlias property.
- setAsText(String) - Method in class org.jfree.beans.editors.AxisLocationEditor
-
Sets the current value by parsing the supplied string.
- setAsText(String) - Method in class org.jfree.beans.editors.AxisScaleEditor
-
Sets the current value by parsing the supplied string.
- setAsText(String) - Method in class org.jfree.beans.editors.LegendPositionEditor
-
Sets the current value by parsing the supplied string.
- setAsText(String) - Method in class org.jfree.beans.editors.PlotOrientationEditor
-
Sets the current value by parsing the supplied string.
- setAsText(String) - Method in class org.jfree.beans.editors.RectangleEdgeEditor
-
Sets the current value by parsing the supplied string.
- setAsText(String) - Method in class org.jfree.beans.editors.RotationEditor
-
Sets the current value by parsing the supplied string.
- setBarBaseValue(double) - Method in class org.jfree.beans.JBarChart
-
Sets the bar base value and fires a PropertyChangeEvent for
the barBaseValue property.
- setBarItemMargin(double) - Method in class org.jfree.beans.JBarChart
-
Sets the margin between items within each category and fires a
PropertyChangeEvent for the barItemMargin property.
- setBarOutlineVisible(boolean) - Method in class org.jfree.beans.JBarChart
-
Sets the flag that controls whether or not the bar outlines are drawn
and fires a PropertyChangeEvent for the
barOutlineVisible property.
- setCategoryAxisLabel(String) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets the category axis label and fires a PropertyChangeEvent for
the categoryAxisLabel property.
- setCategoryAxisLabelFont(Font) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets the font used for the main label on the category axis and fires a
PropertyChangeEvent for the categoryAxisLabelFont
property.
- setCategoryAxisLabelPaint(Paint) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets the paint used for the main label on the category axis and fires a
PropertyChangeEvent for the categoryAxisLabelPaint
property.
- setCategoryAxisLineVisible(boolean) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets the flag that controls whether or not the category axis draws a
line running the length of the axis and fires a
PropertyChangeEvent for the categoryAxisLineVisible
property.
- setCategoryAxisLocation(AxisLocation) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets the axis location for the category axis and fires a
PropertyChangeEvent for the categoryAxisLocation
property.
- setCategoryAxisLowerMargin(double) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets the lower margin for the category axis and fires a
PropertyChangeEvent for the categoryAxisLowerMargin
property.
- setCategoryAxisMargin(double) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets the total space allocated to the margin between categories
along the axis and fires a PropertyChangeEvent for
the categoryAxisMargin property.
- setCategoryAxisUpperMargin(double) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets the upper margin for the category axis and fires a
PropertyChangeEvent for the categoryAxisUpperMargin
property.
- setChartBackgroundImage(Image) - Method in class org.jfree.beans.AbstractChart
-
Sets the background image for the chart and sends a
PropertyChangeEvent to all registered listeners for the
chartBackgroundImage property.
- setChartBackgroundImageAlpha(float) - Method in class org.jfree.beans.AbstractChart
-
Sets the alpha transparency for the background image.
- setChartBackgroundPaint(Paint) - Method in class org.jfree.beans.AbstractChart
-
Sets the background paint for the chart and sends a
PropertyChangeEvent to all registered listeners for the
chartBackgroundPaint property.
- setChartBorderPaint(Paint) - Method in class org.jfree.beans.AbstractChart
-
Sets the paint used to draw the chart border, if it is visible, and
sends a PropertyChangeEvent to all registered listeners for the
chartBorderPaint property.
- setChartBorderStroke(Stroke) - Method in class org.jfree.beans.AbstractChart
-
Sets the stroke used to draw the outline for the chart and
sends a PropertyChangeEvent to all registered listeners for the
chartBorderPaint property.
- setChartBorderVisible(boolean) - Method in class org.jfree.beans.AbstractChart
-
Sets the flag that controls whether or not a border is drawn around
the chart, and fires a PropertyChangeEvent for the
chartBorderVisible property.
- setChartPadding(RectangleInsets) - Method in class org.jfree.beans.AbstractChart
-
Sets the chart padding.
- setCircular(boolean) - Method in class org.jfree.beans.JPieChart
-
Sets the flag that controls whether the pie chart is drawn as a circle
or an ellipse and fires a PropertyChangeEvent for the
circular property.
- setDataset(XYDataset) - Method in class org.jfree.beans.JAreaChart
-
Sets the dataset used by the chart and sends a
PropertyChangeEvent for the dataset property to all
registered listeners.
- setDataset(CategoryDataset) - Method in class org.jfree.beans.JBarChart
-
Sets the dataset used by the chart and fires a
PropertyChangeEvent for the dataset property.
- setDataset(XYDataset) - Method in class org.jfree.beans.JLineChart
-
Sets the dataset used by the chart and sends a
PropertyChangeEvent for the dataset property to all
registered listeners.
- setDataset(PieDataset) - Method in class org.jfree.beans.JPieChart
-
Sets the dataset used by the chart and fires a
PropertyChangeEvent for the dataset property.
- setDataset(XYDataset) - Method in class org.jfree.beans.JScatterChart
-
Sets the dataset used by the chart and fires a
PropertyChangeEvent for the dataset property.
- setDataset(XYDataset) - Method in class org.jfree.beans.JTimeSeriesChart
-
Sets the dataset used by the chart and fires a
PropertyChangeEvent for the dataset property.
- setDirection(Rotation) - Method in class org.jfree.beans.JPieChart
-
Sets the direction in which the pie sections are drawn and fires a
PropertyChangeEvent for the direction property.
- setLabelFont(Font) - Method in class org.jfree.beans.JPieChart
-
Sets the font used to draw the section labels and fires a
PropertyChangeEvent for the labelFont property.
- setLabelFormat(String) - Method in class org.jfree.beans.JPieChart
-
Returns the format string for the section labels and fires a
PropertyChangeEvent for the labelFormat property.
- setLabelPaint(Paint) - Method in class org.jfree.beans.JPieChart
-
Sets the paint used to draw the section labels and fires a
PropertyChangeEvent for the labelPaint property.
- setLegendItemFont(Font) - Method in class org.jfree.beans.AbstractChart
-
Sets the font for the legend items and sends a
PropertyChangeEvent to all registered listeners for the
legendItemFont property.
- setLegendItemPaint(Paint) - Method in class org.jfree.beans.AbstractChart
-
Sets the paint used to display the legend items and sends a
PropertyChangeEvent to all registered listeners for the
legendItemPaint property.
- setLegendPosition(LegendPosition) - Method in class org.jfree.beans.AbstractChart
-
Sets the legend position and sends a PropertyChangeEvent to all
registered listeners for the legendPosition property.
- setOrientation(PlotOrientation) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets the orientation for the plot and fires a
PropertyChangeEvent for the orientation property.
- setOrientation(PlotOrientation) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the orientation for the plot and fires a
PropertyChangeEvent for the orientation property.
- setPaint(Paint) - Method in class org.jfree.beans.editors.PaintEditorGUI
-
Sets the paint.
- setPaint(Paint) - Method in class org.jfree.beans.KeyedPaint
-
Sets the paint.
- setPieStartingAngle(double) - Method in class org.jfree.beans.JPieChart
-
Sets the angle at which the first pie section starts and fires a
PropertyChangeEvent for the pieStartingAngle
property.
- setPlotBackgroundAlpha(float) - Method in class org.jfree.beans.AbstractChart
-
Sets the alpha transparency used when filling the background of the
plot area and sends a PropertyChangeEvent to all
registered listeners for the plotBackgroundAlpha property.
- setPlotBackgroundPaint(Paint) - Method in class org.jfree.beans.AbstractChart
-
Sets the background paint and sends a PropertyChangeEvent to all
registered listeners for the plotBackgroundPaint property.
- setPlotOutlineVisible(boolean) - Method in class org.jfree.beans.AbstractChart
-
Sets the flag that controls whether or not the plot outline is
visible and sends a PropertyChangeEvent to all
registered listeners for the plotOutlineVisible property.
- setSectionToolTipFormat(String) - Method in class org.jfree.beans.JPieChart
-
Sets the format string for the section tool tips and fires a
PropertyChangeEvent for the sectionToolTipFormat.
- setShapesVisible(boolean) - Method in class org.jfree.beans.JLineChart
-
Sets a flag that controls whether or not shapes are drawn to highlight
each data item and sends a PropertyChangeEvent for the
shapesVisible property to all registered listeners.
- setShapesVisible(boolean) - Method in class org.jfree.beans.JTimeSeriesChart
-
Sets a flag that controls whether or not shapes are drawn to highlight
each data item and fires a PropertyChangeEvent for the
shapesVisible property.
- setSource(String) - Method in class org.jfree.beans.AbstractChart
-
Sets the text for the chart's source subtitle and sends a
PropertyChangeEvent to all registered listeners for the
source property.
- setSourceFont(Font) - Method in class org.jfree.beans.AbstractChart
-
Sets the font for the chart's source subtitle and sends a
PropertyChangeEvent to all registered listeners for the
sourceFont property.
- setSourcePaint(Paint) - Method in class org.jfree.beans.AbstractChart
-
Sets the paint for the chart's source subtitle and sends a
PropertyChangeEvent to all registered listeners for the
sourcePaint property.
- setSubtitle(String) - Method in class org.jfree.beans.AbstractChart
-
Sets the text for the chart's subtitle and sends a
PropertyChangeEvent to all registered listeners for the
subtitle property.
- setSubtitleFont(Font) - Method in class org.jfree.beans.AbstractChart
-
Sets the font for the chart's subtitle and sends a
PropertyChangeEvent to all registered listeners for the
subtitleFont property.
- setSubtitlePaint(Paint) - Method in class org.jfree.beans.AbstractChart
-
Sets the paint for the chart's subtitle and sends a
PropertyChangeEvent to all registered listeners for the
subtitlePaint property.
- setTitle(String) - Method in class org.jfree.beans.AbstractChart
-
Sets the text for the chart title and sends a
PropertyChangeEvent to all registered listeners for the
title property.
- setTitleFont(Font) - Method in class org.jfree.beans.AbstractChart
-
Sets the font for the chart title and sends a
PropertyChangeEvent to all registered listeners for the
titleFont property.
- setTitlePaint(Paint) - Method in class org.jfree.beans.AbstractChart
-
Sets the paint for the chart title and sends a
PropertyChangeEvent to all registered listeners for the
titlePaint property.
- setToolTipFormat(String) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets the format string for the section tool tips and fires a
PropertyChangeEvent for the toolTipFormat property.
- setToolTipFormat(String) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the format string for the section tool tips and fires a
PropertyChangeEvent for the toolTipFormat property.
- setToolTipsEnabled(boolean) - Method in class org.jfree.beans.AbstractChart
-
Switches the display of tooltips for the panel on or off.
- setValue(Object) - Method in class org.jfree.beans.editors.PaintEditor
-
- setValueAt(Object, int, int) - Method in class org.jfree.beans.editors.DefaultPieDatasetTableModel
-
- setValueAxisGridlinesVisible(boolean) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets a flag that controls whether or not the value-axis gridlines are
drawn and fires a PropertyChangeEvent for the
valueAxisGridlinesVisible property.
- setValueAxisInverted(boolean) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets a flag that controls whether or not the value axis is inverted and
fires a PropertyChangeEvent for the
valueAxisInverted property.
- setValueAxisLabel(String) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets the label for the value axis and fires a
PropertyChangeEvent for the valueAxisLabel property.
- setValueAxisLineVisible(boolean) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets the flag that controls whether or not the value axis draws a line
running the length of the axis and fires a PropertyChangeEvent
for the valueAxisLineVisible property.
- setValueAxisLocation(AxisLocation) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets the axis location for the value axis and fires a
PropertyChangeEvent for the valueAxisLocation
property.
- setValueAxisLowerMargin(double) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets the lower margin for the value axis and fires a
PropertyChangeEvent for the valueAxisLowerMargin
property.
- setValueAxisUpperMargin(double) - Method in class org.jfree.beans.AbstractCategoryChart
-
Sets the upper margin for the value axis and fires a
PropertyChangeEvent for the valueAxisUpperMargin
property.
- setXAxisAutoRangeIncludesZero(boolean) - Method in class org.jfree.beans.NumericalXYChart
-
Sets the flag that controls whether or not the auto range calculation
is forced to include zero and sends a PropertyChangeEvent for
the xAxisAutoRangeIncludesZero property to all registered
listeners.
- setXAxisGridlinePaint(Paint) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the paint for the x-axis gridlines and fires a
PropertyChangeEvent for the xAxisGridlinePaint
property.
- setXAxisGridlinesVisible(boolean) - Method in class org.jfree.beans.AbstractXYChart
-
Sets a flag that controls whether or not the x-axis gridlines are
drawn and fires a PropertyChangeEvent for the
xAxisGridlinesVisible property.
- setXAxisInverted(boolean) - Method in class org.jfree.beans.AbstractXYChart
-
Sets a flag that controls whether or not the x-axis is inverted and
fires a PropertyChangeEvent for the xAxisInverted
property.
- setXAxisLabel(String) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the x-axis label and fires a PropertyChangeEvent for the
xAxisLabel property.
- setXAxisLabelFont(Font) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the font for the x-axis label and fires a
PropertyChangeEvent for the xAxisLabelFont
property.
- setXAxisLabelPaint(Paint) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the paint for the x-axis label and fires a
PropertyChangeEvent for the xAxisLabelPaint
property.
- setXAxisLocation(AxisLocation) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the axis location for the x-axis and fires a
PropertyChangeEvent for the xAxisLocation argument.
- setXAxisLowerMargin(double) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the lower margin for the x-axis and fires a
PropertyChangeEvent for the xAxisLowerMargin
property.
- setXAxisNegativeArrowVisible(boolean) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the flag that controls whether or not an arrow-head is displayed
at the negative end of the x-axis and fires a PropertyChangeEvent
for the xAxisNegativeArrowVisible property.
- setXAxisPositiveArrowVisible(boolean) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the flag that controls whether or not an arrow-head is displayed
at the positive end of the y-axis and fires a PropertyChangeEvent
for the yAxisPositiveArrowVisible property.
- setXAxisScale(AxisScale) - Method in class org.jfree.beans.NumericalXYChart
-
Sets the scale type for the x-axis and sends a
PropertyChangeEvent for the xAxisScale property to
all registered listeners.
- setXAxisTickLabelFont(Font) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the font for the x-axis tick labels and fires a
PropertyChangeEvent for the xAxisTickLabelFont
property.
- setXAxisTickLabelPaint(Paint) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the paint for the x-axis tick labels and fires a
PropertyChangeEvent for the xAxisTickLabelPaint
property.
- setXAxisUpperMargin(double) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the upper margin for the x-axis and fires a
PropertyChangeEvent for the xAxisUpperMargin
property.
- setYAxisAutoRangeIncludesZero(boolean) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the flag that controls whether or not the auto range calculation
is forced to include zero, and fires a PropertyChangeEvent
for the yAxisAutoRangeIncludesZero property.
- setYAxisGridlinePaint(Paint) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the y-axis gridline paint and fires a PropertyChangeEvent
for the yAxisGridlinePaint property.
- setYAxisGridlinesVisible(boolean) - Method in class org.jfree.beans.AbstractXYChart
-
Sets a flag that controls whether or not the y-axis gridlines are
drawn and fires a PropertyChangeEvent for the
yAxisGridlinesVisible property.
- setYAxisInverted(boolean) - Method in class org.jfree.beans.AbstractXYChart
-
Sets a flag that controls whether or not the y-axis is inverted and
fires a PropertyChangeEvent for the yAxisInverted
property.
- setYAxisLabel(String) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the y-axis label and fires a PropertyChangeEvent for the
yAxisLabel property.
- setYAxisLabelFont(Font) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the font for the y-axis label and fires a
PropertyChangeEvent for the yAxisLabelFont
property.
- setYAxisLabelPaint(Paint) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the paint for the y-axis label and fires a
PropertyChangeEvent for the yAxisLabelPaint
property.
- setYAxisLocation(AxisLocation) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the axis location for the y-axis and fires a
PropertyChangeEvent for the yAxisLocation
property.
- setYAxisLowerMargin(double) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the lower margin for the y-axis and fires a
PropertyChangeEvent for the yAxisLowerMargin
property.
- setYAxisNegativeArrowVisible(boolean) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the flag that controls whether or not an arrow-head is displayed
at the negative end of the y-axis and fires a PropertyChangeEvent
for the yAxisNegativeArrowVisible property.
- setYAxisPositiveArrowVisible(boolean) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the flag that controls whether or not an arrow-head is displayed
at the positive end of the y-axis and fires a PropertyChangeEvent
for the yAxisPositiveArrowVisible property.
- setYAxisScale(AxisScale) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the scale type for the y-axis and fires a
PropertyChangeEvent for the yAxisScale property.
- setYAxisTickLabelFont(Font) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the font for the y-axis tick labels and fires a
PropertyChangeEvent for the yAxisTickLabelFont
property.
- setYAxisTickLabelPaint(Paint) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the paint for the y-axis tick labels and fires a
PropertyChangeEvent for the yAxisTickLabelPaint
property.
- setYAxisUpperMargin(double) - Method in class org.jfree.beans.AbstractXYChart
-
Sets the upper margin for the y-axis and fires a
PropertyChangeEvent for the yAxisUpperMargin
property.
- sourceSubtitle - Variable in class org.jfree.beans.AbstractChart
-
A subtitle that shows the data source.
- stateChanged(ChangeEvent) - Method in class org.jfree.beans.editors.PaintEditorGUI
-
- StrokeEditor - Class in org.jfree.beans.editors
-
A JavaBeans property editor for the Rotation class.
- StrokeEditor() - Constructor for class org.jfree.beans.editors.StrokeEditor
-
- subtitle - Variable in class org.jfree.beans.AbstractChart
-
A subtitle for the chart.
- supportsCustomEditor() - Method in class org.jfree.beans.editors.PaintEditor
-
- supportsCustomEditor() - Method in class org.jfree.beans.editors.StrokeEditor
-