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

A

ABOUT_COMMAND - Static variable in class com.jrefinery.chart.demo.JFreeChartDemo
About action command.
ABSOLUTE - Static variable in class com.jrefinery.chart.Spacer
A constant for 'absolute' spacing.
AbstractCategoryItemRenderer - class com.jrefinery.chart.AbstractCategoryItemRenderer.
Abstract base class for category item renderers.
AbstractCategoryItemRenderer() - Constructor for class com.jrefinery.chart.AbstractCategoryItemRenderer
Creates a renderer with no tool tip generator and no URL generator.
AbstractCategoryItemRenderer(CategoryToolTipGenerator) - Constructor for class com.jrefinery.chart.AbstractCategoryItemRenderer
Constructs a new renderer with the specified tooltip generator.
AbstractCategoryItemRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class com.jrefinery.chart.AbstractCategoryItemRenderer
Constructs a new renderer with the specified tooltip generator.
AbstractCategoryItemRenderer(CategoryURLGenerator) - Constructor for class com.jrefinery.chart.AbstractCategoryItemRenderer
Constructs a new renderer with the specified URL generator.
AbstractDataset - class com.jrefinery.data.AbstractDataset.
An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
AbstractDataset() - Constructor for class com.jrefinery.data.AbstractDataset
Constructs a dataset.
AbstractRenderer - class com.jrefinery.chart.AbstractRenderer.
Base class providing essential services for renderers.
AbstractRenderer() - Constructor for class com.jrefinery.chart.AbstractRenderer
Default constructor.
AbstractSeriesDataset - class com.jrefinery.data.AbstractSeriesDataset.
An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
AbstractSeriesDataset() - Constructor for class com.jrefinery.data.AbstractSeriesDataset
Creates a new dataset.
AbstractTitle - class com.jrefinery.chart.AbstractTitle.
The base class for all chart titles.
AbstractTitle() - Constructor for class com.jrefinery.chart.AbstractTitle
Constructs a new AbstractTitle using default attributes where necessary.
AbstractTitle(int, int, int) - Constructor for class com.jrefinery.chart.AbstractTitle
Constructs a new AbstractTitle, using default attributes where necessary.
AbstractTitle(int, int, int, Spacer) - Constructor for class com.jrefinery.chart.AbstractTitle
Constructs a new AbstractTitle.
AbstractXYItemRenderer - class com.jrefinery.chart.AbstractXYItemRenderer.
A base class that can be used to create new XYItemRenderer implementations.
AbstractXYItemRenderer() - Constructor for class com.jrefinery.chart.AbstractXYItemRenderer
Default constructor.
AbstractXYItemRenderer(XYToolTipGenerator) - Constructor for class com.jrefinery.chart.AbstractXYItemRenderer
Creates a renderer with the specified tooltip generator.
AbstractXYItemRenderer(XYToolTipGenerator, XYURLGenerator) - Constructor for class com.jrefinery.chart.AbstractXYItemRenderer
Creates a renderer with the specified tooltip generator and URL generator.
AbstractXYItemRenderer(XYURLGenerator) - Constructor for class com.jrefinery.chart.AbstractXYItemRenderer
Creates a renderer with the specified tooltip generator.
actionPerformed(ActionEvent) - Method in class com.jrefinery.chart.ChartPanel
Handles action events generated by the popup menu.
actionPerformed(ActionEvent) - Method in class com.jrefinery.chart.demo.JFreeChartDemo
Handles menu selections by passing control to an appropriate method.
actionPerformed(ActionEvent) - Method in class com.jrefinery.chart.demo.DynamicDataDemo
Handles a click on the button by adding new (random) data.
actionPerformed(ActionEvent) - Method in class com.jrefinery.chart.ui.ChartPropertyEditPanel
Handles user interactions with the panel.
actionPerformed(ActionEvent) - Method in class com.jrefinery.chart.ui.AxisPropertyEditPanel
Handles user interaction with the property panel.
actionPerformed(ActionEvent) - Method in class com.jrefinery.chart.ui.PlotPropertyEditPanel
Handles user actions generated within the panel.
actionPerformed(ActionEvent) - Method in class com.jrefinery.chart.ui.TitlePropertyEditPanel
Handles button clicks by passing control to an appropriate handler method.
activateConnectionDialog() - Method in class com.jrefinery.chart.demo.jdbc.swing.dbConnection
Brings up a JDialog using JOptionPane containing the connectionPanel.
add(double, double) - Method in class com.jrefinery.data.XYSeries
Adds a data item to the series.
add(double, Number) - Method in class com.jrefinery.data.XYSeries
Adds a data item to the series.
add(GanttSeries) - Method in class com.jrefinery.data.GanttSeriesCollection
Adds a series to the dataset.
add(LegendItem) - Method in class com.jrefinery.chart.LegendItemCollection
Adds a legend item to the collection.
add(Number, Number) - Method in class com.jrefinery.data.XYSeries
Adds new data to the series.
add(Object, TimeAllocation) - Method in class com.jrefinery.data.GanttSeries
Adds a time allocation for a task.
add(SeriesDataset) - Method in class com.jrefinery.data.CombinedDataset
Adds one SeriesDataset to the combination.
add(SeriesDataset[]) - Method in class com.jrefinery.data.CombinedDataset
Adds an array of SeriesDataset's to the combination.
add(SeriesDataset, int) - Method in class com.jrefinery.data.CombinedDataset
Adds one series from a SeriesDataset to the combination.
add(TickUnit) - Method in class com.jrefinery.chart.TickUnits
Adds a tick unit to the collection.
add(TimePeriod, double) - Method in class com.jrefinery.data.BasicTimeSeries
Adds a new data item to the series.
add(TimePeriod, Number) - Method in class com.jrefinery.data.BasicTimeSeries
Adds a new data item to the series.
add(TimeSeriesDataPair) - Method in class com.jrefinery.data.BasicTimeSeries
Adds a data item to the series.
add(VerticalCategoryPlot) - Method in class com.jrefinery.chart.OverlaidVerticalCategoryPlot
Adds a subplot.
add(XYDataPair) - Method in class com.jrefinery.data.XYSeries
Adds a data item to the series.
add(XYPlot) - Method in class com.jrefinery.chart.CombinedXYPlot
Adds a subplot, with a default 'weight' of 1.
add(XYPlot) - Method in class com.jrefinery.chart.OverlaidXYPlot
Adds a subplot.
add(XYPlot, int) - Method in class com.jrefinery.chart.CombinedXYPlot
Adds a subplot with a particular weight (greater than or equal to one).
addAll(LegendItemCollection) - Method in class com.jrefinery.chart.LegendItemCollection
Adds the legend items from another collection to this collection.
addAndOrUpdate(BasicTimeSeries) - Method in class com.jrefinery.data.BasicTimeSeries
Adds or updates data from one series to another.
addAnnotation(Annotation) - Method in class com.jrefinery.chart.XYPlot
Adds an annotation to the plot.
addChangeListener(AxisChangeListener) - Method in class com.jrefinery.chart.Axis
Registers an object for notification of changes to the axis.
addChangeListener(ChartChangeListener) - Method in class com.jrefinery.chart.JFreeChart
Registers an object for notification of changes to the chart.
addChangeListener(DatasetChangeListener) - Method in class com.jrefinery.data.AbstractDataset
Registers an object to receive notification of changes to the dataset.
addChangeListener(DatasetChangeListener) - Method in interface com.jrefinery.data.Dataset
Registers an object for notification of changes to the dataset.
addChangeListener(DatasetChangeListener) - Method in class com.jrefinery.chart.demo.SampleSignalDataset
Registers an object to receive notification of changes to the dataset.
addChangeListener(DatasetChangeListener) - Method in class com.jrefinery.chart.demo.SimpleIntervalXYDataset
Registers an object for notification of changes to the dataset.
addChangeListener(LegendChangeListener) - Method in class com.jrefinery.chart.Legend
Registers an object for notification of changes to the legend.
addChangeListener(PlotChangeListener) - Method in class com.jrefinery.chart.Plot
Registers an object for notification of changes to the plot.
addChangeListener(SeriesChangeListener) - Method in class com.jrefinery.data.Series
Registers an object with this series, to receive notification whenever the series changes.
addChangeListener(TitleChangeListener) - Method in class com.jrefinery.chart.AbstractTitle
Registers an object for notification of changes to the title.
addChart(String) - Method in class com.jrefinery.chart.servlet.ChartDeleter
Add a chart to be deleted when the session expires
addChartMouseListener(ChartMouseListener) - Method in class com.jrefinery.chart.ChartPanel
Adds a listener to the list of objects listening for chart mouse events.
addData(MeterDataset) - Method in class com.jrefinery.chart.CompassPlot
Adds a dataset to the compass.
addData(MeterDataset, MeterNeedle) - Method in class com.jrefinery.chart.CompassPlot
Adds a dataset to the compass.
addDomainMarker(Marker) - Method in class com.jrefinery.chart.XYPlot
Adds a marker for the domain axis.
addEntity(ChartEntity) - Method in interface com.jrefinery.chart.entity.EntityCollection
Adds an entity to the collection.
addEntity(ChartEntity) - Method in class com.jrefinery.chart.entity.StandardEntityCollection
Adds an entity.
addHorizontalLine(Number) - Method in class com.jrefinery.chart.XYPlot
Deprecated. Use addRangeMarker(...).
addHorizontalLine(Number, Paint) - Method in class com.jrefinery.chart.XYPlot
Deprecated. Use addRangeMarker(...).
addLegendItem(LegendItem) - Method in class com.jrefinery.chart.LegendTitle
Adds a legend item to the LegendTitle.
addMarker(Marker) - Method in class com.jrefinery.chart.HorizontalMarkerAxisBand
Adds a marker to the band.
addOrUpdate(TimePeriod, Number) - Method in class com.jrefinery.data.BasicTimeSeries
Adds or updates the times series.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.jrefinery.data.Series
Adds a property change listener to the series.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.jrefinery.chart.AbstractRenderer
Adds a property change listener to the renderer.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.jrefinery.chart.XYItemRenderer
Adds a property change listener to the renderer.
addRangeMarker(Marker) - Method in class com.jrefinery.chart.XYPlot
Adds a marker for the range axis.
addRangeMarker(Marker) - Method in class com.jrefinery.chart.CategoryPlot
Adds a marker for the range axis.
addSeries(BasicTimeSeries) - Method in class com.jrefinery.data.TimeSeriesCollection
Adds a series to the collection.
addSeries(XYSeries) - Method in class com.jrefinery.data.XYSeriesCollection
Adds a series to the collection.
addTitle(AbstractTitle) - Method in class com.jrefinery.chart.JFreeChart
Adds the chart title, and notifies registered listeners that the chart has been modified.
addTitle(AbstractTitle) - Method in class com.jrefinery.chart.JThermometer
Adds a title to the chart.
addTitle(String) - Method in class com.jrefinery.chart.JThermometer
Adds a title to the chart.
addTitle(String, Font) - Method in class com.jrefinery.chart.JThermometer
Adds a title to the chart.
addToDate(Date) - Method in class com.jrefinery.chart.DateUnit
Deprecated. Calculates a new date by adding this DateUnit to the base date.
addToDate(Date) - Method in class com.jrefinery.chart.DateTickUnit
Calculates a new date by adding this unit to the base date.
addToolTipSeries(List) - Method in class com.jrefinery.chart.tooltips.CustomXYToolTipGenerator
Adds a list of tooltips for a series.
addURLSeries(List) - Method in class com.jrefinery.chart.urls.CustomXYURLGenerator
Adds a list of URLs.
addVerticalLine(Number) - Method in class com.jrefinery.chart.XYPlot
Deprecated. Use addDomainMarker(...).
addVerticalLine(Number, Paint) - Method in class com.jrefinery.chart.XYPlot
Deprecated. Use addDomainMarker(...).
adjustData(double) - Method in class com.jrefinery.chart.demo.CompassDemo
Updates the data.
adjustedLog10(double) - Method in class com.jrefinery.chart.HorizontalLogarithmicAxis
Returns an adjusted log10 value for graphing purposes.
adjustedLog10(double) - Method in class com.jrefinery.chart.VerticalLogarithmicAxis
Returns an adjusted log10 value for graphing purposes.
Annotation - interface com.jrefinery.chart.annotations.Annotation.
Base interface for plot annotations.
ANTICLOCKWISE - Static variable in class com.jrefinery.chart.PiePlot
A constant representing the anti-clockwise direction.
AREA - Static variable in class com.jrefinery.chart.AreaXYItemRenderer
Useful constant for specifying the type of rendering (area only).
AREA_AND_SHAPES - Static variable in class com.jrefinery.chart.AreaXYItemRenderer
Useful constant for specifying the type of rendering (area and shapes).
AreaCategoryItemRenderer - class com.jrefinery.chart.AreaCategoryItemRenderer.
A category item renderer that draws area charts.
AreaCategoryItemRenderer() - Constructor for class com.jrefinery.chart.AreaCategoryItemRenderer
Creates a new renderer.
AreaCategoryItemRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class com.jrefinery.chart.AreaCategoryItemRenderer
Creates a new renderer.
AreaChartDemo - class com.jrefinery.chart.demo.AreaChartDemo.
A simple demonstration application showing how to create an area chart using data from a CategoryDataset.
AreaChartDemo(String) - Constructor for class com.jrefinery.chart.demo.AreaChartDemo
Creates a new demo application.
AreaXYChartDemo - class com.jrefinery.chart.demo.AreaXYChartDemo.
A simple demonstration application showing how to create an area chart.
AreaXYChartDemo(String) - Constructor for class com.jrefinery.chart.demo.AreaXYChartDemo
Creates a new demo.
AreaXYItemRenderer - class com.jrefinery.chart.AreaXYItemRenderer.
Area item renderer for an XYPlot.
AreaXYItemRenderer() - Constructor for class com.jrefinery.chart.AreaXYItemRenderer
Constructs a new renderer.
AreaXYItemRenderer(int) - Constructor for class com.jrefinery.chart.AreaXYItemRenderer
Constructs a new renderer.
AreaXYItemRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class com.jrefinery.chart.AreaXYItemRenderer
Constructs a new renderer.
ArrowNeedle - class com.jrefinery.chart.needle.ArrowNeedle.
A needle...
ArrowNeedle(boolean) - Constructor for class com.jrefinery.chart.needle.ArrowNeedle
Constructs a new arrow needle.
attemptFontSelection() - Method in class com.jrefinery.chart.ui.TitlePropertyEditPanel
Presents a font selection dialog to the user.
attemptPaintSelection() - Method in class com.jrefinery.chart.ui.TitlePropertyEditPanel
Allow the user the opportunity to select a Paint object.
attemptTickLabelFontSelection() - Method in class com.jrefinery.chart.ui.AxisPropertyEditPanel
Presents a tick label font selection dialog to the user.
AUTO_RANGE_BOTH_ACTION_COMMAND - Static variable in interface com.jrefinery.chart.ChartPanelConstants
Zoom reset (both axes) action command.
AUTO_RANGE_HORIZONTAL_ACTION_COMMAND - Static variable in interface com.jrefinery.chart.ChartPanelConstants
Zoom reset (horizontal axis only) action command.
AUTO_RANGE_VERTICAL_ACTION_COMMAND - Static variable in interface com.jrefinery.chart.ChartPanelConstants
Zoom reset (vertical axis only) action command.
autoAdjustRange() - Method in class com.jrefinery.chart.ValueAxis
Automatically determines the maximum and minimum values on the axis to 'fit' the data.
autoAdjustRange() - Method in class com.jrefinery.chart.HorizontalNumberAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - Method in class com.jrefinery.chart.VerticalNumberAxis
Sets the axis minimum and maximum values so that all the data is visible.
autoAdjustRange() - Method in class com.jrefinery.chart.HorizontalSymbolicAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - Method in class com.jrefinery.chart.VerticalSymbolicAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - Method in class com.jrefinery.chart.HorizontalDateAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - Method in class com.jrefinery.chart.HorizontalLogarithmicAxis
Rescales the axis to ensure that all data is visible.
autoAdjustRange() - Method in class com.jrefinery.chart.VerticalLogarithmicAxis
Rescales the axis to ensure that all data is visible.
autoRangeBoth() - Method in class com.jrefinery.chart.ChartPanel
Restores the auto-range calculation on both axes.
autoRangeHorizontal() - Method in class com.jrefinery.chart.ChartPanel
Restores the auto-range calculation on the horizontal axis.
autoRangeIncludesZero() - Method in class com.jrefinery.chart.NumberAxis
Returns the flag that indicates whether or not the automatic axis range (if indeed it is determined automatically) is forced to include zero.
autoRangeStickyZero() - Method in class com.jrefinery.chart.NumberAxis
Returns a flag that affects the auto-range when zero falls outside the data range but inside the margins defined for the axis.
autoRangeVertical() - Method in class com.jrefinery.chart.ChartPanel
Restores the auto-range calculation on the vertical axis.
Axis - class com.jrefinery.chart.Axis.
The base class for all axes in JFreeChart.
AXIS_GAP - Static variable in class com.jrefinery.chart.ThermometerPlot
The axis gap.
Axis(String) - Constructor for class com.jrefinery.chart.Axis
Constructs an axis, using default values where necessary.
Axis(String, Font, Paint, Insets, boolean, Font, Paint, Insets, boolean, Stroke, Paint) - Constructor for class com.jrefinery.chart.Axis
Constructs an axis.
axisChanged(AxisChangeEvent) - Method in class com.jrefinery.chart.Plot
Receives notification of a change to one of the plot's axes.
axisChanged(AxisChangeEvent) - Method in interface com.jrefinery.chart.event.AxisChangeListener
Receives notification of an axis change event.
AxisChangeEvent - class com.jrefinery.chart.event.AxisChangeEvent.
A change event that encapsulates information about a change to an axis.
AxisChangeEvent(Axis) - Constructor for class com.jrefinery.chart.event.AxisChangeEvent
Creates a new AxisChangeEvent.
AxisChangeListener - interface com.jrefinery.chart.event.AxisChangeListener.
The interface that must be supported by classes that wish to receive notification of changes to an axis.
AxisConstants - interface com.jrefinery.chart.AxisConstants.
Useful constants relating to axes.
AxisNotCompatibleException - exception com.jrefinery.chart.AxisNotCompatibleException.
An exception that is generated when assigning an axis to a plot *if* the axis is not compatible with the plot type.
AxisNotCompatibleException(String) - Constructor for class com.jrefinery.chart.AxisNotCompatibleException
Constructs a new exception.
AxisPropertyEditPanel - class com.jrefinery.chart.ui.AxisPropertyEditPanel.
A panel for editing the properties of an axis.
AxisPropertyEditPanel(Axis) - Constructor for class com.jrefinery.chart.ui.AxisPropertyEditPanel
Standard constructor: builds a panel for displaying/editing the properties of the specified axis.

B

backgroundAlpha - Variable in class com.jrefinery.chart.Plot
The alpha transparency for the background paint.
backgroundImage - Variable in class com.jrefinery.chart.Plot
An optional image for the plot background.
backgroundPaint - Variable in class com.jrefinery.chart.Plot
An optional color used to fill the plot background.
BAR_OUTLINE_WIDTH_THRESHOLD - Static variable in class com.jrefinery.chart.BarRenderer
Constant that controls the minimum width before a bar has an outline drawn.
BarRenderer - class com.jrefinery.chart.BarRenderer.
A base class for category item renderers that draw bars.
BarRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class com.jrefinery.chart.BarRenderer
Constructs a bar renderer.
barWidthsPerCategory(CategoryDataset) - Method in class com.jrefinery.chart.BarRenderer
Returns the number of bar widths per category, which depends on whether or not the renderer stacks bars.
barWidthsPerCategory(CategoryDataset) - Method in class com.jrefinery.chart.VerticalBarRenderer
Returns the number of bar-widths displayed in each category.
barWidthsPerCategory(CategoryDataset) - Method in class com.jrefinery.chart.HorizontalBarRenderer
Returns the number of bar widths in each category (used to calculate the width of a single bar).
barWidthsPerCategory(CategoryDataset) - Method in class com.jrefinery.chart.StackedVerticalBarRenderer
Returns the number of "bar widths" per category.
barWidthsPerCategory(CategoryDataset) - Method in class com.jrefinery.chart.HorizontalIntervalBarRenderer
This renderer shows each series within a category as a separate bar (as opposed to a stacked bar renderer).
barWidthsPerCategory(CategoryDataset) - Method in class com.jrefinery.chart.StackedHorizontalBarRenderer
Returns the number of "bar widths" per category.
barWidthsPerCategory(CategoryDataset) - Method in class com.jrefinery.chart.VerticalStatisticalBarRenderer
Returns the number of bar-widths displayed in each category.
barWidthsPerCategory(CategoryDataset) - Method in class com.jrefinery.chart.HorizontalBarRenderer3D
Returns the number of bar widths in each category (used to calculate the width of a single bar).
barWidthsPerCategory(CategoryDataset) - Method in class com.jrefinery.chart.VerticalBarRenderer3D
This will be a method in the renderer that tells whether there is one bar width per category or onebarwidth per series per category.
barWidthsPerCategory(CategoryDataset) - Method in class com.jrefinery.chart.VerticalIntervalBarRenderer
Returns the number of bar-widths displayed in each category.
barWidthsPerCategory(CategoryDataset) - Method in class com.jrefinery.chart.StackedVerticalBarRenderer3D
This will be a method in the renderer that tells whether there is one bar width per category or onebarwidth per series per category.
BASE_RESOURCE_CLASS - Static variable in class com.jrefinery.chart.demo.JFreeChartDemoBase
Base class name for localised resources.
BaseImageServlet - class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet.
A Base image servlet generator.
BaseImageServlet - class com.jrefinery.chart.demo.servlet.BaseImageServlet.
A Base image servlet generator.
BaseImageServlet() - Constructor for class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
 
BaseImageServlet() - Constructor for class com.jrefinery.chart.demo.servlet.BaseImageServlet
 
BasicTimeSeries - class com.jrefinery.data.BasicTimeSeries.
Represents a sequence of zero or more data pairs in the form (period, value).
BasicTimeSeries(String) - Constructor for class com.jrefinery.data.BasicTimeSeries
Creates a new (empty) time series.
BasicTimeSeries(String, Class) - Constructor for class com.jrefinery.data.BasicTimeSeries
Creates a new (empty) time series.
BasicTimeSeries(String, String, String, Class) - Constructor for class com.jrefinery.data.BasicTimeSeries
Creates a new time series that contains no data.
BOTTOM - Static variable in class com.jrefinery.chart.AbstractTitle
Useful constant for the title position (also used for vertical alignment).
BOTTOM - Static variable in class com.jrefinery.chart.HorizontalShapeRenderer
Constant indicating that labels are to be shown below data points
BOTTOM - Static variable in class com.jrefinery.chart.LineAndShapeRenderer
Constant indicating that labels are to be shown below data points
BULB - Static variable in class com.jrefinery.chart.ThermometerPlot
A constant for the value label position (in the thermometer bulb).
BULB_DIAMETER - Static variable in class com.jrefinery.chart.ThermometerPlot
The bulb diameter.
BULB_RADIUS - Static variable in class com.jrefinery.chart.ThermometerPlot
The bulb radius.

C

calculateCategoryAndItemSpans(Graphics2D, Rectangle2D, CategoryPlot, CategoryDataset, double) - Method in class com.jrefinery.chart.BarRenderer
Calculates some dimensions required for plotting the bars.
calculateHighestVisibleTickValue() - Method in class com.jrefinery.chart.NumberAxis
Calculates the value of the highest visible tick on the axis.
calculateHighestVisibleTickValue(DateTickUnit) - Method in class com.jrefinery.chart.DateAxis
Calculates the value of the highest visible tick on the axis.
calculateLabelLocation(Rectangle2D, double, Rectangle2D, Rectangle2D, double, double, double) - Method in class com.jrefinery.chart.PiePlot
Returns the location for a label, taking into account whether or not the pie section is exploded.
calculateLowestVisibleTickValue() - Method in class com.jrefinery.chart.NumberAxis
Calculates the value of the lowest visible tick on the axis.
calculateLowestVisibleTickValue(DateTickUnit) - Method in class com.jrefinery.chart.DateAxis
Calculates the value of the lowest visible tick on the axis.
calculateVisibleTickCount() - Method in class com.jrefinery.chart.NumberAxis
Calculates the number of visible ticks.
CandlestickDemo - class com.jrefinery.chart.demo.CandlestickDemo.
A demo showing a candlestick chart.
CandlestickDemo(String) - Constructor for class com.jrefinery.chart.demo.CandlestickDemo
A demonstration application showing a candlestick chart.
CandlestickRenderer - class com.jrefinery.chart.CandlestickRenderer.
A renderer that draws candlesticks on an XY plot (requires a HighLowDataset).
CandlestickRenderer() - Constructor for class com.jrefinery.chart.CandlestickRenderer
Creates a new renderer for candlestick charts.
CandlestickRenderer(double) - Constructor for class com.jrefinery.chart.CandlestickRenderer
Creates a new renderer for candlestick charts.
CandlestickRenderer(double, boolean, XYToolTipGenerator) - Constructor for class com.jrefinery.chart.CandlestickRenderer
Creates a new renderer for candlestick charts.
categories - Variable in class com.jrefinery.data.DefaultCategoryDataset
The categories.
CategoryAxis - class com.jrefinery.chart.CategoryAxis.
An axis that displays categories.
CategoryAxis(String) - Constructor for class com.jrefinery.chart.CategoryAxis
Constructs a category axis, using default values where necessary.
CategoryAxis(String, Font, Paint, Insets, boolean, Font, Paint, Insets, boolean, Stroke, Paint) - Constructor for class com.jrefinery.chart.CategoryAxis
Constructs a category axis.
CategoryDataset - interface com.jrefinery.data.CategoryDataset.
The interface for a dataset with one or more series, and values associated with "categories".
categoryGapSpan - Variable in class com.jrefinery.chart.BarRenderer
The total width of the category gaps.
categoryGapsPercent - Variable in class com.jrefinery.chart.CategoryPlot
The percentage of the overall drawing space allocated to providing gaps between the last item in one category and the first item in the next category.
CategoryItemEntity - class com.jrefinery.chart.entity.CategoryItemEntity.
A chart entity that represents one item within a category plot.
CategoryItemEntity(Shape, String, int, Object, int) - Constructor for class com.jrefinery.chart.entity.CategoryItemEntity
Creates a new category item entity.
CategoryItemEntity(Shape, String, String, int, Object, int) - Constructor for class com.jrefinery.chart.entity.CategoryItemEntity
Creates a new category item entity.
CategoryItemRenderer - interface com.jrefinery.chart.CategoryItemRenderer.
Defines the interface for a category item renderer.
CategoryPlot - class com.jrefinery.chart.CategoryPlot.
A general plotting class that uses data from a CategoryDataset, and uses a plug-in renderer to draw individual data items.
CategoryPlot(CategoryDataset, CategoryAxis, ValueAxis, CategoryItemRenderer) - Constructor for class com.jrefinery.chart.CategoryPlot
Constructs a category plot, using default values where necessary.
CategoryPlot(CategoryDataset, CategoryAxis, ValueAxis, CategoryItemRenderer, Insets, Paint, Image, float, Stroke, Paint, float, double, double, double, double) - Constructor for class com.jrefinery.chart.CategoryPlot
Constructs a category plot.
CategoryPlotConstants - interface com.jrefinery.chart.CategoryPlotConstants.
Useful constants for the CategoryPlot class.
categorySpan - Variable in class com.jrefinery.chart.BarRenderer
The total width of the categories.
CategoryToolTipGenerator - interface com.jrefinery.chart.tooltips.CategoryToolTipGenerator.
Interface for a tool tip generator for plots that use data from a CategoryDataset.
CategoryURLGenerator - interface com.jrefinery.chart.urls.CategoryURLGenerator.
A URL generator for items in a CategoryDataset.
CAUTION_FILE - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
CAUTION_FILE - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
CENTER - Static variable in class com.jrefinery.chart.AbstractTitle
Useful constant for the title alignment (horizontal or vertical).
centerRange(double) - Method in class com.jrefinery.chart.ValueAxis
Centers the axis range about the specified value.
CHART_COMMANDS - Static variable in class com.jrefinery.chart.demo.JFreeChartDemoBase
CHART_COMMANDS holds information on charts that can be created Format is Name, Creation Method, Resource file prefix Steps To add a chart 1) Create a createChart method which returns a JFreeChart 2) Append details to CHART_COMMANDS 3) Append details to DemoResources
CHART_COMMANDS - Static variable in class com.jrefinery.chart.demo.servlet.JFreeServletDemo
 
chartChanged(ChartChangeEvent) - Method in class com.jrefinery.chart.ChartPanel
Receives notification of changes to the chart, and redraws the chart.
chartChanged(ChartChangeEvent) - Method in interface com.jrefinery.chart.event.ChartChangeListener
Receives notification of a chart change event.
ChartChangeEvent - class com.jrefinery.chart.event.ChartChangeEvent.
A change event that encapsulates information about a change to a chart.
ChartChangeEvent(Object) - Constructor for class com.jrefinery.chart.event.ChartChangeEvent
Creates a new chart change event.
ChartChangeEvent(Object, JFreeChart) - Constructor for class com.jrefinery.chart.event.ChartChangeEvent
Creates a new chart change event.
ChartChangeEvent(Object, JFreeChart, int) - Constructor for class com.jrefinery.chart.event.ChartChangeEvent
Creates a new chart change event.
ChartChangeListener - interface com.jrefinery.chart.event.ChartChangeListener.
The interface that must be supported by classes that wish to receive notification of changes to a chart.
chartData - Variable in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
 
ChartDeleter - class com.jrefinery.chart.servlet.ChartDeleter.
Used for deleting charts from the temporary directory when the users session expires.
ChartDeleter() - Constructor for class com.jrefinery.chart.servlet.ChartDeleter
Blank constructor.
ChartEntity - class com.jrefinery.chart.entity.ChartEntity.
A class that captures information about some component of a chart (a bar, line etc).
ChartEntity(Shape, String) - Constructor for class com.jrefinery.chart.entity.ChartEntity
Creates a new entity.
ChartEntity(Shape, String, String) - Constructor for class com.jrefinery.chart.entity.ChartEntity
Creates a new entity.
ChartFactory - class com.jrefinery.chart.ChartFactory.
Factory class for creating ready-made charts.
ChartFactory() - Constructor for class com.jrefinery.chart.ChartFactory
 
ChartFrame - class com.jrefinery.chart.ChartFrame.
A frame for displaying a chart.
ChartFrame(String, JFreeChart) - Constructor for class com.jrefinery.chart.ChartFrame
Constructs a frame for a chart.
ChartFrame(String, JFreeChart, boolean) - Constructor for class com.jrefinery.chart.ChartFrame
Constructs a frame for a chart.
chartMouseClicked(ChartMouseEvent) - Method in interface com.jrefinery.chart.ChartMouseListener
Callback method for receiving notification of a mouse click on a chart.
ChartMouseEvent - class com.jrefinery.chart.ChartMouseEvent.
A mouse event for a chart that is displayed in a ChartPanel.
ChartMouseEvent(MouseEvent, ChartEntity) - Constructor for class com.jrefinery.chart.ChartMouseEvent
Constructs a new event.
ChartMouseListener - interface com.jrefinery.chart.ChartMouseListener.
The interface for classes that listen for ChartMouseEvents.
chartMouseMoved(ChartMouseEvent) - Method in interface com.jrefinery.chart.ChartMouseListener
Callback method for receiving notification of a mouse movement on a chart.
ChartPanel - class com.jrefinery.chart.ChartPanel.
A Swing GUI component for displaying a JFreeChart.
ChartPanel(JFreeChart) - Constructor for class com.jrefinery.chart.ChartPanel
Constructs a JFreeChart panel.
ChartPanel(JFreeChart, boolean) - Constructor for class com.jrefinery.chart.ChartPanel
Constructs a panel containing a chart.
ChartPanel(JFreeChart, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.jrefinery.chart.ChartPanel
Constructs a JFreeChart panel.
ChartPanel(JFreeChart, int, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.jrefinery.chart.ChartPanel
Constructs a JFreeChart panel.
ChartPanelConstants - interface com.jrefinery.chart.ChartPanelConstants.
Useful constants for the ChartPanel class.
ChartPropertyEditPanel - class com.jrefinery.chart.ui.ChartPropertyEditPanel.
A panel for editing chart properties (includes subpanels for the title, legend and plot).
ChartPropertyEditPanel(JFreeChart) - Constructor for class com.jrefinery.chart.ui.ChartPropertyEditPanel
Standard constructor - the property panel is made up of a number of sub-panels that are displayed in the tabbed pane.
ChartRenderingInfo - class com.jrefinery.chart.ChartRenderingInfo.
A structure for storing rendering information from one call to the JFreeChart.draw(...) method.
ChartRenderingInfo() - Constructor for class com.jrefinery.chart.ChartRenderingInfo
Constructs a new ChartRenderingInfo structure that can be used to collect information about the dimensions of a rendered chart.
ChartRenderingInfo(EntityCollection) - Constructor for class com.jrefinery.chart.ChartRenderingInfo
Constructs a new ChartRenderingInfo structure.
ChartTiming1 - class com.jrefinery.chart.demo.ChartTiming1.
Draws a pie chart over and over for 10 seconds.
ChartTiming1() - Constructor for class com.jrefinery.chart.demo.ChartTiming1
Creates a new application.
chartTitle - Variable in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
Title of the chart
chartTitle - Variable in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Title of the chart
ChartUtilities - class com.jrefinery.chart.ChartUtilities.
Utility methods for JFreeChart.
ChartUtilities() - Constructor for class com.jrefinery.chart.ChartUtilities
 
clear() - Method in class com.jrefinery.data.XYSeries
Removes all data pairs from the series.
clear() - Method in class com.jrefinery.chart.ChartRenderingInfo
Clears the information recorded by this object.
clear() - Method in interface com.jrefinery.chart.entity.EntityCollection
Clears all entities.
clear() - Method in class com.jrefinery.chart.entity.StandardEntityCollection
Clears the entities.
clearAnnotations() - Method in class com.jrefinery.chart.XYPlot
Clears all the annotations.
clearDomainMarkers() - Method in class com.jrefinery.chart.XYPlot
Clears all the domain markers.
clearRangeMarkers() - Method in class com.jrefinery.chart.XYPlot
Clears all the range markers.
clearRangeMarkers() - Method in class com.jrefinery.chart.CategoryPlot
Clears all the range markers for the plot.
CLOCKWISE - Static variable in class com.jrefinery.chart.PiePlot
A constant indicating the clockwise direction.
clone() - Method in class com.jrefinery.data.XYDataPair
Returns a clone of this XYDataPair.
clone() - Method in class com.jrefinery.data.Series
Returns a clone of the series.
clone() - Method in class com.jrefinery.data.BasicTimeSeries
Returns a clone of the time series.
clone() - Method in class com.jrefinery.data.XYSeries
Returns a clone of the series.
clone() - Method in class com.jrefinery.data.TimeSeriesDataPair
Clones the data pair.
clone() - Method in class com.jrefinery.chart.AbstractTitle
Returns a clone of the title.
clone() - Method in class com.jrefinery.chart.demo.SampleYSymbolicDataset
Clone the SampleYSymbolicDataset object
clone() - Method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Clone the SampleXYSymbolicDataset object
CLOSE - Static variable in class com.jrefinery.chart.HighLow
Useful constant for open/close value types.
close() - Method in class com.jrefinery.data.JdbcXYDataset
Close the database connection
COLUMN_DIAMETER - Static variable in class com.jrefinery.chart.ThermometerPlot
The column diameter.
COLUMN_RADIUS - Static variable in class com.jrefinery.chart.ThermometerPlot
The column radius.
com.jrefinery.chart - package com.jrefinery.chart
The main classes in the JFreeChart class library.
com.jrefinery.chart.annotations - package com.jrefinery.chart.annotations
Classes for adding annotations to charts.
com.jrefinery.chart.data - package com.jrefinery.chart.data
Classes for created fitted data (contributed by Matthew Wright).
com.jrefinery.chart.demo - package com.jrefinery.chart.demo
Demonstration applications for the JFreeChart class library.
com.jrefinery.chart.demo.jdbc.servlet - package com.jrefinery.chart.demo.jdbc.servlet
Classes for the JFreeChart servlet demonstration.
com.jrefinery.chart.demo.jdbc.swing - package com.jrefinery.chart.demo.jdbc.swing
Classes for the JFreeChart JDBC demonstration.
com.jrefinery.chart.demo.resources - package com.jrefinery.chart.demo.resources
Resource bundles for the JFreeChart demonstration applications.
com.jrefinery.chart.demo.servlet - package com.jrefinery.chart.demo.servlet
 
com.jrefinery.chart.entity - package com.jrefinery.chart.entity
Classes representing components of (or entities in) a chart.
com.jrefinery.chart.event - package com.jrefinery.chart.event
The event classes in the JFreeChart class library.
com.jrefinery.chart.needle - package com.jrefinery.chart.needle
 
com.jrefinery.chart.resources - package com.jrefinery.chart.resources
 
com.jrefinery.chart.servlet - package com.jrefinery.chart.servlet
Classes for providing useful servlet and JSP functionality.
com.jrefinery.chart.tooltips - package com.jrefinery.chart.tooltips
Classes for adding tooltips to charts.
com.jrefinery.chart.ui - package com.jrefinery.chart.ui
An optional package containing user interface components for editing chart properties (used in the JFreeChart demo application);
com.jrefinery.chart.urls - package com.jrefinery.chart.urls
Classes for adding URLS to charts for HTML image map generation.
com.jrefinery.data - package com.jrefinery.data
Data interfaces and classes.
com.jrefinery.data.resources - package com.jrefinery.data.resources
Resource bundles for items that require localisation.
CombinationDataset - interface com.jrefinery.data.CombinationDataset.
Interface that describes the new methods that any combined dataset needs to implement.
combine(Range, Range) - Static method in class com.jrefinery.data.Range
Creates a new range by combining two existing ranges.
CombinedDataset - class com.jrefinery.data.CombinedDataset.
This class can combine XYDatasets, HighLowDatasets and IntervalXYDatasets together exposing the union of all the series under one Dataset.
CombinedDataset() - Constructor for class com.jrefinery.data.CombinedDataset
Default constructor for an empty combination.
CombinedDataset(SeriesDataset[]) - Constructor for class com.jrefinery.data.CombinedDataset
Creates a CombinedDataset initialized with an array of SeriesDatasets.
CombinedXYPlot - class com.jrefinery.chart.CombinedXYPlot.
An extension of XYPlot that can contain multiple subplots, laid out horizontally or vertically.
CombinedXYPlot(ValueAxis, int) - Constructor for class com.jrefinery.chart.CombinedXYPlot
Creates a new MultiXYPlot.
CombinedXYPlotDemo - class com.jrefinery.chart.demo.CombinedXYPlotDemo.
A demonstration application showing a time series chart overlaid with a vertical XY bar chart.
CombinedXYPlotDemo(String) - Constructor for class com.jrefinery.chart.demo.CombinedXYPlotDemo
Constructs a new demonstration application.
combineXSymbolicDataset(XisSymbolic, XisSymbolic) - Static method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
This function modify dataset1 and dataset1 in order that they share the same X symbolic value list.
combineYSymbolicDataset(YisSymbolic, YisSymbolic) - Static method in class com.jrefinery.chart.demo.SampleYSymbolicDataset
This function modify dataset1 and dataset1 in order that they share the same symbolic value list.
combineYSymbolicDataset(YisSymbolic, YisSymbolic) - Static method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
This function modify dataset1 and dataset1 in order that they share the same Y symbolic value list.
compareTo(Object) - Method in class com.jrefinery.data.Year
Returns an integer indicating the order of this Year object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class com.jrefinery.data.Month
Returns an integer indicating the order of this Month object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class com.jrefinery.data.XYDataPair
Returns an integer indicating the order of this data pair object relative to another object.
compareTo(Object) - Method in class com.jrefinery.data.Hour
Returns an integer indicating the order of this Hour object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class com.jrefinery.data.Week
Returns an integer indicating the order of this Week object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class com.jrefinery.data.Day
Returns an integer indicating the order of this Day object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class com.jrefinery.data.Minute
Returns an integer indicating the order of this Minute object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class com.jrefinery.data.FixedMillisecond
Returns an integer indicating the order of this Millisecond object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class com.jrefinery.data.TimeSeriesDataPair
Returns an integer indicating the order of this data pair object relative to another object.
compareTo(Object) - Method in class com.jrefinery.data.Second
Returns an integer indicating the order of this Second object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class com.jrefinery.data.Millisecond
Returns an integer indicating the order of this Millisecond object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class com.jrefinery.data.Quarter
Returns an integer indicating the order of this Quarter object relative to the specified object: negative == before, zero == same, positive == after.
compareTo(Object) - Method in class com.jrefinery.chart.TickUnit
Compares this tick unit to an arbitrary object.
CompassDemo - class com.jrefinery.chart.demo.CompassDemo.
A demo application showing how to use the CompassPlot class.
CompassDemo() - Constructor for class com.jrefinery.chart.demo.CompassDemo
Default constructor.
CompassPlot - class com.jrefinery.chart.CompassPlot.
A compass plot...
CompassPlot() - Constructor for class com.jrefinery.chart.CompassPlot
Default constructor.
CompassPlot(MeterDataset) - Constructor for class com.jrefinery.chart.CompassPlot
Constructs a new compass plot.
CompassPlot(MeterDataset, Insets, Paint, Image, float, Stroke, Paint, float) - Constructor for class com.jrefinery.chart.CompassPlot
Constructs a new plot.
configure() - Method in class com.jrefinery.chart.Axis
Configures the axis to work with the cuurent plot.
configure() - Method in class com.jrefinery.chart.HorizontalNumberAxis
Configures the axis to work with the specified plot.
configure() - Method in class com.jrefinery.chart.VerticalNumberAxis
Configures the axis to work with the specified plot.
configure() - Method in class com.jrefinery.chart.HorizontalCategoryAxis
Configures the axis against the current plot.
configure() - Method in class com.jrefinery.chart.HorizontalDateAxis
Configures the axis to work with the specified plot.
configure() - Method in class com.jrefinery.chart.VerticalCategoryAxis
Configures the axis against the current plot.
conn - Variable in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
 
Constants - interface com.jrefinery.chart.demo.jdbc.servlet.Constants.
 
Constants - interface com.jrefinery.chart.demo.servlet.Constants.
 
contains(double) - Method in class com.jrefinery.data.Range
Returns true if the range contains the specified value.
CONTENT_TYPE - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
Servlet content type responses
CONTENT_TYPE - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
Servlet content type responses
createAreaChart(String, String, String, CategoryDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates an area chart with default settings.
createAreaChart(String, String, String, CategoryDataset, boolean, boolean, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates an area chart with default settings.
createAreaXYChart(String, String, String, XYDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates an XY area plot.
createAreaXYChart(String, String, String, XYDataset, boolean, boolean, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates an XY area plot.
createBufferedImage(int, int) - Method in class com.jrefinery.chart.JFreeChart
Creates and returns a buffered image into which the chart has been drawn.
createBufferedImage(int, int, ChartRenderingInfo) - Method in class com.jrefinery.chart.JFreeChart
Creates and returns a buffered image into which the chart has been drawn.
createCandlestickChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates a candlestick chart.
createCandlestickChart(String, String, String, HighLowDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates and returns a default instance of a candlesticks chart.
createCategoryChart(int, String) - Method in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
Create a chart
createCategoryChart(int, String) - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Create a chart
createCategoryDataset() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Creates and returns a category dataset for the demo charts.
createCategoryDataset() - Method in class com.jrefinery.chart.demo.JFreeChartServletDemo
Creates and returns a sample category dataset for the demo charts.
createChart(HttpServletRequest) - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
 
createChart(HttpServletRequest) - Method in class com.jrefinery.chart.demo.servlet.JFreeServletDemo
This is used by the standard doPost method of BaseImageServlet to get the chart to display.
createChart(int, int, int) - Method in class com.jrefinery.chart.demo.JFreeChartServletDemo
Returns a chart.
createChart(int, String) - Method in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
 
createChartPrintJob() - Method in class com.jrefinery.chart.ChartPanel
Creates a print job for the chart.
createCombinedAndOverlaidChart1() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates a combined and overlaid chart.
createCombinedAndOverlaidDynamicXYChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Displays an XY chart that is periodically updated by a background thread.
createCompassChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates a compass chart.
createCopy(int, int) - Method in class com.jrefinery.data.BasicTimeSeries
Creates a new timeseries by copying a subset of the data in this time series.
createCopy(int, int) - Method in class com.jrefinery.data.XYSeries
Creates a new series by copying a subset of the data in this time series.
createCopy(TimePeriod, TimePeriod) - Method in class com.jrefinery.data.BasicTimeSeries
Creates a new timeseries by copying a subset of the data in this time series.
createDataset() - Method in class com.jrefinery.chart.demo.TimeSeriesDemo
Creates a dataset, consisting of two series of monthly data.
createDynamicXYChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Displays an XY chart that is periodically updated by a background thread.
createEURTimeSeries() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Returns a time series of the daily EUR/GBP exchange rates in 2001 (to date), for use in the JFreeChart demonstration application.
createGanttChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates a gantt chart.
createGanttChart(String, String, String, IntervalCategoryDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a Gantt chart with default settings.
createGanttChart(String, String, String, IntervalCategoryDataset, boolean, boolean, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a Gantt chart with default settings.
createHighLowChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Displays a vertical bar chart in its own frame.
createHighLowChart(String, String, String, HighLowDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates and returns a default instance of a high-low-open-close chart.
createHighLowDataset() - Method in class com.jrefinery.chart.demo.JFreeChartServletDemo
Creates and returns a sample high-low dataset for the demo.
createHorizontalBarChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Create a horizontal bar chart.
createHorizontalBarChart(String, String, String, CategoryDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a horizontal bar chart with default settings.
createHorizontalBarChart(String, String, String, CategoryDataset, boolean, boolean, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a horizontal bar chart with default settings.
createHorizontalBarChart3D(String, String, String, CategoryDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a horizontal 3D-effect bar chart with default settings.
createHorizontalBarChart3D(String, String, String, CategoryDataset, boolean, boolean, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a horizontal 3D-effect bar chart with default settings.
createHorizontallyCombinedChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates a horizontally combined chart.
createInstance(JFreeChart) - Static method in class com.jrefinery.chart.Legend
Static factory method that returns a concrete subclass of Legend.
createIntegerTickUnits() - Static method in class com.jrefinery.chart.NumberAxis
Returns a collection of tick units for integer values.
createIntegerTickUnits() - Static method in class com.jrefinery.chart.TickUnits
Deprecated. this method has been moved to the NumberAxis class.
createIntegerTickUnits(Locale) - Static method in class com.jrefinery.chart.NumberAxis
Returns a collection of tick units for integer values.
createIntegerTickUnits(Locale) - Static method in class com.jrefinery.chart.TickUnits
Deprecated. this method has been moved to the NumberAxis class.
createIntervalCategoryDataset() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Returns a null interval category dataset.
createJPYTimeSeries() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Returns a time series of the daily EUR/GBP exchange rates in 2001 (to date), for use in the JFreeChart demonstration application.
createLineChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample line chart.
createLineChart(String, String, String, CategoryDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a line chart with default settings.
createLineChart(String, String, String, CategoryDataset, boolean, boolean, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a line chart with default settings.
createLines(int) - Method in class com.jrefinery.chart.demo.Performance
Creates lines in a loop.
createLineXYChart(String, String, String, XYDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a line chart (based on an XYDataset) with default settings.
createLineXYChart(String, String, String, XYDataset, boolean, boolean, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a line chart (based on an XYDataset) with default settings.
createMeterChartChord() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample meter chart.
createMeterChartCircle() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample meter chart.
createMeterChartPie() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample meter chart.
createMeterDataset() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Creates a sample meter dataset.
createNullXYPlot() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample XY chart with null data.
createNumberArray(double[]) - Static method in class com.jrefinery.data.DefaultHighLowDataset
Constructs an array of Number objects from an array of doubles.
createNumberArray(double[]) - Static method in class com.jrefinery.data.DatasetUtilities
Constructs an array of Number objects from an array of doubles.
createNumberArray2D(double[][]) - Static method in class com.jrefinery.data.DatasetUtilities
Constructs an array of arrays of Number objects from a corresponding structure containing double primitives.
createOverlaidChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample overlaid chart.
createPie3DChart(String, PieDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a pie chart with default settings.
createPieChart(int, String) - Method in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
Create a chart
createPieChart(int, String) - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Create a chart
createPieChart(String, CategoryDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a chart containing multiple pie charts, from a CategoryDataset.
createPieChart(String, CategoryDataset, boolean, boolean, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a chart containing multiple pie charts, from a CategoryDataset.
createPieChart(String, PieDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a pie chart with default settings.
createPieChart(String, PieDataset, boolean, boolean, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a pie chart with default settings.
createPieChartOne() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample pie chart.
createPieChartTwo() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample pie chart.
createPieDataset(CategoryDataset, int) - Static method in class com.jrefinery.data.DatasetUtilities
Creates a pie dataset from a category dataset by taking all the values for a single series.
createPieDataset(CategoryDataset, Object) - Static method in class com.jrefinery.data.DatasetUtilities
Creates a pie dataset from a category dataset by taking all the values (across series) for a single category.
createPopupMenu(boolean, boolean, boolean, boolean) - Method in class com.jrefinery.chart.ChartPanel
Creates a popup menu for the panel.
createSampleGantDataset() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Deprecated. use createSampleGanttDataset().
createSampleGanttDataset() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Creates a sample dataset.
createSampleHighLowDataset() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Creates a sample high low dataset.
createSampleSignalDataset() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Returns a sample signal dataset.
createSampleXYDataset() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Returns a sample XY dataset.
createScatterPlot() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample scatter plot.
createScatterPlot(String, String, String, XYDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a scatter plot with default settings.
createSignalChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample signal chart.
createSignalChart(String, String, String, SignalsDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates and returns a default instance of a signal chart.
createSingleCategoryDataset() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Creates and returns a category dataset with JUST ONE CATEGORY for the demo charts.
createSingleSeriesBarChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample bar chart with just one series.
createSingleSeriesCategoryDataset() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Creates and returns a category dataset for the demo charts.
createStackedAreaChart(String, String, String, CategoryDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a stacked area chart with default settings.
createStackedHorizontalBarChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample stacked horizontal bar chart.
createStackedHorizontalBarChart(String, String, String, CategoryDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a stacked horizontal bar chart with default settings.
createStackedVerticalBarChart(String, String, String, CategoryDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a stacked vertical bar chart with default settings.
createStackedVerticalBarChart3D(String, String, String, CategoryDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a stacked vertical bar chart with default settings.
createStandardDateTickUnits() - Static method in class com.jrefinery.chart.DateAxis
Returns a collection of standard date tick units.
createStandardTickUnits() - Static method in class com.jrefinery.chart.NumberAxis
Creates the standard tick units.
createStandardTickUnits() - Static method in class com.jrefinery.chart.TickUnits
Deprecated. this method has been moved to the NumberAxis class.
createStandardTickUnits(Locale) - Static method in class com.jrefinery.chart.NumberAxis
Creates the standard tick units, and uses a given Locale to create the DecimalFormats
createStandardTickUnits(Locale) - Static method in class com.jrefinery.chart.TickUnits
Deprecated. this method has been moved to the NumberAxis class.
createStepXYDataset() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Creates and returns a sample dataset for the XY 'Step' chart.
createTempDir() - Static method in class com.jrefinery.chart.servlet.ServletUtilities
Creates the temporary directory if it does not exist.
createTestXYDataset() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Creates and returns a XYDataset for the demo charts.
createTestXYDataset() - Method in class com.jrefinery.chart.demo.JFreeChartServletDemo
Creates and returns a XYDataset for the demo charts.
createThermometerChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample thermometer chart.
createTimeSeries1Chart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample time series chart.
createTimeSeries2Chart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample time series chart.
createTimeSeriesChart(String, String, String, XYDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates and returns a time series chart.
createTimeSeriesChartInScrollPane() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample time series chart that will be displayed in a scroll pane.
createTimeSeriesCollection1() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Returns a dataset consisting of one annual series.
createTimeSeriesCollection2() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Creates a time series collection containing JPY/GBP exchange rates.
createTimeSeriesCollection3() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Creates a time series collection containing USD/GBP and EUR/GBP exchange rates.
createTimeSeriesCollection4() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Returns a time series dataset using millisecond data.
createTimeSeriesWithMAChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample time series chart.
createUSDTimeSeries() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Returns a time series of the daily USD/GBP exchange rates in 2001 (to date), for use in the JFreeChart demonstration application.
createVertical3DBarChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample vertical 3D bar chart.
createVerticalBarChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample vertical bar chart.
createVerticalBarChart(String, String, String, CategoryDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a vertical bar chart with default settings.
createVerticalBarChart(String, String, String, CategoryDataset, boolean, boolean, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a vertical bar chart with default settings.
createVerticalBarChart3D(String, String, String, CategoryDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a vertical 3D-effect bar chart with default settings.
createVerticallyCombinedChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample vertically combined chart.
createVerticalStacked3DBarChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample stacked vertical 3D bar chart.
createVerticalStackedBarChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample stacked vertical bar chart.
createVerticalXYBarChart() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample vertical XY bar chart.
createVerticalXYBarChart(String, String, String, IntervalXYDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates and returns a default instance of a vertical XY bar chart.
createWindDataset1() - Static method in class com.jrefinery.chart.demo.DemoDatasetFactory
Creates a sample wind dataset.
createWindPlot() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample wind plot.
createWindPlot(String, String, String, WindDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a wind plot with default settings.
createXYChart(int, String) - Method in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
Create a chart
createXYChart(int, String) - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Create an XY chart
createXYChart(String, String, String, XYDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Deprecated. use createLineXYChart.
createXYPlot() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates and returns a sample XY plot.
createXYPlotZeroData() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Creates a sample XY plot with an empty dataset.
createXYStepChart(String, String, String, XYDataset, boolean) - Static method in class com.jrefinery.chart.ChartFactory
Creates a stepped XY plot with default settings.
createXYSymbolicPlot(String, String, String, XYDataset, boolean) - Static method in class com.jrefinery.chart.demo.SymbolicXYPlotDemo
Creates a XY graph with symbolic value on X and Y axis.
createXYSymbolicSample1() - Static method in class com.jrefinery.chart.demo.SymbolicXYPlotDemo
Creates a sample dataset.
createXYSymbolicSample2() - Static method in class com.jrefinery.chart.demo.SymbolicXYPlotDemo
Creates a sample dataset.
createYSymbolicPlot(String, String, String, XYDataset, boolean) - Static method in class com.jrefinery.chart.demo.SymbolicYPlotDemo
Creates a XY graph with symbolic value on Y axis.
createYSymbolicSample1() - Static method in class com.jrefinery.chart.demo.SymbolicYPlotDemo
Creates a sample symbolic dataset.
createYSymbolicSample1() - Static method in class com.jrefinery.chart.demo.SymbolicXYPlotDemo
Creates a sample dataset.
createYSymbolicSample2() - Static method in class com.jrefinery.chart.demo.SymbolicYPlotDemo
Creates a sample symbolic dataset.
createYSymbolicSample2() - Static method in class com.jrefinery.chart.demo.SymbolicXYPlotDemo
Creates a sample dataset.
CRITICAL - Static variable in class com.jrefinery.chart.ThermometerPlot
A constant for the 'critical' range.
CRITICAL_DATA - Static variable in interface com.jrefinery.data.MeterDataset
A constant representing the 'critical' level.
CRITICAL_TEXT - Static variable in class com.jrefinery.chart.MeterPlot
The default text for the critical level.
CrosshairInfo - class com.jrefinery.chart.CrosshairInfo.
Maintains information about crosshairs on a plot.
CrosshairInfo() - Constructor for class com.jrefinery.chart.CrosshairInfo
Default constructor.
currentDriver - Variable in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
 
currentPassword - Variable in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
 
currentSchema - Variable in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
 
currentURL - Variable in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
 
currentUser - Variable in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
 
CustomXYToolTipGenerator - class com.jrefinery.chart.tooltips.CustomXYToolTipGenerator.
A tool tip generator that stores custom tooltips in a List of Lists.
CustomXYToolTipGenerator() - Constructor for class com.jrefinery.chart.tooltips.CustomXYToolTipGenerator
Default constructor.
CustomXYURLGenerator - class com.jrefinery.chart.urls.CustomXYURLGenerator.
A custom URL generator.
CustomXYURLGenerator() - Constructor for class com.jrefinery.chart.urls.CustomXYURLGenerator
Default constructor.

D

data - Variable in class com.jrefinery.data.DefaultCategoryDataset
Storage for the data.
DataPackageResources - class com.jrefinery.data.resources.DataPackageResources.
A resource bundle that stores all the items that might need localisation.
DataPackageResources_de - class com.jrefinery.data.resources.DataPackageResources_de.
A resource bundle that stores all the items that might need localisation.
DataPackageResources_de() - Constructor for class com.jrefinery.data.resources.DataPackageResources_de
 
DataPackageResources_es - class com.jrefinery.data.resources.DataPackageResources_es.
A resource bundle that stores all the items that might need localisation.
DataPackageResources_es() - Constructor for class com.jrefinery.data.resources.DataPackageResources_es
 
DataPackageResources_fr - class com.jrefinery.data.resources.DataPackageResources_fr.
A resource bundle that stores all the items that might need localisation.
DataPackageResources_fr() - Constructor for class com.jrefinery.data.resources.DataPackageResources_fr
 
DataPackageResources_pl - class com.jrefinery.data.resources.DataPackageResources_pl.
A resource bundle that stores all the items that might need localisation.
DataPackageResources_pl() - Constructor for class com.jrefinery.data.resources.DataPackageResources_pl
 
DataPackageResources() - Constructor for class com.jrefinery.data.resources.DataPackageResources
 
dataset - Variable in class com.jrefinery.chart.Plot
The data.
Dataset - interface com.jrefinery.data.Dataset.
The base interface for data sets.
datasetChanged(DatasetChangeEvent) - Method in interface com.jrefinery.data.DatasetChangeListener
Receives notification of an dataset change event.
datasetChanged(DatasetChangeEvent) - Method in class com.jrefinery.chart.Plot
Receives notification of a change to the plot's dataset.
datasetChanged(DatasetChangeEvent) - Method in class com.jrefinery.chart.ThermometerPlot
Checks to see if a new value means the axis range needs adjusting.
datasetChanged(DatasetChangeEvent) - Method in class com.jrefinery.chart.XYPlot
Receives notification of a change to the plot's dataset.
datasetChanged(DatasetChangeEvent) - Method in class com.jrefinery.chart.CategoryPlot
Receives notification of a change to the plot's dataset.
DatasetChangeEvent - class com.jrefinery.data.DatasetChangeEvent.
A change event that encapsulates information about a change to a dataset.
DatasetChangeEvent(Object, Dataset) - Constructor for class com.jrefinery.data.DatasetChangeEvent
Constructs a new event.
DatasetChangeListener - interface com.jrefinery.data.DatasetChangeListener.
The interface that must be supported by classes that wish to receive notification of changes to a dataset.
DatasetGroup - class com.jrefinery.data.DatasetGroup.
A class that is used to group datasets.
DatasetGroup() - Constructor for class com.jrefinery.data.DatasetGroup
Constructs a new DatasetGroup.
DatasetUtilities - class com.jrefinery.data.DatasetUtilities.
This class contains static methods that perform various useful functions relating to datasets.
DatasetUtilities() - Constructor for class com.jrefinery.data.DatasetUtilities
 
DATE_FORMAT - Static variable in class com.jrefinery.data.Day
A standard date formatter.
DATE_FORMAT_LONG - Static variable in class com.jrefinery.data.Day
A date formatter for the default locale.
DATE_FORMAT_MEDIUM - Static variable in class com.jrefinery.data.Day
A date formatter for the default locale.
DATE_FORMAT_SHORT - Static variable in class com.jrefinery.data.Day
A date formatter for the default locale.
DateAxis - class com.jrefinery.chart.DateAxis.
The base class for axes that display java.util.Date values.
DateAxis(String) - Constructor for class com.jrefinery.chart.DateAxis
Constructs a date axis, using default values where necessary.
DateAxis(String, Font, Paint, Insets, boolean, Font, Paint, Insets, boolean, Stroke, Paint, boolean, Number, Range, boolean, TickUnits, DateTickUnit, SimpleDateFormat, boolean, Stroke, Paint, Date, boolean, Date, Stroke, Paint) - Constructor for class com.jrefinery.chart.DateAxis
Constructs a date axis.
DateRange - class com.jrefinery.data.DateRange.
An axis range specified in terms of two java.util.Date objects.
DateRange() - Constructor for class com.jrefinery.data.DateRange
Default constructor.
DateRange(Date, Date) - Constructor for class com.jrefinery.data.DateRange
Constructs a new DateAxisRange.
DateRange(double, double) - Constructor for class com.jrefinery.data.DateRange
Constructs a new DateAxisRange.
DateRange(Range) - Constructor for class com.jrefinery.data.DateRange
Constructs a new DateAxisRange based on another range.
DateTickUnit - class com.jrefinery.chart.DateTickUnit.
Represents a tick unit for a date axis.
DateTickUnit(int, int) - Constructor for class com.jrefinery.chart.DateTickUnit
Creates a new date tick unit.
DateTickUnit(int, int, DateFormat) - Constructor for class com.jrefinery.chart.DateTickUnit
Creates a new date tick unit.
DateTitle - class com.jrefinery.chart.DateTitle.
DateTitle (an extension of TextTitle) is a simple convenience class to easily add the text of the date to a chart.
DateTitle() - Constructor for class com.jrefinery.chart.DateTitle
Constructs a new DateTitle that displays the current date in the default (LONG) format for the locale, positioned to the bottom right of the chart.
DateTitle(int) - Constructor for class com.jrefinery.chart.DateTitle
Constructs a new DateTitle with the specified style (for the default locale).
DateTitle(int, Locale, Font, Paint) - Constructor for class com.jrefinery.chart.DateTitle
Constructs a new DateTitle object with the specified attributes and the following defaults:
DateTitle(int, Locale, Font, Paint, int, int, int, Spacer) - Constructor for class com.jrefinery.chart.DateTitle
Constructs a new DateTitle with the specified attributes.
dateToString(Date) - Method in class com.jrefinery.chart.DateTickUnit
Formats a date.
DateUnit - class com.jrefinery.chart.DateUnit.
Deprecated. use DateTickUnit instead.
DateUnit(int, int) - Constructor for class com.jrefinery.chart.DateUnit
Deprecated. Constructs a DateUnit.
Day - class com.jrefinery.data.Day.
Represents a single day in the range 1-Jan-1900 to 31-Dec-9999.
DAY - Static variable in class com.jrefinery.chart.DateTickUnit
A constant for days.
Day() - Constructor for class com.jrefinery.data.Day
Constructs a Day, based on the system date/time.
Day(Date) - Constructor for class com.jrefinery.data.Day
Constructs a new Day, based on a particular date/time and the default time zone.
Day(Date, TimeZone) - Constructor for class com.jrefinery.data.Day
Constructs a Day, based on a particular date/time and time zone.
Day(int, int, int) - Constructor for class com.jrefinery.data.Day
Constructs a new one day time period.
Day(SerialDate) - Constructor for class com.jrefinery.data.Day
Constructs a new one day time period.
DB_CONNECTION - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
DB_CONNECTION - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
DB_DRIVER - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
DB_DRIVER - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
DB_PASSWORD - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
DB_PASSWORD - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
DB_SCHEMA - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
DB_SCHEMA - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
DB_SERVER - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
DB_SERVER - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
DB_URL - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
DB_URL - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
DB_USER - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
DB_USER - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
dbConnection - class com.jrefinery.chart.demo.jdbc.swing.dbConnection.
This class creates a dialog box with default connection parameters to connect to a JDBC compliant database.
dbConnection() - Constructor for class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
dbConnection(boolean) - Constructor for class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
dbConnection(String, boolean) - Constructor for class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
dbConnection(String, String[], String[]) - Constructor for class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
dbConnection(String, String[], String[], boolean) - Constructor for class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
dbConnection(String, String, String, String) - Constructor for class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
dbConnection(String, String, String, String, boolean) - Constructor for class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
dbConnection(String, String, String, String, String[], String[], boolean) - Constructor for class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
dbSchema - Variable in class com.jrefinery.chart.demo.servlet.BaseImageServlet
 
debug - Variable in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
Whether or not to enable debug information output
debug - Variable in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Whether or not to enable debug information output
DEBUG - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
DEBUG - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
DEFAULT_ANCHOR_DATE - Static variable in class com.jrefinery.chart.DateAxis
The default anchor date.
DEFAULT_AUTO_RANGE - Static variable in class com.jrefinery.chart.ValueAxis
The default auto-range value.
DEFAULT_AUTO_RANGE_INCLUDES_ZERO - Static variable in class com.jrefinery.chart.NumberAxis
The default value for the autoRangeIncludesZero flag.
DEFAULT_AUTO_RANGE_MINIMUM_SIZE - Static variable in class com.jrefinery.chart.ValueAxis
The default minimum auto range.
DEFAULT_AUTO_RANGE_STICKY_ZERO - Static variable in class com.jrefinery.chart.NumberAxis
The default value for the autoRangeStickyZero flag.
DEFAULT_AXIS_LABEL_FONT - Static variable in interface com.jrefinery.chart.AxisConstants
The default axis label font.
DEFAULT_AXIS_LABEL_INSETS - Static variable in interface com.jrefinery.chart.AxisConstants
The default axis label insets.
DEFAULT_AXIS_LABEL_PAINT - Static variable in interface com.jrefinery.chart.AxisConstants
The default axis label paint.
DEFAULT_BACKGROUND_ALPHA - Static variable in class com.jrefinery.chart.Plot
The default background alpha transparency.
DEFAULT_BACKGROUND_IMAGE - Static variable in interface com.jrefinery.chart.JFreeChartConstants
The default background image.
DEFAULT_BACKGROUND_IMAGE_ALPHA - Static variable in interface com.jrefinery.chart.JFreeChartConstants
The default background image alpha.
DEFAULT_BACKGROUND_PAINT - Static variable in class com.jrefinery.chart.Plot
The default background color.
DEFAULT_BACKGROUND_PAINT - Static variable in class com.jrefinery.chart.MeterPlot
The default background color.
DEFAULT_BACKGROUND_PAINT - Static variable in interface com.jrefinery.chart.JFreeChartConstants
The default background color.
DEFAULT_BORDER_SIZE - Static variable in class com.jrefinery.chart.MeterPlot
The default border size.
DEFAULT_BUFFER_USED - Static variable in interface com.jrefinery.chart.ChartPanelConstants
Default setting for buffer usage.
DEFAULT_CATEGORY_GAPS_PERCENT - Static variable in interface com.jrefinery.chart.CategoryPlotConstants
Default value for the total gap to be distributed between categories.
DEFAULT_CIRCLE_SIZE - Static variable in class com.jrefinery.chart.MeterPlot
The default circle size.
DEFAULT_CROSSHAIR_DATE - Static variable in class com.jrefinery.chart.DateAxis
The default crosshair date.
DEFAULT_CROSSHAIR_PAINT - Static variable in class com.jrefinery.chart.ValueAxis
The default crosshair paint.
DEFAULT_CROSSHAIR_STROKE - Static variable in class com.jrefinery.chart.ValueAxis
The default crosshair stroke.
DEFAULT_CROSSHAIR_VISIBLE - Static variable in class com.jrefinery.chart.ValueAxis
The default crosshair visibility.
DEFAULT_DATE_TICK_UNIT - Static variable in class com.jrefinery.chart.DateAxis
The default date tick unit.
DEFAULT_DOMAIN_DESCRIPTION - Static variable in class com.jrefinery.data.BasicTimeSeries
Default value for the domain description.
DEFAULT_EFFECT_3D - Static variable in class com.jrefinery.chart.HorizontalNumberAxis3D
The default 3D-effect (in pixels).
DEFAULT_EFFECT_3D - Static variable in class com.jrefinery.chart.VerticalNumberAxis3D
The default 3D-effect (in pixels).
DEFAULT_EFFECT3D - Static variable in class com.jrefinery.chart.HorizontalBarRenderer3D
The default 3D effect.
DEFAULT_FONT - Static variable in class com.jrefinery.chart.StandardLegend
Default font.
DEFAULT_FONT - Static variable in class com.jrefinery.chart.TextTitle
The default font.
DEFAULT_FONT - Static variable in class com.jrefinery.chart.annotations.TextAnnotation
The default font.
DEFAULT_FOREGROUND_ALPHA - Static variable in class com.jrefinery.chart.Plot
The default foreground alpha transparency.
DEFAULT_GRID_LINE_PAINT - Static variable in class com.jrefinery.chart.ValueAxis
The default grid line paint.
DEFAULT_GRID_LINE_STROKE - Static variable in class com.jrefinery.chart.ValueAxis
The default grid line stroke.
DEFAULT_HEIGHT - Static variable in interface com.jrefinery.chart.ChartPanelConstants
The default panel height.
DEFAULT_HORIZONTAL_ALIGNMENT - Static variable in class com.jrefinery.chart.AbstractTitle
The default horizontal alignment.
DEFAULT_INSETS - Static variable in class com.jrefinery.chart.Plot
The default insets.
DEFAULT_INTERIOR_GAP - Static variable in class com.jrefinery.chart.PiePlot
The default interior gap percent (currently 20%).
DEFAULT_INTRO_GAP_PERCENT - Static variable in interface com.jrefinery.chart.CategoryPlotConstants
Default value for the gap before the first bar in the plot.
DEFAULT_ITEM_GAPS_PERCENT - Static variable in interface com.jrefinery.chart.CategoryPlotConstants
Default value for the total gap to be distributed between items within a category.
DEFAULT_LABEL_FONT - Static variable in interface com.jrefinery.chart.CategoryPlotConstants
The default value label font.
DEFAULT_LABEL_FONT - Static variable in class com.jrefinery.chart.MeterPlot
The default label font.
DEFAULT_LABEL_FONT - Static variable in class com.jrefinery.chart.CompassPlot
The default label font.
DEFAULT_LOWER_BOUND - Static variable in class com.jrefinery.chart.ValueAxis
The default lower bound for the axis.
DEFAULT_LOWER_BOUND - Static variable in class com.jrefinery.chart.ThermometerPlot
The default lower bound.
DEFAULT_LOWER_MARGIN - Static variable in class com.jrefinery.chart.ValueAxis
The default value for the lower margin (0.05 = 5%).
DEFAULT_MAXIMUM_DRAW_HEIGHT - Static variable in interface com.jrefinery.chart.ChartPanelConstants
The default limit below which chart scaling kicks in.
DEFAULT_MAXIMUM_DRAW_WIDTH - Static variable in interface com.jrefinery.chart.ChartPanelConstants
The default limit below which chart scaling kicks in.
DEFAULT_METER_ANGLE - Static variable in class com.jrefinery.chart.MeterPlot
The default meter angle.
DEFAULT_MINIMUM_DRAW_HEIGHT - Static variable in interface com.jrefinery.chart.ChartPanelConstants
The default limit below which chart scaling kicks in.
DEFAULT_MINIMUM_DRAW_WIDTH - Static variable in interface com.jrefinery.chart.ChartPanelConstants
The default limit below which chart scaling kicks in.
DEFAULT_OUTLINE_PAINT - Static variable in class com.jrefinery.chart.Plot
The default outline color.
DEFAULT_OUTLINE_STROKE - Static variable in class com.jrefinery.chart.Plot
The default outline stroke.
DEFAULT_PAINT - Static variable in class com.jrefinery.chart.annotations.TextAnnotation
The default paint.
DEFAULT_POSITION - Static variable in class com.jrefinery.chart.AbstractTitle
The default title position.
DEFAULT_RADIUS - Static variable in class com.jrefinery.chart.PiePlot
The default radius percent (currently 100%).
DEFAULT_RANGE - Static variable in class com.jrefinery.chart.ValueAxis
The default axis range.
DEFAULT_RANGE_DESCRIPTION - Static variable in class com.jrefinery.data.BasicTimeSeries
Default value for the range description.
DEFAULT_SECTION_LABEL_FONT - Static variable in class com.jrefinery.chart.PiePlot
The default section label font.
DEFAULT_SECTION_LABEL_GAP - Static variable in class com.jrefinery.chart.PiePlot
The default section label gap (currently 10%).
DEFAULT_SECTION_LABEL_PAINT - Static variable in class com.jrefinery.chart.PiePlot
The default section label paint.
DEFAULT_SERIES_LABEL_FONT - Static variable in class com.jrefinery.chart.PiePlot
The default series label font.
DEFAULT_SERIES_LABEL_PAINT - Static variable in class com.jrefinery.chart.PiePlot
The default series label paint.
DEFAULT_SHOW_SERIES_LABELS - Static variable in class com.jrefinery.chart.PiePlot
The default for the show series labels flag
DEFAULT_SPACER - Static variable in class com.jrefinery.chart.AbstractTitle
Default title spacer.
DEFAULT_SYMBOLIC_GRID_LINE_PAINT - Static variable in class com.jrefinery.chart.HorizontalSymbolicAxis
The default symbolic grid line paint.
DEFAULT_SYMBOLIC_GRID_LINE_PAINT - Static variable in class com.jrefinery.chart.VerticalSymbolicAxis
The default symbolic grid line paint.
DEFAULT_TEXT_PAINT - Static variable in class com.jrefinery.chart.TextTitle
The default text color.
DEFAULT_TICK_LABEL_FONT - Static variable in interface com.jrefinery.chart.AxisConstants
The default tick label font.
DEFAULT_TICK_LABEL_INSETS - Static variable in interface com.jrefinery.chart.AxisConstants
The default tick label insets.
DEFAULT_TICK_LABEL_PAINT - Static variable in interface com.jrefinery.chart.AxisConstants
The default tick label paint.
DEFAULT_TICK_PAINT - Static variable in interface com.jrefinery.chart.AxisConstants
The default tick paint.
DEFAULT_TICK_STROKE - Static variable in interface com.jrefinery.chart.AxisConstants
The default tick stroke.
DEFAULT_TICK_UNIT - Static variable in class com.jrefinery.chart.NumberAxis
The default tick unit.
DEFAULT_TIME_ZONE - Static variable in class com.jrefinery.data.TimePeriod
The default time zone.
DEFAULT_TITLE_FONT - Static variable in interface com.jrefinery.chart.JFreeChartConstants
The default font for titles.
DEFAULT_TRAIL_GAP_PERCENT - Static variable in interface com.jrefinery.chart.CategoryPlotConstants
Default value for the gap after the last bar in the plot.
DEFAULT_UPPER_BOUND - Static variable in class com.jrefinery.chart.ValueAxis
The default upper bound for the axis.
DEFAULT_UPPER_BOUND - Static variable in class com.jrefinery.chart.ThermometerPlot
The default upper bound.
DEFAULT_UPPER_MARGIN - Static variable in class com.jrefinery.chart.ValueAxis
The default value for the upper margin (0.05 = 5%).
DEFAULT_VERTICAL_ALIGNMENT - Static variable in class com.jrefinery.chart.AbstractTitle
The default vertical alignment.
DEFAULT_VERTICAL_LABEL - Static variable in class com.jrefinery.chart.VerticalCategoryAxis
The default setting for vertical axis label.
DEFAULT_WIDTH - Static variable in interface com.jrefinery.chart.ChartPanelConstants
The default panel width.
DefaultCategoryDataset - class com.jrefinery.data.DefaultCategoryDataset.
A convenience class that provides a default implementation of the CategoryDataset interface.
DefaultCategoryDataset(double[][]) - Constructor for class com.jrefinery.data.DefaultCategoryDataset
Creates a new category dataset.
DefaultCategoryDataset(Number[][]) - Constructor for class com.jrefinery.data.DefaultCategoryDataset
Constructs a dataset and populates it with data from the array.
DefaultCategoryDataset(String[], Number[][]) - Constructor for class com.jrefinery.data.DefaultCategoryDataset
Constructs a DefaultCategoryDataset, populates it with data from the array, and uses the supplied names for the series.
DefaultCategoryDataset(String[], Object[], Number[][]) - Constructor for class com.jrefinery.data.DefaultCategoryDataset
Constructs a DefaultCategoryDataset, populates it with data from the array, and uses the supplied names for the series and the supplied objects for the categories.
defaultChartType - Variable in class com.jrefinery.chart.demo.servlet.BaseImageServlet
 
defaultDisplay(Graphics2D, Shape) - Method in class com.jrefinery.chart.needle.MeterNeedle
 
DefaultHighLowDataset - class com.jrefinery.data.DefaultHighLowDataset.
A simple implementation of the HighLowDataset.
DefaultHighLowDataset(String, Date[], double[], double[], double[], double[], double[]) - Constructor for class com.jrefinery.data.DefaultHighLowDataset
Constructs a new high/low/open/close dataset.
DefaultIntervalCategoryDataset - class com.jrefinery.data.DefaultIntervalCategoryDataset.
A convenience class that provides a default implementation of the IntervalCategoryDataset interface.
DefaultIntervalCategoryDataset(double[][], double[][]) - Constructor for class com.jrefinery.data.DefaultIntervalCategoryDataset
Creates a new dataset.
DefaultIntervalCategoryDataset(Number[][], Number[][]) - Constructor for class com.jrefinery.data.DefaultIntervalCategoryDataset
Constructs a dataset and populates it with data from the array.
DefaultIntervalCategoryDataset(String[], Number[][], Number[][]) - Constructor for class com.jrefinery.data.DefaultIntervalCategoryDataset
Constructs a DefaultIntervalCategoryDataset, populates it with data from the arrays, and uses the supplied names for the series.
DefaultIntervalCategoryDataset(String[], Object[], Number[][], Number[][]) - Constructor for class com.jrefinery.data.DefaultIntervalCategoryDataset
Constructs a DefaultIntervalCategoryDataset, populates it with data from the arrays, and uses the supplied names for the series and the supplied objects for the categories.
DefaultMeterDataset - class com.jrefinery.data.DefaultMeterDataset.
A default implementation of the MeterDataset interface.
DefaultMeterDataset() - Constructor for class com.jrefinery.data.DefaultMeterDataset
Default constructor.
DefaultMeterDataset(Number, Number, Number, String) - Constructor for class com.jrefinery.data.DefaultMeterDataset
Creates a new dataset.
DefaultMeterDataset(Number, Number, Number, String, Number, Number, Number, Number, Number, Number, int) - Constructor for class com.jrefinery.data.DefaultMeterDataset
Creates a new dataset.
DefaultPieDataset - class com.jrefinery.data.DefaultPieDataset.
A default implementation of the PieDataset interface.
DefaultPieDataset() - Constructor for class com.jrefinery.data.DefaultPieDataset
Constructs a pie dataset, initially empty.
DefaultPieDataset(Collection) - Constructor for class com.jrefinery.data.DefaultPieDataset
Constructs a pie dataset, and populates it with the given values.
DefaultPieDataset(Number[]) - Constructor for class com.jrefinery.data.DefaultPieDataset
Constructs a pie dataset and populates it with data from the array.
DefaultShapeFactory - class com.jrefinery.chart.DefaultShapeFactory.
Default provider of shapes for indicating data points on a Plot.
DefaultShapeFactory() - Constructor for class com.jrefinery.chart.DefaultShapeFactory
 
DefaultStatisticalCategoryDataset - class com.jrefinery.data.DefaultStatisticalCategoryDataset.
A convenience class that provides a default implementation of the StatisticalCategoryDataset interface.
DefaultStatisticalCategoryDataset(double[][], double[][]) - Constructor for class com.jrefinery.data.DefaultStatisticalCategoryDataset
Creates a new dataset.
DefaultStatisticalCategoryDataset(Number[][], Number[][]) - Constructor for class com.jrefinery.data.DefaultStatisticalCategoryDataset
Constructs a dataset and populates it with data from the array.
DefaultStatisticalCategoryDataset(String[], Number[][], Number[][]) - Constructor for class com.jrefinery.data.DefaultStatisticalCategoryDataset
Constructs a DefaultStatisticalCategoryDataset, populates it with data from the arrays, and uses the supplied names for the series.
DefaultStatisticalCategoryDataset(String[], Object[], Number[][], Number[][]) - Constructor for class com.jrefinery.data.DefaultStatisticalCategoryDataset
Constructs a DefaultStatisticalCategoryDataset, populates it with data from the arrays, and uses the supplied names for the series and the supplied objects for the categories.
DefaultWindDataset - class com.jrefinery.data.DefaultWindDataset.
A default implementation of the WindDataset interface.
DefaultWindDataset() - Constructor for class com.jrefinery.data.DefaultWindDataset
Constructs a new, empty, WindDataset.
DefaultWindDataset(List, Object[][][]) - Constructor for class com.jrefinery.data.DefaultWindDataset
Constructs a WindDataset based on the specified data.
DefaultWindDataset(Object[][][]) - Constructor for class com.jrefinery.data.DefaultWindDataset
Constructs a WindDataset based on the specified data.
DefaultWindDataset(String[], Object[][][]) - Constructor for class com.jrefinery.data.DefaultWindDataset
Constructs a WindDataset based on the specified data.
DefaultXYDataset - class com.jrefinery.data.DefaultXYDataset.
A convenience class that provides a default implementation of the XYDataset interface.
DefaultXYDataset() - Constructor for class com.jrefinery.data.DefaultXYDataset
Constructs a new dataset, initially empty.
DefaultXYDataset(List, Object[][][]) - Constructor for class com.jrefinery.data.DefaultXYDataset
Constructs a new dataset with the given data.
DefaultXYDataset(Object[][][]) - Constructor for class com.jrefinery.data.DefaultXYDataset
Constructs a new dataset, and populates it with the given data.
DefaultXYDataset(String[], Object[][][]) - Constructor for class com.jrefinery.data.DefaultXYDataset
Constructs a new dataset with the given data.
delete(int, int) - Method in class com.jrefinery.data.BasicTimeSeries
Deletes data from start until end index (end inclusive).
delete(int, int) - Method in class com.jrefinery.data.XYSeries
Deletes a range of items from the series.
delete(TimePeriod) - Method in class com.jrefinery.data.BasicTimeSeries
Deletes data for the given time period.
DemoDatasetFactory - class com.jrefinery.chart.demo.DemoDatasetFactory.
A utility class for generating sample datasets for the demos.
DemoDatasetFactory() - Constructor for class com.jrefinery.chart.demo.DemoDatasetFactory
 
DemoResources - class com.jrefinery.chart.demo.resources.DemoResources.
A resource bundle that stores all the user interface items that might need localisation.
DemoResources_de - class com.jrefinery.chart.demo.resources.DemoResources_de.
Localised resources for Germany.
DemoResources_de() - Constructor for class com.jrefinery.chart.demo.resources.DemoResources_de
 
DemoResources_es - class com.jrefinery.chart.demo.resources.DemoResources_es.
A resource bundle that stores all the user interface items that might need localisation.
DemoResources_es() - Constructor for class com.jrefinery.chart.demo.resources.DemoResources_es
 
DemoResources_fr - class com.jrefinery.chart.demo.resources.DemoResources_fr.
Localised resources for France.
DemoResources_fr() - Constructor for class com.jrefinery.chart.demo.resources.DemoResources_fr
 
DemoResources_pl - class com.jrefinery.chart.demo.resources.DemoResources_pl.
A resource bundle that stores all the user interface items that might need localisation.
DemoResources_pl() - Constructor for class com.jrefinery.chart.demo.resources.DemoResources_pl
 
DemoResources() - Constructor for class com.jrefinery.chart.demo.resources.DemoResources
 
DescriptionPanel - class com.jrefinery.chart.demo.DescriptionPanel.
A panel containing a chart description.
DescriptionPanel(JTextArea) - Constructor for class com.jrefinery.chart.demo.DescriptionPanel
Creates a new panel.
destroy() - Method in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
Description of the Method
destroy() - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Shutdown the servlet
df - Static variable in class com.jrefinery.chart.demo.servlet.BaseImageServlet
 
DIALTYPE_CHORD - Static variable in class com.jrefinery.chart.MeterPlot
Constant for meter type 'chord'.
DIALTYPE_CIRCLE - Static variable in class com.jrefinery.chart.MeterPlot
Constant for meter type 'circle'.
DIALTYPE_PIE - Static variable in class com.jrefinery.chart.MeterPlot
Constant for meter type 'pie'.
DISCONTINUOUS - Static variable in class com.jrefinery.chart.StandardXYItemRenderer
Constant for the type of rendering (discontinuous lines).
DISCONTINUOUS_LINES - Static variable in class com.jrefinery.chart.StandardXYItemRenderer
Constant for the type of rendering (discontinuous lines).
DISPLAY_HIGH - Static variable in class com.jrefinery.chart.ThermometerPlot
Index for display high value in subrangeInfo matrix.
DISPLAY_LOW - Static variable in class com.jrefinery.chart.ThermometerPlot
Index for display low value in subrangeInfo matrix.
DisplayChart - class com.jrefinery.chart.servlet.DisplayChart.
Servlet used for streaming charts to the client browser from the temporary directory.
DisplayChart() - Constructor for class com.jrefinery.chart.servlet.DisplayChart
Default constructor.
displayPopupMenu(int, int) - Method in class com.jrefinery.chart.ChartPanel
Incomplete method - the idea is to modify the zooming options depending on the type of chart being displayed by the panel.
doCache(HttpServletRequest, HttpServletResponse) - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
 
doErrorPage(HttpServletResponse, String) - Static method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Write an error page as the reponse.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jrefinery.chart.demo.JFreeChartServletDemo
Basic servlet method, answers requests fromt the browser.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
Basic servlet method, answers requests from the browser.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Basic servlet method, answers requests from the browser.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jrefinery.chart.demo.servlet.JFreeServletDemo
Basic servlet method, answers requests from the browser.
doHtml(HttpServletRequest, HttpServletResponse) - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
 
doImage(HttpServletRequest, HttpServletResponse) - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
 
domainAxis - Variable in class com.jrefinery.chart.CategoryPlot
The domain axis.
DomainInfo - interface com.jrefinery.data.DomainInfo.
An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
Process the HTTP Post request
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Processes the HTTP request.
doSaveAs() - Method in class com.jrefinery.chart.ChartPanel
Opens a file chooser and gives the user an opportunity to save the chart in PNG format.
draw(Graphics2D, double, double) - Method in class com.jrefinery.chart.DrawableLegendItem
Draw the item.
draw(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.JFreeChart
Draws the chart on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.AbstractTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.Legend
Draws the legend on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.StandardLegend
Draws the legend on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.MeterLegend
Draws the legend.
draw(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.ImageTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.TextTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.LegendTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.needle.MeterNeedle
 
draw(Graphics2D, Rectangle2D, boolean, boolean) - Method in class com.jrefinery.chart.StandardLegend
Draws the legend.
draw(Graphics2D, Rectangle2D, boolean, boolean) - Method in class com.jrefinery.chart.MeterLegend
Draws the legend.
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class com.jrefinery.chart.Plot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class com.jrefinery.chart.ThermometerPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class com.jrefinery.chart.XYPlot
Draws the XY plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class com.jrefinery.chart.CombinedXYPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class com.jrefinery.chart.MeterPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class com.jrefinery.chart.PiePlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class com.jrefinery.chart.JFreeChart
Draws the chart on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class com.jrefinery.chart.FastScatterPlot
Draws the fast scatter plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class com.jrefinery.chart.VerticalCategoryPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class com.jrefinery.chart.CompassPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class com.jrefinery.chart.PeriodMarkerPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class com.jrefinery.chart.Pie3DPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class com.jrefinery.chart.HorizontalCategoryPlot
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, double) - Method in class com.jrefinery.chart.needle.MeterNeedle
 
draw(Graphics2D, Rectangle2D, Point2D, double) - Method in class com.jrefinery.chart.needle.MeterNeedle
 
draw(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.Axis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalNumberAxis
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalNumberAxis3D
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.VerticalNumberAxis
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.VerticalNumberAxis3D
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalSymbolicAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.VerticalSymbolicAxis
Draws the plot on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalCategoryAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalDateAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.VerticalCategoryAxis
Draws the axis on a Java 2D graphics device (such as the screen or a printer).
draw(Graphics2D, Rectangle2D, Rectangle2D, double, double) - Method in class com.jrefinery.chart.HorizontalMarkerAxisBand
Draws the band.
draw(Graphics2D, Rectangle2D, ValueAxis, ValueAxis) - Method in class com.jrefinery.chart.annotations.XYTextAnnotation
Draws the annotation.
draw(Graphics2D, Rectangle2D, ValueAxis, ValueAxis) - Method in interface com.jrefinery.chart.annotations.XYAnnotation
Draws the annotation.
draw(JFreeChart, int, int) - Method in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
 
DrawableLegendItem - class com.jrefinery.chart.DrawableLegendItem.
Represents a single item within a legend.
DrawableLegendItem(LegendItem) - Constructor for class com.jrefinery.chart.DrawableLegendItem
Create a legend item.
drawCategoryItem(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, int, Object, int, Object) - Method in class com.jrefinery.chart.MinMaxCategoryRenderer
Draw a single data item.
drawCategoryItem(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, int, Object, int, Object) - Method in class com.jrefinery.chart.VerticalBarRenderer
Draws the bar for a single (series, category) data item.
drawCategoryItem(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, int, Object, int, Object) - Method in class com.jrefinery.chart.HorizontalBarRenderer
Draws the bar for a single (series, category) data item.
drawCategoryItem(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, int, Object, int, Object) - Method in class com.jrefinery.chart.AreaCategoryItemRenderer
Draw a single data item.
drawCategoryItem(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, int, Object, int, Object) - Method in class com.jrefinery.chart.StackedVerticalBarRenderer
Draws a stacked bar for a specific item.
drawCategoryItem(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, int, Object, int, Object) - Method in class com.jrefinery.chart.HorizontalIntervalBarRenderer
Draw a single data item.
drawCategoryItem(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, int, Object, int, Object) - Method in class com.jrefinery.chart.StackedHorizontalBarRenderer
Draws a stacked bar for a specific item.
drawCategoryItem(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, int, Object, int, Object) - Method in class com.jrefinery.chart.HorizontalShapeRenderer
Draw a single data item.
drawCategoryItem(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, int, Object, int, Object) - Method in class com.jrefinery.chart.LineAndShapeRenderer
Draw a single data item.
drawCategoryItem(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, int, Object, int, Object) - Method in class com.jrefinery.chart.VerticalStatisticalBarRenderer
Draws the bar with its standard deviation line range for a single (series, category) data item.
drawCategoryItem(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, int, Object, int, Object) - Method in interface com.jrefinery.chart.CategoryItemRenderer
Draws a single data item.
drawCategoryItem(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, int, Object, int, Object) - Method in class com.jrefinery.chart.HorizontalBarRenderer3D
Draws the bar for a single (series, category) data item.
drawCategoryItem(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, int, Object, int, Object) - Method in class com.jrefinery.chart.VerticalBarRenderer3D
Renders an individual bar.
drawCategoryItem(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, int, Object, int, Object) - Method in class com.jrefinery.chart.VerticalIntervalBarRenderer
Draws the bar for a single (series, category) data item.
drawCategoryItem(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, int, Object, int, Object) - Method in class com.jrefinery.chart.StackedAreaCategoryItemRenderer
Draw a single data item.
drawCategoryItem(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, int, Object, int, Object) - Method in class com.jrefinery.chart.StackedVerticalBarRenderer3D
Draws a stacked bar (with 3D-effect) for a specific item.
drawDomainMarker(Graphics2D, XYPlot, ValueAxis, Marker, Rectangle2D) - Method in class com.jrefinery.chart.AbstractXYItemRenderer
Draws a vertical line on the chart to represent a 'range marker'.
drawDomainMarker(Graphics2D, XYPlot, ValueAxis, Marker, Rectangle2D) - Method in interface com.jrefinery.chart.XYItemRenderer
Draws a vertical line on the chart to represent a 'range marker'.
drawHorizontal(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.ImageTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
drawHorizontal(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.TextTitle
Draws the title on a Java 2D graphics device (such as the screen or a printer).
drawHorizontalLine(Graphics2D, Rectangle2D, double, Stroke, Paint) - Method in class com.jrefinery.chart.XYPlot
Utility method for drawing a crosshair on the chart (if required).
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo) - Method in class com.jrefinery.chart.XYStepRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo) - Method in interface com.jrefinery.chart.XYItemRenderer
Called for each item to be plotted.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo) - Method in class com.jrefinery.chart.StandardXYItemRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo) - Method in class com.jrefinery.chart.SignalRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo) - Method in class com.jrefinery.chart.HighLowRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo) - Method in class com.jrefinery.chart.AreaXYItemRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo) - Method in class com.jrefinery.chart.WindItemRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo) - Method in class com.jrefinery.chart.VerticalXYBarRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo) - Method in class com.jrefinery.chart.XYDotRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, Rectangle2D, ChartRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairInfo) - Method in class com.jrefinery.chart.CandlestickRenderer
Draws the visual representation of a single data item.
drawLabel(Graphics2D, Rectangle2D, Rectangle2D, PieDataset, double, int, double, double) - Method in class com.jrefinery.chart.PiePlot
Draws the label for one pie section.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class com.jrefinery.chart.needle.MeterNeedle
Draws the needle.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class com.jrefinery.chart.needle.ArrowNeedle
Draws the needle.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class com.jrefinery.chart.needle.WindNeedle
Draws the needle.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class com.jrefinery.chart.needle.PointerNeedle
Draws the needle.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class com.jrefinery.chart.needle.LongNeedle
Draws the needle.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class com.jrefinery.chart.needle.PinNeedle
Draws the needle.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class com.jrefinery.chart.needle.ShipNeedle
Draws the needle.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class com.jrefinery.chart.needle.PlumNeedle
Draws the needle.
drawNeedle(Graphics2D, Rectangle2D, Point2D, double) - Method in class com.jrefinery.chart.needle.LineNeedle
Draws the needle.
drawNoDataMessage(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.Plot
Draws a message to state that there is no data to plot.
drawOutlineAndBackground(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.Plot
Draw the plot outline and background.
drawPlotBackground(Graphics2D, CategoryPlot, Rectangle2D, Shape) - Method in class com.jrefinery.chart.AbstractCategoryItemRenderer
Draws the background for the plot.
drawPlotBackground(Graphics2D, CategoryPlot, Rectangle2D, Shape) - Method in interface com.jrefinery.chart.CategoryItemRenderer
Draws the background for the plot.
drawPlotBackground(Graphics2D, CategoryPlot, Rectangle2D, Shape) - Method in class com.jrefinery.chart.HorizontalBarRenderer3D
Draws the background for the plot.
drawPlotBackground(Graphics2D, CategoryPlot, Rectangle2D, Shape) - Method in class com.jrefinery.chart.VerticalBarRenderer3D
Draws the background for the plot.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D, Shape) - Method in class com.jrefinery.chart.MinMaxCategoryRenderer
Draws a horizontal line across the chart to represent the marker.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D, Shape) - Method in class com.jrefinery.chart.VerticalBarRenderer
Draws a marker for the range axis.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D, Shape) - Method in class com.jrefinery.chart.HorizontalBarRenderer
Draws a vertical line across the chart to represent the marker.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D, Shape) - Method in class com.jrefinery.chart.AreaCategoryItemRenderer
Draws a line (or some other marker) to indicate a certain value on the range axis.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D, Shape) - Method in class com.jrefinery.chart.HorizontalIntervalBarRenderer
Draws a vertical line across the chart to represent the marker.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D, Shape) - Method in class com.jrefinery.chart.HorizontalShapeRenderer
Draws a vertical line on the chart to represent the marker.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D, Shape) - Method in class com.jrefinery.chart.LineAndShapeRenderer
Draws a horizontal line across the chart to represent the marker.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D, Shape) - Method in class com.jrefinery.chart.VerticalStatisticalBarRenderer
Draws a line (or some other marker) to indicate a certain value on the range axis.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D, Shape) - Method in interface com.jrefinery.chart.CategoryItemRenderer
Draws a line (or some other marker) to indicate a particular value on the range axis.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D, Shape) - Method in class com.jrefinery.chart.HorizontalBarRenderer3D
Draws a vertical line across the chart to represent the marker.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D, Shape) - Method in class com.jrefinery.chart.VerticalBarRenderer3D
Draws a range marker.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D, Shape) - Method in class com.jrefinery.chart.VerticalIntervalBarRenderer
Draws a marker for the range axis.
drawRangeMarker(Graphics2D, XYPlot, ValueAxis, Marker, Rectangle2D) - Method in class com.jrefinery.chart.AbstractXYItemRenderer
Draws a horizontal line across the chart to represent a 'range marker'.
drawRangeMarker(Graphics2D, XYPlot, ValueAxis, Marker, Rectangle2D) - Method in interface com.jrefinery.chart.XYItemRenderer
Draws a horizontal line across the chart to represent a 'range marker'.
drawSide(Graphics2D, Rectangle2D, Arc2D, Area, Area, Paint) - Method in class com.jrefinery.chart.Pie3DPlot
Draws the side of a pie section.
drawSymbolicGridLines(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalSymbolicAxis
Draws the symbolic grid lines.
drawSymbolicGridLines(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.VerticalSymbolicAxis
Draws the symbolic grid lines.
drawSymbolicGridLines(Graphics2D, Rectangle2D, Rectangle2D, boolean) - Method in class com.jrefinery.chart.HorizontalSymbolicAxis
Draws the symbolic grid lines.
drawSymbolicGridLines(Graphics2D, Rectangle2D, Rectangle2D, boolean) - Method in class com.jrefinery.chart.VerticalSymbolicAxis
Draws the symbolic grid lines.
drawVerticalLine(Graphics2D, Rectangle2D, double, Stroke, Paint) - Method in class com.jrefinery.chart.XYPlot
Utility method for drawing a crosshair on the chart (if required).
drawVolume() - Method in class com.jrefinery.chart.CandlestickRenderer
Returns a flag indicating whether or not volume bars are drawn on the chart.
DynamicDataDemo - class com.jrefinery.chart.demo.DynamicDataDemo.
A demonstration application showing a time series chart where you can dynamically add (random) data by clicking on a button.
DynamicDataDemo(String) - Constructor for class com.jrefinery.chart.demo.DynamicDataDemo
Constructs a new demonstration application.

E

EAST - Static variable in class com.jrefinery.chart.AbstractTitle
Useful constant for the title position.
EAST - Static variable in class com.jrefinery.chart.Legend
Constant anchor value for legend position EAST.
EmptyXYDataset - class com.jrefinery.chart.demo.EmptyXYDataset.
An empty dataset for testing purposes.
EmptyXYDataset() - Constructor for class com.jrefinery.chart.demo.EmptyXYDataset
Default constructor.
END - Static variable in class com.jrefinery.data.TimeSeriesCollection
Useful constant for controlling the x-value returned for a time period.
ENTER_LONG - Static variable in interface com.jrefinery.data.SignalsDataset
Useful constant indicating trade recommendation.
ENTER_SHORT - Static variable in interface com.jrefinery.data.SignalsDataset
Useful constant indicating trade recommendation.
EntityCollection - interface com.jrefinery.chart.entity.EntityCollection.
Defines the methods that a collection of entities is required to implement.
equals(Object) - Method in class com.jrefinery.data.Year
Tests the equality of this Year object to an arbitrary object.
equals(Object) - Method in class com.jrefinery.data.Month
Tests the equality of this Month object to an arbitrary object.
equals(Object) - Method in class com.jrefinery.data.Hour
Tests the equality of this object against an arbitrary Object.
equals(Object) - Method in class com.jrefinery.data.Week
Tests the equality of this Week object to an arbitrary object.
equals(Object) - Method in class com.jrefinery.data.Day
Tests the equality of this Day object to an arbitrary object.
equals(Object) - Method in class com.jrefinery.data.Minute
Tests the equality of this object against an arbitrary Object.
equals(Object) - Method in class com.jrefinery.data.Second
Tests the equality of this object against an arbitrary Object.
equals(Object) - Method in class com.jrefinery.data.Millisecond
Tests the equality of this object against an arbitrary Object.
equals(Object) - Method in class com.jrefinery.data.Quarter
Tests the equality of this Quarter object to an arbitrary object.
EventFrequencyDemo - class com.jrefinery.chart.demo.EventFrequencyDemo.
A demo application showing how to display category data against a date axis.
EventFrequencyDemo(String) - Constructor for class com.jrefinery.chart.demo.EventFrequencyDemo
Creates a new demo.
executeQuery(String) - Method in class com.jrefinery.data.JdbcCategoryDataset
ExecuteQuery will attempt execute the query passed to it against the existing database connection.
executeQuery(String) - Method in class com.jrefinery.data.JdbcPieDataset
ExecuteQuery will attempt execute the query passed to it against the existing database connection.
executeQuery(String) - Method in class com.jrefinery.data.JdbcXYDataset
ExecuteQuery will attempt execute the query passed to it against the existing database connection.
existsURL(String) - Static method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
This function will return true if a given URL exists by using the HTTP status code.
EXIT_COMMAND - Static variable in class com.jrefinery.chart.demo.JFreeChartDemo
Exit action command.
EXIT_LONG - Static variable in interface com.jrefinery.data.SignalsDataset
Useful constant indicating trade recommendation.
EXIT_SHORT - Static variable in interface com.jrefinery.data.SignalsDataset
Useful constant indicating trade recommendation.

F

FastScatterPlot - class com.jrefinery.chart.FastScatterPlot.
A fast scatter plot.
FastScatterPlot(float[][], ValueAxis, ValueAxis) - Constructor for class com.jrefinery.chart.FastScatterPlot
Creates a new fast scatter plot.
FastScatterPlotDemo - class com.jrefinery.chart.demo.FastScatterPlotDemo.
 
FastScatterPlotDemo(String) - Constructor for class com.jrefinery.chart.demo.FastScatterPlotDemo
 
fillPaint - Variable in class com.jrefinery.chart.needle.MeterNeedle
 
fireChartChanged() - Method in class com.jrefinery.chart.JFreeChart
Sends a default ChartChangeEvent to all registered listeners.
fireDatasetChanged() - Method in class com.jrefinery.data.AbstractDataset
Notifies all registered listeners that the dataset has changed.
firePropertyChange(String, Object, Object) - Method in class com.jrefinery.data.Series
Fires a property change event.
firePropertyChanged(String, Object, Object) - Method in class com.jrefinery.chart.AbstractRenderer
Notifies registered listeners that a property of the renderer has changed.
fireSeriesChanged() - Method in class com.jrefinery.data.Series
General method for signalling to registered listeners that the series has been changed.
First - class com.jrefinery.chart.demo.First.
A very simple demo.
FIRST_HOUR_IN_DAY - Static variable in class com.jrefinery.data.Hour
Useful constant for the first hour in the day.
FIRST_MILLISECOND_IN_SECOND - Static variable in class com.jrefinery.data.Millisecond
A constant for the first millisecond in a second.
FIRST_MINUTE_IN_HOUR - Static variable in class com.jrefinery.data.Minute
Useful constant for the first minute in a day.
FIRST_MONTH_IN_QUARTER - Static variable in class com.jrefinery.data.Quarter
The first month in each quarter.
FIRST_QUARTER - Static variable in class com.jrefinery.data.Quarter
Constant for quarter 1.
FIRST_SECOND_IN_MINUTE - Static variable in class com.jrefinery.data.Second
Useful constant for the first second in a day.
FIRST_WEEK_IN_YEAR - Static variable in class com.jrefinery.data.Week
Constant for the first week in the year.
First() - Constructor for class com.jrefinery.chart.demo.First
 
fixedDimension - Variable in class com.jrefinery.chart.Axis
The fixed (horizontal or vertical) dimension for the axis.
FixedMillisecond - class com.jrefinery.data.FixedMillisecond.
Wrapper for a java.util.Date object that allows it to be used as a TimePeriod.
FixedMillisecond() - Constructor for class com.jrefinery.data.FixedMillisecond
Constructs a millisecond based on the current system time.
FixedMillisecond(Date) - Constructor for class com.jrefinery.data.FixedMillisecond
Constructs a millisecond.
FixedMillisecond(long) - Constructor for class com.jrefinery.data.FixedMillisecond
Constructs a millisecond.
font - Variable in class com.jrefinery.chart.annotations.TextAnnotation
The font.
FOOTER - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
FOOTER - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
FOOTER_FILE - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
FOOTER_FILE - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
FOOTER_URL - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
foregroundAlpha - Variable in class com.jrefinery.chart.Plot
The alpha-transparency for the plot.
FULL_DATA - Static variable in interface com.jrefinery.data.MeterDataset
A constant representing the full data range.
Function2D - interface com.jrefinery.data.Function2D.
A function of the form y = f(x).

G

GanttDemo - class com.jrefinery.chart.demo.GanttDemo.
A simple demonstration application showing how to create a Gantt chart.
GanttDemo(String) - Constructor for class com.jrefinery.chart.demo.GanttDemo
Creates a new demo.
GanttSeries - class com.jrefinery.data.GanttSeries.
A very basic representation of a list of tasks and time allocations.
GanttSeries(String) - Constructor for class com.jrefinery.data.GanttSeries
Constructs a new series with the specified name.
GanttSeriesCollection - class com.jrefinery.data.GanttSeriesCollection.
A collection of GanttSeries objects.
GanttSeriesCollection() - Constructor for class com.jrefinery.data.GanttSeriesCollection
Default constructor.
GAP_DIAMETER - Static variable in class com.jrefinery.chart.ThermometerPlot
The gap diameter.
GAP_RADIUS - Static variable in class com.jrefinery.chart.ThermometerPlot
The gap radius.
GENERAL - Static variable in class com.jrefinery.chart.event.ChartChangeEvent
Event type indicating a general change to a chart (typically just requires a redraw).
generalStmt - Variable in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
 
generateSQL(HttpServletRequest) - Method in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
Generate the SQL required from the http request
generateSQL(HttpServletRequest) - Method in class com.jrefinery.chart.demo.jdbc.servlet.ImageDemoPie
Generate the sql from the request passed to it.
generateSQL(HttpServletRequest) - Method in class com.jrefinery.chart.demo.jdbc.servlet.ImageSelectSQL
Generate the sql from the request passed to it.
generateSQL(HttpServletRequest) - Method in class com.jrefinery.chart.demo.jdbc.servlet.ImageDataAvailable
 
generateSQL(HttpServletRequest) - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Generate the SQL required from the http request Override this method to generate the appropriate sql for a request.
generateSQL(HttpServletRequest) - Method in class com.jrefinery.chart.demo.servlet.ImageSelectSQL
Generate the sql from the request passed to it.
generateSQL(HttpServletRequest) - Method in class com.jrefinery.chart.demo.servlet.ImageDemoPie
Generate the sql from the request passed to it.
generateSQL(HttpServletRequest) - Method in class com.jrefinery.chart.demo.servlet.ImageDataAvailable
 
generateToolTip(CategoryDataset, int, Object) - Method in class com.jrefinery.chart.tooltips.StandardCategoryToolTipGenerator
Generates a tooltip text item for a particular category within a series.
generateToolTip(CategoryDataset, int, Object) - Method in interface com.jrefinery.chart.tooltips.CategoryToolTipGenerator
Generates a tooltip text item for a particular category within a series.
generateToolTip(CategoryDataset, int, Object) - Method in class com.jrefinery.chart.tooltips.IntervalCategoryToolTipGenerator
Generates a tooltip text item for a particular category within a series.
generateToolTip(PieDataset, Object) - Method in interface com.jrefinery.chart.tooltips.PieToolTipGenerator
Generates a tool tip text item for a particular category in the dataset.
generateToolTip(PieDataset, Object) - Method in class com.jrefinery.chart.tooltips.StandardPieToolTipGenerator
Generates a tool tip text item for a particular category.
generateToolTip(XYDataset, int, int) - Method in interface com.jrefinery.chart.tooltips.XYToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTip(XYDataset, int, int) - Method in class com.jrefinery.chart.tooltips.TimeSeriesToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTip(XYDataset, int, int) - Method in class com.jrefinery.chart.tooltips.HighLowToolTipGenerator
Generates a tooltip text item for a particular item within a series.
generateToolTip(XYDataset, int, int) - Method in class com.jrefinery.chart.tooltips.CustomXYToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTip(XYDataset, int, int) - Method in class com.jrefinery.chart.tooltips.StandardXYToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateToolTip(XYDataset, int, int) - Method in class com.jrefinery.chart.tooltips.SymbolicXYToolTipGenerator
Generates a tool tip text item for a particular item within a series.
generateURL(CategoryDataset, int, Object) - Method in interface com.jrefinery.chart.urls.CategoryURLGenerator
Returns a URL for one item in a dataset.
generateURL(CategoryDataset, int, Object) - Method in class com.jrefinery.chart.urls.StandardCategoryURLGenerator
Generates a URL for a particular item within a series.
generateURL(PieDataset, Object) - Method in class com.jrefinery.chart.urls.StandardPieURLGenerator
Generates a URL.
generateURL(PieDataset, Object) - Method in interface com.jrefinery.chart.urls.PieURLGenerator
Generates a URL for a particular item within a series.
generateURL(XYDataset, int, int) - Method in class com.jrefinery.chart.urls.StandardXYURLGenerator
Generates a URL for a particular item within a series.
generateURL(XYDataset, int, int) - Method in interface com.jrefinery.chart.urls.XYURLGenerator
Generates a URL for a particular item within a series.
generateURL(XYDataset, int, int) - Method in class com.jrefinery.chart.urls.TimeSeriesURLGenerator
Generates a URL for a particular item within a series.
generateURL(XYDataset, int, int) - Method in class com.jrefinery.chart.urls.CustomXYURLGenerator
Generates a URL.
get(int) - Method in class com.jrefinery.chart.LegendItemCollection
Returns a legend item from the collection.
getAdjustedHeight(double) - Method in class com.jrefinery.chart.Spacer
Returns the height after adding the top and bottom spacing amounts.
getAdjustedWidth(double) - Method in class com.jrefinery.chart.Spacer
Returns the width after adding the left and right spacing amounts.
getAllowNegativesFlag() - Method in class com.jrefinery.chart.HorizontalLogarithmicAxis
Returns the 'allowNegativesFlag' flag; true to allow negative values in data, false to be able to plot positive values arbitrarily close to zero.
getAllowNegativesFlag() - Method in class com.jrefinery.chart.VerticalLogarithmicAxis
Returns the 'allowNegativesFlag' flag; true to allow negative values in data, false to be able to plot positive values arbitrarily close to zero.
getAlpha() - Method in class com.jrefinery.chart.Marker
Returns the alpha transparency.
getAnchor() - Method in class com.jrefinery.chart.Legend
Returns the current anchor of this legend.
getAnchorDate() - Method in class com.jrefinery.chart.DateAxis
Returns the anchor date for the axis.
getAnchorValue() - Method in class com.jrefinery.chart.ValueAxis
Returns the anchor value for this axis.
getAntiAlias() - Method in class com.jrefinery.chart.JFreeChart
Returns a flag that indicates whether or not anti-aliasing is used when the chart is drawn.
getAntiAlias() - Method in class com.jrefinery.chart.ui.ChartPropertyEditPanel
Returns the current setting of the anti-alias flag.
getArcBounds(Rectangle2D, Rectangle2D, double, double, double) - Method in class com.jrefinery.chart.PiePlot
Returns a rectangle that can be used to create a pie section (taking into account the amount by which the pie section is 'exploded').
getArea() - Method in class com.jrefinery.chart.entity.ChartEntity
Returns the area occupied by the entity (in Java 2D space).
getAutoRangeMinimumSize() - Method in class com.jrefinery.chart.ValueAxis
Returns the minimum size of the automatic axis range (if indeed it is determined automatically).
getAutoTickIndex() - Method in class com.jrefinery.chart.ValueAxis
Returns the auto tick index.
getAverage(Number[]) - Static method in class com.jrefinery.data.Statistics
Returns the average of a set of numbers.
getAxis() - Method in class com.jrefinery.chart.event.AxisChangeEvent
Returns the axis that generated the event.
getAxisArea(Rectangle2D) - Method in class com.jrefinery.chart.AbstractCategoryItemRenderer
Returns the area that the axes (and data) must fit into.
getAxisArea(Rectangle2D) - Method in class com.jrefinery.chart.MinMaxCategoryRenderer
Returns the area that the axes must fit into.
getAxisArea(Rectangle2D) - Method in class com.jrefinery.chart.HorizontalShapeRenderer
Returns the area that the axes must fit into.
getAxisArea(Rectangle2D) - Method in class com.jrefinery.chart.LineAndShapeRenderer
Returns the area that the axes must fit into.
getAxisArea(Rectangle2D) - Method in class com.jrefinery.chart.VerticalStatisticalBarRenderer
Returns the area that the axes (and data) must fit into.
getAxisArea(Rectangle2D) - Method in interface com.jrefinery.chart.CategoryItemRenderer
Returns the area that the axes must fit into.
getAxisArea(Rectangle2D) - Method in class com.jrefinery.chart.HorizontalBarRenderer3D
Returns the area that the axes (and date) must fit into.
getAxisArea(Rectangle2D) - Method in class com.jrefinery.chart.VerticalBarRenderer3D
Returns the area that the axes (and data) must fit into.
getBackgroundAlpha() - Method in class com.jrefinery.chart.Plot
Returns the alpha transparency of the plot area background.
getBackgroundImage() - Method in class com.jrefinery.chart.JFreeChart
Returns the chart's background image (possibly null).
getBackgroundImageAlpha() - Method in class com.jrefinery.chart.JFreeChart
Returns the alpha-transparency for the chart's background image.
getBackgroundPaint() - Method in class com.jrefinery.chart.Plot
Returns the background color of the plot area.
getBackgroundPaint() - Method in class com.jrefinery.chart.JFreeChart
Returns the color/shade used to fill the chart background.
getBackgroundPaint() - Method in class com.jrefinery.chart.StandardLegend
Returns the background color for the legend.
getBackgroundPaint() - Method in class com.jrefinery.chart.ui.ChartPropertyEditPanel
Returns the current background paint.
getBackgroundPaint() - Method in class com.jrefinery.chart.ui.PlotPropertyEditPanel
Returns the current background paint.
getBorderType() - Method in class com.jrefinery.data.DefaultMeterDataset
Returns the border type.
getBorderType() - Method in interface com.jrefinery.data.MeterDataset
Returns the border type for the data.
getBottomSpace(double) - Method in class com.jrefinery.chart.Spacer
Returns the amount of space for the bottom of a rectangular area.
getBounds() - Method in class com.jrefinery.chart.HighLow
Returns the bounds.
getCalendarField() - Method in class com.jrefinery.chart.DateTickUnit
Returns a field code that can be used with the Calendar class.
getCandleWidth() - Method in class com.jrefinery.chart.CandlestickRenderer
Returns the width of each candle.
getCategories() - Method in class com.jrefinery.data.DefaultCategoryDataset
Returns a list of the categories in the dataset.
getCategories() - Method in interface com.jrefinery.data.PieDataset
Returns the categories in the dataset.
getCategories() - Method in interface com.jrefinery.data.CategoryDataset
Returns a list of the categories in the dataset.
getCategories() - Method in class com.jrefinery.data.DefaultPieDataset
Returns the categories in the dataset.
getCategories() - Method in class com.jrefinery.data.DefaultIntervalCategoryDataset
Returns a list of the categories in the dataset.
getCategories() - Method in class com.jrefinery.data.GanttSeriesCollection
Returns a list of the categories in the dataset.
getCategories() - Method in class com.jrefinery.data.DefaultStatisticalCategoryDataset
Returns a list of the categories in the dataset.
getCategories() - Method in class com.jrefinery.chart.PiePlot
Returns a collection of the categories in the dataset.
getCategoriesPaint() - Method in class com.jrefinery.chart.AbstractCategoryItemRenderer
Returns the paint to use for the categories when there is just one series.
getCategory() - Method in class com.jrefinery.chart.entity.CategoryItemEntity
Returns the category.
getCategory() - Method in class com.jrefinery.chart.entity.PieSectionEntity
Returns the category.
getCategoryCoordinate(int, Rectangle2D) - Method in class com.jrefinery.chart.CategoryPlot
Returns the x or y coordinate (depending on the orientation of the plot) in Java 2D User Space of the center of the specified category.
getCategoryCoordinate(int, Rectangle2D) - Method in class com.jrefinery.chart.VerticalCategoryPlot
Returns the x-coordinate (in Java 2D User Space) of the center of the specified category.
getCategoryCoordinate(int, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalCategoryPlot
Returns the x-coordinate (in Java 2D User Space) of the center of the specified category.
getCategoryCount() - Method in class com.jrefinery.data.DefaultCategoryDataset
Returns the number of categories in the dataset.
getCategoryCount() - Method in interface com.jrefinery.data.CategoryDataset
Returns the number of categories in the dataset.
getCategoryCount() - Method in class com.jrefinery.data.DefaultIntervalCategoryDataset
Returns the number of categories in the dataset.
getCategoryCount() - Method in class com.jrefinery.data.GanttSeriesCollection
Returns the number of categories in the dataset.
getCategoryCount() - Method in class com.jrefinery.data.DefaultStatisticalCategoryDataset
Returns the number of categories in the dataset.
getCategoryDataset() - Method in class com.jrefinery.chart.CategoryPlot
A convenience method that returns the dataset for the plot, cast as a CategoryDataset.
getCategoryDataset() - Method in class com.jrefinery.chart.VerticalCategoryPlot
A convenience method that returns the dataset for the plot, cast as a CategoryDataset.
getCategoryDataset() - Method in class com.jrefinery.chart.HorizontalCategoryPlot
A convenience method that returns the dataset for the plot, cast as a CategoryDataset.
getCategoryGapsPercent() - Method in class com.jrefinery.chart.CategoryPlot
Returns the percentage of the drawing space that is allocated to providing gaps between the categories.
getCategoryIndex() - Method in class com.jrefinery.chart.entity.CategoryItemEntity
Returns the category index.
getCategoryIndex() - Method in class com.jrefinery.chart.entity.PieSectionEntity
Returns the category index.
getCategoryPaint(int) - Method in class com.jrefinery.chart.AbstractCategoryItemRenderer
Returns the paint for a specific category (possibly null).
getCategoryPlot() - Method in class com.jrefinery.chart.JFreeChart
Returns the plot cast as a CategoryPlot.
getCeilingTickUnit(double) - Method in class com.jrefinery.chart.TickUnits
Returns the tick unit in the collection that is greater than or equal to the specified size.
getCeilingTickUnit(TickUnit) - Method in class com.jrefinery.chart.TickUnits
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.
getCentralValue() - Method in class com.jrefinery.data.Range
Returns the central value for the range.
getChart() - Method in class com.jrefinery.chart.Legend
Returns the chart that this legend belongs to.
getChart() - Method in class com.jrefinery.chart.ChartPanel
Returns the chart contained in the panel.
getChart() - Method in class com.jrefinery.chart.demo.StatisticalBarChartDemo
Returns the chart.
getChart() - Method in class com.jrefinery.chart.demo.IntervalBarChartDemo
Returns the chart.
getChart() - Method in class com.jrefinery.chart.event.ChartChangeEvent
Returns the chart that generated the change event.
getChart(int) - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
Returns a chart.
getChartArea() - Method in class com.jrefinery.chart.ChartRenderingInfo
Returns the area in which the chart was drawn.
getChartPanel() - Method in class com.jrefinery.chart.ChartFrame
Returns the chart panel for the frame.
getChartRenderingInfo() - Method in class com.jrefinery.chart.ChartPanel
Returns the chart rendering info from the most recent chart redraw.
getChildPosition(Dataset) - Method in class com.jrefinery.data.CombinedDataset
Returns the child position.
getCloseTickLine() - Method in class com.jrefinery.chart.HighLow
Returns the line for close tick
getCloseValue(int, int) - Method in class com.jrefinery.data.SubSeriesDataset
Returns the close-value for the specified series and item.
getCloseValue(int, int) - Method in class com.jrefinery.data.DefaultHighLowDataset
Returns the close-value for one item in a series.
getCloseValue(int, int) - Method in class com.jrefinery.data.CombinedDataset
Returns the close-value for the specified series and item.
getCloseValue(int, int) - Method in interface com.jrefinery.data.HighLowDataset
Returns the y-value for the specified series and item.
getColor(int) - Method in class com.jrefinery.chart.demo.JFreeChartServletDemo
Utility method to return a color.
getColor(int) - Method in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
Gets the color attribute of the passed integer
getColor(int) - Static method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Gets the color attribute of the passed integer
getColumnClass(int) - Method in class com.jrefinery.data.TimeSeriesTableModel
Returns the column class in the table model.
getColumnCount() - Method in class com.jrefinery.data.TimeSeriesTableModel
Returns the number of columns in the table model.
getColumnName(int) - Method in class com.jrefinery.data.TimeSeriesTableModel
Returns the name of a column
getCompassFont(int) - Method in class com.jrefinery.chart.CompassPlot
Returns the font for the compass.
getContents() - Method in class com.jrefinery.data.resources.DataPackageResources_de
Returns the array of strings in the resource bundle.
getContents() - Method in class com.jrefinery.data.resources.DataPackageResources_es
Returns the array of strings in the resource bundle.
getContents() - Method in class com.jrefinery.data.resources.DataPackageResources
Returns the array of strings in the resource bundle.
getContents() - Method in class com.jrefinery.data.resources.DataPackageResources_fr
Returns the array of strings in the resource bundle.
getContents() - Method in class com.jrefinery.data.resources.DataPackageResources_pl
Returns the array of strings in the resource bundle.
getContents() - Method in class com.jrefinery.chart.demo.resources.DemoResources_es
Returns the array of strings in the resource bundle.
getContents() - Method in class com.jrefinery.chart.demo.resources.DemoResources
Returns the array of strings in the resource bundle.
getContents() - Method in class com.jrefinery.chart.demo.resources.DemoResources_de
Returns the array of strings in the resource bundle.
getContents() - Method in class com.jrefinery.chart.demo.resources.DemoResources_fr
Returns the array of strings in the resource bundle.
getContents() - Method in class com.jrefinery.chart.demo.resources.DemoResources_pl
Returns the array of strings in the resource bundle.
getContents() - Method in class com.jrefinery.chart.resources.JFreeChartResources
Returns the array of strings in the resource bundle.
getCorrelation(Number[], Number[]) - Static method in class com.jrefinery.data.Statistics
Calculates the correlation between two datasets.
getCount() - Method in class com.jrefinery.chart.DateUnit
Deprecated. Returns the number of units.
getCount() - Method in class com.jrefinery.chart.DateTickUnit
Returns the unit count.
getCriticalPaint() - Method in class com.jrefinery.chart.MeterPlot
Returns the paint used to display the 'critical' range.
getCrosshairDate() - Method in class com.jrefinery.chart.DateAxis
Returns the crosshair date for the axis.
getCrosshairPaint() - Method in class com.jrefinery.chart.ValueAxis
Returns the crosshair color.
getCrosshairStroke() - Method in class com.jrefinery.chart.ValueAxis
Returns the Stroke used to draw the crosshair (if visible).
getCrosshairValue() - Method in class com.jrefinery.chart.ValueAxis
Returns the crosshair value.
getCrosshairX() - Method in class com.jrefinery.chart.CrosshairInfo
Get the x-value for the crosshair point.
getCrosshairY() - Method in class com.jrefinery.chart.CrosshairInfo
Get the y-value for the crosshair point.
getData() - Method in class com.jrefinery.chart.ThermometerPlot
Returns the dataset cast to MeterDataset (provided for convenience).
getData() - Method in class com.jrefinery.chart.CompassPlot
Returns the dataset.
getDataArea() - Method in class com.jrefinery.chart.ChartRenderingInfo
Returns the area in which the data was plotted.
getDataClipRegion(Rectangle2D) - Method in class com.jrefinery.chart.AbstractCategoryItemRenderer
Returns the clip region...
getDataClipRegion(Rectangle2D) - Method in interface com.jrefinery.chart.CategoryItemRenderer
Returns the clip region...
getDataClipRegion(Rectangle2D) - Method in class com.jrefinery.chart.HorizontalBarRenderer3D
Returns the clip region...
getDataClipRegion(Rectangle2D) - Method in class com.jrefinery.chart.VerticalBarRenderer3D
Returns the clip region...
getDataPair(int) - Method in class com.jrefinery.data.BasicTimeSeries
Returns one data pair for the series.
getDataPair(int) - Method in class com.jrefinery.data.XYSeries
Return the data pair with the specified index.
getDataPair(TimePeriod) - Method in class com.jrefinery.data.BasicTimeSeries
Returns the data pair for a specific period.
getDataset() - Method in class com.jrefinery.data.DatasetChangeEvent
Returns the dataset that generated the event.
getDataset() - Method in class com.jrefinery.chart.Plot
Returns the dataset for the plot.
getDatasetGroup() - Method in class com.jrefinery.chart.Plot
Returns the dataset group for the plot.
getDateFormat() - Method in class com.jrefinery.chart.tooltips.StandardCategoryToolTipGenerator
Returns the date formatter.
getDateFormat() - Method in class com.jrefinery.chart.tooltips.TimeSeriesToolTipGenerator
Returns the date formatter.
getDateFormat() - Method in class com.jrefinery.chart.tooltips.IntervalCategoryToolTipGenerator
Returns the date formatter.
getDay() - Method in class com.jrefinery.data.Hour
Returns the day in which this hour falls.
getDayOfMonth() - Method in class com.jrefinery.data.Hour
Returns the day-of-the-month in which this hour falls.
getDayOfMonth() - Method in class com.jrefinery.data.Day
Returns the day of the month.
getDBMSConnection() - Method in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
get the connection to the database
getDefaultShapeFilled() - Method in class com.jrefinery.chart.StandardXYItemRenderer
Returns the default value returned by the isShapeFilled(...) method.
getDefaultShapeScale() - Method in class com.jrefinery.chart.StandardXYItemRenderer
Returns the default shape scale.
getDepthFactor() - Method in class com.jrefinery.chart.Pie3DPlot
The depth factor for the chart.
getDescription() - Method in class com.jrefinery.data.Series
Returns the description of the series (possibly null).
getDialBackgroundPaint() - Method in class com.jrefinery.chart.MeterPlot
Returns the paint for the dial background.
getDialBorderColor() - Method in class com.jrefinery.chart.MeterPlot
Returns the color of the border for the dial.
getDialType() - Method in class com.jrefinery.chart.MeterPlot
Returns the type of dial (DIALTYPE_PIE, DIALTYPE_CIRCLE, DIALTYPE_CHORD).
getDirection() - Method in class com.jrefinery.chart.PiePlot
Returns the direction in which the pie sections are drawn (clockwise or anti-clockwise).
getDomainAxis() - Method in class com.jrefinery.chart.XYPlot
Returns the domain axis for the plot.
getDomainAxis() - Method in class com.jrefinery.chart.CategoryPlot
Returns the domain axis for the plot.
getDomainAxis() - Method in class com.jrefinery.chart.FastScatterPlot
Returns the domain axis for the plot.
getDomainAxisPropertyEditPanel() - Method in class com.jrefinery.chart.ui.PlotPropertyEditPanel
Returns a reference to the panel for editing the properties of the domain axis.
getDomainDescription() - Method in class com.jrefinery.data.BasicTimeSeries
Returns the domain description.
getDomainExtent(Dataset) - Static method in class com.jrefinery.data.DatasetUtilities
Returns the range of values in the domain for the dataset.
getDomainIsPointsInTime() - Method in class com.jrefinery.data.TimeSeriesCollection
Returns a flag that controls whether the domain is treated as 'points in time'.
getDomainRange() - Method in interface com.jrefinery.data.DomainInfo
Returns the range of the values in this dataset's domain.
getDomainRange() - Method in class com.jrefinery.data.TimeSeriesCollection
Returns the range of the values in the series domain.
getDomainRange() - Method in class com.jrefinery.chart.demo.SampleXYDataset2
Returns the range of values in the domain.
getDownPaint() - Method in class com.jrefinery.chart.CandlestickRenderer
Returns the paint used to fill candles when the price moves down from open to close.
getDrawBorder() - Method in class com.jrefinery.chart.MeterPlot
Returns a flag that controls whether or not a rectangular border is drawn around the plot area.
getDrawBorder() - Method in class com.jrefinery.chart.CompassPlot
Returns a flag that controls whether or not a border is drawn.
getDriver() - Method in class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
getEffect3d() - Method in class com.jrefinery.chart.HorizontalNumberAxis3D
Return axis 3d deep along 'Z' axis.
getEffect3d() - Method in class com.jrefinery.chart.VerticalNumberAxis3D
Return axis 3d deep along 'Z' axis.
getEnd() - Method in class com.jrefinery.data.TimePeriod
Returns the last millisecond of the time period, evaluated in the default time zone.
getEnd() - Method in class com.jrefinery.data.TimeAllocation
Returns the end date/time.
getEnd() - Method in class com.jrefinery.data.FixedMillisecond
Returns the last millisecond of the time period.
getEnd() - Method in class com.jrefinery.data.Millisecond
Returns the last millisecond of the time period.
getEnd(Calendar) - Method in class com.jrefinery.data.TimePeriod
Returns the last millisecond of the time period, evaluated using the supplied calendar (which incorporates a timezone).
getEnd(Calendar) - Method in class com.jrefinery.data.Year
Returns the last millisecond of the year, evaluated using the supplied calendar (which determines the time zone).
getEnd(Calendar) - Method in class com.jrefinery.data.Month
Returns the last millisecond of the month, evaluated using the supplied calendar (which determines the time zone).
getEnd(Calendar) - Method in class com.jrefinery.data.Hour
Returns the last millisecond of the hour.
getEnd(Calendar) - Method in class com.jrefinery.data.Week
Returns the last millisecond of the week, evaluated using the supplied calendar (which determines the time zone).
getEnd(Calendar) - Method in class com.jrefinery.data.Day
Returns the last millisecond of the day, evaluated using the supplied calendar (which determines the time zone).
getEnd(Calendar) - Method in class com.jrefinery.data.Minute
Returns the last millisecond of the minute.
getEnd(Calendar) - Method in class com.jrefinery.data.FixedMillisecond
Returns the last millisecond of the time period.
getEnd(Calendar) - Method in class com.jrefinery.data.Second
Returns the last millisecond of the minute.
getEnd(Calendar) - Method in class com.jrefinery.data.Millisecond
Returns the last millisecond of the time period.
getEnd(Calendar) - Method in class com.jrefinery.data.Quarter
Returns the last millisecond of the Quarter, evaluated using the supplied calendar (which determines the time zone).
getEnd(TimeZone) - Method in class com.jrefinery.data.TimePeriod
Returns the last millisecond of the time period, evaluated within a specific time zone.
getEndValue() - Method in class com.jrefinery.chart.IntervalMarker
Returns the end value for the interval.
getEndValue(int, Object) - Method in interface com.jrefinery.data.IntervalCategoryDataset
Returns the max value for the specified series (zero-based index) and category.
getEndValue(int, Object) - Method in class com.jrefinery.data.DefaultIntervalCategoryDataset
Returns the end data value for one category in a series.
getEndValue(int, Object) - Method in class com.jrefinery.data.GanttSeriesCollection
Returns the max value for the specified series (zero-based index) and category.
getEndXValue(int, int) - Method in interface com.jrefinery.data.IntervalXYDataset
Returns the ending X value for the specified series and item.
getEndXValue(int, int) - Method in class com.jrefinery.data.SubSeriesDataset
Returns the ending X value for the specified series and item.
getEndXValue(int, int) - Method in interface com.jrefinery.data.IntervalXYZDataset
Returns the ending X value for the specified series and item.
getEndXValue(int, int) - Method in class com.jrefinery.data.TimeSeriesCollection
Returns the ending X value for the specified series and item.
getEndXValue(int, int) - Method in class com.jrefinery.data.CombinedDataset
Returns the ending X value for the specified series and item.
getEndXValue(int, int) - Method in class com.jrefinery.chart.demo.SimpleIntervalXYDataset
Returns the ending X value for the specified series and item.
getEndYValue(int, int) - Method in interface com.jrefinery.data.IntervalXYDataset
Returns the ending Y value for the specified series and item.
getEndYValue(int, int) - Method in class com.jrefinery.data.SubSeriesDataset
Returns the ending Y value for the specified series and item.
getEndYValue(int, int) - Method in interface com.jrefinery.data.IntervalXYZDataset
Returns the ending Y value for the specified series and item.
getEndYValue(int, int) - Method in class com.jrefinery.data.TimeSeriesCollection
Returns the ending Y value for the specified series and item.
getEndYValue(int, int) - Method in class com.jrefinery.data.CombinedDataset
Returns the ending Y value for the specified series and item.
getEndYValue(int, int) - Method in class com.jrefinery.chart.demo.SimpleIntervalXYDataset
Returns the ending Y value for the specified series and item.
getEndZValue(int, int) - Method in interface com.jrefinery.data.IntervalXYZDataset
Returns the ending Z value for the specified series and item.
getEntity() - Method in class com.jrefinery.chart.ChartMouseEvent
Returns the chart entity (if any) under the mouse point.
getEntity(double, double) - Method in interface com.jrefinery.chart.entity.EntityCollection
Returns an entity whose area contains the specified point.
getEntity(double, double) - Method in class com.jrefinery.chart.entity.StandardEntityCollection
Returns an entity for the specified coordinates.
getEntityCollection() - Method in class com.jrefinery.chart.ChartRenderingInfo
Returns a collection of entities.
getEntityForPoint(int, int) - Method in class com.jrefinery.chart.ChartPanel
Returns the chart entity at a given point.
getExplodePercent(int) - Method in class com.jrefinery.chart.PiePlot
Returns the amount that a section should be 'exploded'.
getField() - Method in class com.jrefinery.chart.DateUnit
Deprecated. Returns the field used to define the DateUnit.
getField(int) - Method in class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
getFit() - Method in class com.jrefinery.chart.data.PlotFit
Constructs and returns a new dataset based on applying an algorithm to an underlying dataset.
getFixedAutoRange() - Method in class com.jrefinery.chart.ValueAxis
Returns the fixed auto range.
getFixedDimension() - Method in class com.jrefinery.chart.Axis
Returns the fixed dimension for the axis.
getFollowDataInSubranges() - Method in class com.jrefinery.chart.ThermometerPlot
Returns a flag that controls whether or not the thermometer axis zooms to display the subrange within which the data value falls.
getFont() - Method in class com.jrefinery.chart.TextTitle
Returns the title font.
getForegroundAlpha() - Method in class com.jrefinery.chart.Plot
Returns the alpha-transparency for the plot foreground.
getGap() - Method in class com.jrefinery.chart.CombinedXYPlot
Returns the space between subplots.
getGapThreshold() - Method in class com.jrefinery.chart.StandardXYItemRenderer
Returns the gap threshold for discontinuous lines.
getGridPaint() - Method in class com.jrefinery.chart.ValueAxis
Returns the grid line color.
getGridStroke() - Method in class com.jrefinery.chart.ValueAxis
Returns the Stroke used to draw the grid lines (if visible).
getGroup() - Method in class com.jrefinery.data.AbstractDataset
Returns the dataset group for the dataset.
getGroup() - Method in interface com.jrefinery.data.Dataset
Returns the dataset group.
getGroupPaint() - Method in class com.jrefinery.chart.MinMaxCategoryRenderer
Gets the paint of the line between the minimum value and the maximum value.
getGroupStroke() - Method in class com.jrefinery.chart.MinMaxCategoryRenderer
Gets the stroke of the line between the minimum value and the maximum value.
getHeight() - Method in class com.jrefinery.chart.DrawableLegendItem
Get the height of this item.
getHeight(Graphics2D) - Method in class com.jrefinery.chart.HorizontalMarkerAxisBand
Returns the height of the band.
getHighValue(int, int) - Method in class com.jrefinery.data.SubSeriesDataset
Returns the high-value for the specified series and item.
getHighValue(int, int) - Method in class com.jrefinery.data.DefaultHighLowDataset
Returns the high-value for one item in a series.
getHighValue(int, int) - Method in class com.jrefinery.data.CombinedDataset
Returns the high-value for the specified series and item.
getHighValue(int, int) - Method in interface com.jrefinery.data.HighLowDataset
Returns the high-value for the specified series and item.
getHistoryCount() - Method in class com.jrefinery.data.BasicTimeSeries
Returns the history count for the series.
getHorizontalAlignment() - Method in class com.jrefinery.chart.AbstractTitle
Returns the horizontal alignment of the title.
getHorizontalAxis() - Method in class com.jrefinery.chart.XYPlot
Returns the horizontal axis.
getHorizontalDataRange() - Method in class com.jrefinery.chart.XYPlot
Returns the range for the horizontal axis.
getHorizontalDataRange() - Method in class com.jrefinery.chart.CombinedXYPlot
Returns the range for the horizontal axis.
getHorizontalDataRange() - Method in class com.jrefinery.chart.OverlaidXYPlot
Returns the horizontal (x-axis) data range.
getHorizontalDataRange() - Method in interface com.jrefinery.chart.HorizontalValuePlot
Returns the range of data values to be plotted along the horizontal axis.
getHorizontalDataRange() - Method in class com.jrefinery.chart.HorizontalCategoryPlot
Returns the data range for the horizontal axis.
getHorizontalValueAxis() - Method in class com.jrefinery.chart.XYPlot
Returns the horizontal axis.
getHorizontalValueAxis() - Method in interface com.jrefinery.chart.HorizontalValuePlot
Get the value axis.
getHorizontalValueAxis() - Method in class com.jrefinery.chart.HorizontalCategoryPlot
Returns the horizontal axis.
getHour() - Method in class com.jrefinery.data.Hour
Returns the hour.
getHour() - Method in class com.jrefinery.data.Minute
Returns the hour.
getImage() - Method in class com.jrefinery.chart.ImageTitle
Returns the image for the title.
getImage(Plot, int, int, double, double) - Method in class com.jrefinery.chart.StandardXYItemRenderer
Returns the image used to draw a single data item.
getImageHotspot(Plot, int, int, double, double, Image) - Method in class com.jrefinery.chart.StandardXYItemRenderer
Returns the hotspot of the image used to draw a single data item.
getImageMapAreaTag() - Method in class com.jrefinery.chart.entity.ChartEntity
Returns an HTML image map tag tag for this entity.
getImageMapAreaTag(boolean) - Method in class com.jrefinery.chart.entity.ChartEntity
Returns an HTML image map tag tag for this entity.
getImageOutputType(HttpServletRequest) - Static method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
 
getImageSize(HttpServletRequest) - Static method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
 
getIndex(TimePeriod) - Method in class com.jrefinery.data.BasicTimeSeries
Returns the index of the specified time period.
getInfo() - Method in class com.jrefinery.chart.AbstractRenderer
Returns the chart rendering info.
getInsets() - Method in class com.jrefinery.chart.Plot
Returns the insets for the plot area.
getInstance(Axis) - Static method in class com.jrefinery.chart.ui.AxisPropertyEditPanel
A static method that returns a panel that is appropriate for the axis type.
getInteriorGapPercent() - Method in class com.jrefinery.chart.PiePlot
Returns the interior gap, measures as a percentage of the available drawing space.
getIntroGapPercent() - Method in class com.jrefinery.chart.CategoryPlot
Returns the gap before the first bar on the chart, as a percentage of the available drawing space (0.05 = 5 percent).
getItem() - Method in class com.jrefinery.chart.DrawableLegendItem
Returns the legend item.
getItem() - Method in class com.jrefinery.chart.entity.XYItemEntity
Returns the item index.
getItemCount() - Method in class com.jrefinery.data.BasicTimeSeries
Returns the number of items in the series.
getItemCount() - Method in class com.jrefinery.data.XYSeries
Returns the number of items in the series.
getItemCount() - Method in class com.jrefinery.data.GanttSeries
Returns the number of items in the series.
getItemCount() - Method in class com.jrefinery.chart.LegendItemCollection
Returns the number of legend items in the collection.
getItemCount(int) - Method in class com.jrefinery.data.SubSeriesDataset
Returns the number of items in a series.
getItemCount(int) - Method in class com.jrefinery.data.XYSeriesCollection
Returns the number of items in the specified series.
getItemCount(int) - Method in class com.jrefinery.data.TimeSeriesCollection
Returns the number of items in the specified series.
getItemCount(int) - Method in class com.jrefinery.data.DefaultHighLowDataset
Returns the number of items in the specified series.
getItemCount(int) - Method in interface com.jrefinery.data.XYDataset
Returns the number of items in a series.
getItemCount(int) - Method in class com.jrefinery.data.CombinedDataset
Returns the number of items in a series.
getItemCount(int) - Method in class com.jrefinery.data.DefaultXYDataset
Returns the number of items in the specified series.
getItemCount(int) - Method in class com.jrefinery.data.JdbcXYDataset
Returns the number of items in the specified series.
getItemCount(int) - Method in class com.jrefinery.data.DefaultWindDataset
Returns the number of items in a series.
getItemCount(int) - Method in class com.jrefinery.chart.demo.EmptyXYDataset
Returns the number of items in the specified series.
getItemCount(int) - Method in class com.jrefinery.chart.demo.SampleYSymbolicDataset
Returns the number of items in the specified series.
getItemCount(int) - Method in class com.jrefinery.chart.demo.SampleXYDataset2
Returns the number of items in the specified series.
getItemCount(int) - Method in class com.jrefinery.chart.demo.SampleSignalDataset
Returns the number of items in a series.
getItemCount(int) - Method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Returns the number of items in the specified series.
getItemCount(int) - Method in class com.jrefinery.chart.demo.SimpleIntervalXYDataset
Returns the number of items in a series.
getItemCount(int) - Method in class com.jrefinery.chart.demo.SampleXYDataset
Returns the number of items in the specified series.
getItemFont() - Method in class com.jrefinery.chart.StandardLegend
Returns the series label font.
getItemGapsPercent() - Method in class com.jrefinery.chart.CategoryPlot
Returns the percentage of the drawing space that is allocated to providing gaps between the items in a category.
getItemPaint() - Method in class com.jrefinery.chart.StandardLegend
Returns the series label color.
getItemRenderer() - Method in class com.jrefinery.chart.XYPlot
Deprecated. Use getRenderer().
getKeyBoxOutlinePaint() - Method in class com.jrefinery.chart.StandardLegend
Returns the paint used to outline key boxes.
getKeyBoxOutlineStroke() - Method in class com.jrefinery.chart.StandardLegend
Returns the stroke used to outline key boxes.
getLabel() - Method in class com.jrefinery.chart.Axis
Returns the label for the axis.
getLabel() - Method in class com.jrefinery.chart.IntervalMarker
Returns the label for the interval (possibly null).
getLabel() - Method in class com.jrefinery.chart.LegendItem
Returns the label.
getLabel() - Method in class com.jrefinery.chart.ui.AxisPropertyEditPanel
Returns the current axis label.
getLabelFont() - Method in class com.jrefinery.chart.Axis
Returns the font for the axis label.
getLabelFont() - Method in class com.jrefinery.chart.CategoryPlot
Returns the value label font.
getLabelFont() - Method in class com.jrefinery.chart.CompassPlot
Returns the label font.
getLabelFont() - Method in class com.jrefinery.chart.ui.AxisPropertyEditPanel
Returns the current label font.
getLabelFormatter() - Method in class com.jrefinery.chart.CategoryPlot
Returns the value label formatter.
getLabelInsets() - Method in class com.jrefinery.chart.Axis
Returns the insets for the label (that is, the amount of blank space that should be left around the label).
getLabelInsets() - Method in class com.jrefinery.chart.ui.AxisPropertyEditPanel
Returns the current label insets value
getLabelPaint() - Method in class com.jrefinery.chart.Axis
Returns the color/shade used to draw the axis label.
getLabelPaint() - Method in class com.jrefinery.chart.CategoryPlot
Returns the value label paint.
getLabelPaint() - Method in class com.jrefinery.chart.ui.AxisPropertyEditPanel
Returns the current label paint.
getLabelPosition() - Method in class com.jrefinery.chart.DrawableLegendItem
Returns the label position.
getLabelsVisible() - Method in class com.jrefinery.chart.CategoryPlot
Deprecated. use getValueLabelsVisible().
getLabelType() - Method in class com.jrefinery.chart.CompassPlot
Returns the label type.
getLargerTickUnit(TickUnit) - Method in class com.jrefinery.chart.TickUnits
Returns a tick unit that is larger than the supplied unit.
getLeftSpace(double) - Method in class com.jrefinery.chart.Spacer
Returns the amount of space for the left hand side of a rectangular area.
getLegend() - Method in class com.jrefinery.chart.JFreeChart
Returns the chart legend.
getLegend() - Method in class com.jrefinery.chart.event.LegendChangeEvent
Returns the legend that generated the event.
getLegendItem(int) - Method in class com.jrefinery.chart.AbstractCategoryItemRenderer
Returns a legend item for a series.
getLegendItem(int) - Method in class com.jrefinery.chart.AbstractXYItemRenderer
Returns a legend item for a series.
getLegendItem(int) - Method in interface com.jrefinery.chart.XYItemRenderer
Returns a legend item for a series.
getLegendItem(int) - Method in interface com.jrefinery.chart.CategoryItemRenderer
Returns a legend item for a series.
getLegendItemCount() - Method in class com.jrefinery.data.AbstractSeriesDataset
Returns the number of items that should be displayed in the legend.
getLegendItemCount() - Method in class com.jrefinery.data.JdbcXYDataset
Returns the number of items that should be displayed in the legend.
getLegendItemLabels() - Method in class com.jrefinery.data.AbstractSeriesDataset
Returns the legend item labels.
getLegendItemLabels() - Method in class com.jrefinery.data.JdbcXYDataset
Returns the legend item labels.
getLegendItemLabels() - Method in class com.jrefinery.chart.Plot
Deprecated. use getLegendItems().
getLegendItemLabels() - Method in class com.jrefinery.chart.ThermometerPlot
Deprecated. use getLegendItems().
getLegendItemLabels() - Method in class com.jrefinery.chart.XYPlot
Returns an array of labels to be displayed by the legend.
getLegendItemLabels() - Method in class com.jrefinery.chart.CombinedXYPlot
Deprecated. use getLegendItems.
getLegendItemLabels() - Method in class com.jrefinery.chart.OverlaidXYPlot
Deprecated. use getLegendItems.
getLegendItemLabels() - Method in class com.jrefinery.chart.MeterPlot
Deprecated. use getLegendItems().
getLegendItemLabels() - Method in class com.jrefinery.chart.PiePlot
Deprecated. use getLegendItems().
getLegendItemLabels() - Method in class com.jrefinery.chart.CategoryPlot
Deprecated. use getLegendItems().
getLegendItemLabels() - Method in class com.jrefinery.chart.OverlaidVerticalCategoryPlot
Deprecated. use getLegendItems().
getLegendItemLabels() - Method in class com.jrefinery.chart.CompassPlot
Deprecated. use getLegendItems().
getLegendItemLabels() - Method in class com.jrefinery.chart.PeriodMarkerPlot
Deprecated. use getLegendItems().
getLegendItems() - Method in class com.jrefinery.chart.Plot
Returns the legend items for the plot.
getLegendItems() - Method in class com.jrefinery.chart.ThermometerPlot
Returns the legend items for the plot.
getLegendItems() - Method in class com.jrefinery.chart.XYPlot
Returns the legend items for the plot.
getLegendItems() - Method in class com.jrefinery.chart.CombinedXYPlot
Returns a collection of legend items for the plot.
getLegendItems() - Method in class com.jrefinery.chart.OverlaidXYPlot
Returns a collection of legend items for the overlaid plot.
getLegendItems() - Method in class com.jrefinery.chart.MeterPlot
Returns null.
getLegendItems() - Method in class com.jrefinery.chart.PiePlot
Returns a collection of legend items for the pie chart.
getLegendItems() - Method in class com.jrefinery.chart.CategoryPlot
Returns the legend items for the plot.
getLegendItems() - Method in class com.jrefinery.chart.OverlaidVerticalCategoryPlot
Returns the legend items.
getLegendItems() - Method in class com.jrefinery.chart.CompassPlot
Returns the legend items for the plot.
getLegendItems() - Method in class com.jrefinery.chart.PeriodMarkerPlot
Returns the legend items (null for this plot).
getLegendPropertyEditPanel() - Method in class com.jrefinery.chart.ui.ChartPropertyEditPanel
Returns a reference to the legend property sub-panel.
getLegendText() - Method in class com.jrefinery.chart.MeterLegend
Returns the legend text.
getLength() - Method in class com.jrefinery.data.Range
Returns the length of the range.
getLevel(int, int) - Method in class com.jrefinery.data.SubSeriesDataset
Returns the level.
getLevel(int, int) - Method in interface com.jrefinery.data.SignalsDataset
Returns the level.
getLevel(int, int) - Method in class com.jrefinery.chart.demo.SampleSignalDataset
Returns the level.
getLine() - Method in class com.jrefinery.chart.HighLow
Returns the line.
getLinearFit(Number[], Number[]) - Static method in class com.jrefinery.data.Statistics
Fits a straight line to a set of (x, y) data, returning the slope and intercept.
getLog10TickLabelsFlag() - Method in class com.jrefinery.chart.VerticalLogarithmicAxis
Returns the 'log10TickLabelsFlag' flag; true for "10^n"-style tick labels, false for regular numeric labels.
getLowerBound() - Method in class com.jrefinery.data.Range
Returns the lower bound for the range.
getLowerBound() - Method in class com.jrefinery.chart.ThermometerPlot
Returns the lower bound for the thermometer.
getLowerDate() - Method in class com.jrefinery.data.DateRange
Returns the lower bound for the axis.
getLowerMargin() - Method in class com.jrefinery.chart.ValueAxis
Returns the margin (a percentage of the current range) by which the lower bound for the axis is less than the minimum data value.
getLowValue(int, int) - Method in class com.jrefinery.data.SubSeriesDataset
Returns the low-value for the specified series and item.
getLowValue(int, int) - Method in class com.jrefinery.data.DefaultHighLowDataset
Returns the low-value for one item in a series.
getLowValue(int, int) - Method in class com.jrefinery.data.CombinedDataset
Returns the low-value for the specified series and item.
getLowValue(int, int) - Method in interface com.jrefinery.data.HighLowDataset
Returns the low-value for the specified series and item.
getMap() - Method in class com.jrefinery.data.SubSeriesDataset
Returns a map or indirect indexing form our series into parent's series.
getMap() - Method in class com.jrefinery.data.CombinedDataset
Returns a map or indirect indexing form our series into parent's series.
getMap() - Method in interface com.jrefinery.data.CombinationDataset
Returns a map or indirect indexing form our series into parent's series.
getMarker() - Method in class com.jrefinery.chart.DrawableLegendItem
Get the marker.
getMarkerBand() - Method in class com.jrefinery.chart.HorizontalNumberAxis
Returns the (optional) marker band for the axis.
getMarkOffset() - Method in class com.jrefinery.chart.SignalRenderer
Returns the mark offset.
getMaxIcone() - Method in class com.jrefinery.chart.MinMaxCategoryRenderer
Gets the icon used to indicate the maximum value.
getMaximumAxisValue() - Method in class com.jrefinery.chart.ValueAxis
Returns the maximum value for the axis.
getMaximumCriticalValue() - Method in class com.jrefinery.data.DefaultMeterDataset
Returns the maximum critical value.
getMaximumCriticalValue() - Method in interface com.jrefinery.data.MeterDataset
Returns the upper value in the critical range.
getMaximumDate() - Method in class com.jrefinery.chart.DateAxis
Returns the latest date visible on the axis.
getMaximumDomainValue() - Method in interface com.jrefinery.data.DomainInfo
Returns the maximum value in the dataset (or null if all the values in the domain are null).
getMaximumDomainValue() - Method in class com.jrefinery.data.TimeSeriesCollection
Returns the maximum value in the dataset (or null if all the values in the domain are null).
getMaximumDomainValue() - Method in class com.jrefinery.chart.demo.SampleXYDataset2
Returns the maximum domain value.
getMaximumDomainValue(Dataset) - Static method in class com.jrefinery.data.DatasetUtilities
Returns the maximum domain value for the specified dataset.
getMaximumDrawHeight() - Method in class com.jrefinery.chart.ChartPanel
Returns the maximum drawing height for charts.
getMaximumDrawWidth() - Method in class com.jrefinery.chart.ChartPanel
Returns the maximum drawing width for charts.
getMaximumItemCount() - Method in class com.jrefinery.data.BasicTimeSeries
Returns the maximum number of items that will be retained in the series.
getMaximumNormalValue() - Method in class com.jrefinery.data.DefaultMeterDataset
Returns the maximum normal value.
getMaximumNormalValue() - Method in interface com.jrefinery.data.MeterDataset
Returns the upper value in the normal range.
getMaximumRangeValue() - Method in class com.jrefinery.data.JdbcXYDataset
Returns the maximum data value in the dataset's range.
getMaximumRangeValue() - Method in interface com.jrefinery.data.RangeInfo
Returns the maximum value in the dataset's range (or null if all the values in the range are null).
getMaximumRangeValue() - Method in class com.jrefinery.chart.demo.SampleXYDataset2
Returns the maximum range value.
getMaximumRangeValue(Dataset) - Static method in class com.jrefinery.data.DatasetUtilities
Returns the maximum range value for the specified dataset.
getMaximumStackedRangeValue(CategoryDataset) - Static method in class com.jrefinery.data.DatasetUtilities
Returns the maximum value in the dataset range, assuming that values in each category are "stacked".
getMaximumValue() - Method in class com.jrefinery.data.DefaultMeterDataset
Returns the maximum value.
getMaximumValue() - Method in interface com.jrefinery.data.MeterDataset
Returns the upper value in the overall range.
getMaximumVerticalDataValue() - Method in class com.jrefinery.chart.ThermometerPlot
Returns the maximum value in either the domain or the range, whichever is displayed against the vertical axis for the particular type of plot implementing this interface.
getMaximumVerticalDataValue() - Method in class com.jrefinery.chart.VerticalCategoryPlot
Returns the maximum value in the range (since the range values are plotted against the vertical axis by this plot).
getMaximumVerticalDataValue() - Method in class com.jrefinery.chart.OverlaidVerticalCategoryPlot
Returns the maximum value in the range (since the range values are plotted against the vertical axis by this plot).
getMaximumWarningValue() - Method in class com.jrefinery.data.DefaultMeterDataset
Returns the maximum warning value.
getMaximumWarningValue() - Method in interface com.jrefinery.data.MeterDataset
Returns the upper value in the warning range.
getMaxTickLabelWidth(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.Axis
Returns the maximum width of the ticks in the working list (that is set up by refreshTicks()).
getMaxTickLabelWidth(Graphics2D, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalCategoryAxis
Returns the maximum width of the ticks in the working list (that is set up by refreshTicks()).
getMeanValue(int, Object) - Method in interface com.jrefinery.data.StatisticalCategoryDataset
Returns the mean value for the specified series (zero-based index) and category.
getMeanValue(int, Object) - Method in class com.jrefinery.data.DefaultStatisticalCategoryDataset
Returns the mean data value for one category in a series.
getMercuryPaint() - Method in class com.jrefinery.chart.ThermometerPlot
Returns the default mercury paint.
getMeterAngle() - Method in class com.jrefinery.chart.MeterPlot
Returns the meter angle.
getMeterDataset() - Method in class com.jrefinery.chart.MeterPlot
Returns the dataset for the plot, cast as a MeterDataset.
getMiddle() - Method in class com.jrefinery.data.TimePeriod
Returns the millisecond closest to the middle of the time period, evaluated in the default time zone.
getMiddle() - Method in class com.jrefinery.data.FixedMillisecond
Returns the millisecond closest to the middle of the time period.
getMiddle(Calendar) - Method in class com.jrefinery.data.TimePeriod
Returns the millisecond closest to the middle of the time period, evaluated using the supplied calendar (which incorporates a timezone).
getMiddle(Calendar) - Method in class com.jrefinery.data.FixedMillisecond
Returns the millisecond closest to the middle of the time period.
getMiddle(TimeZone) - Method in class com.jrefinery.data.TimePeriod
Returns the millisecond closest to the middle of the time period, evaluated within a specific time zone.
getMillisecond() - Method in class com.jrefinery.data.Millisecond
Returns the millisecond.
getMinIcon() - Method in class com.jrefinery.chart.MinMaxCategoryRenderer
Gets the icon used to indicate the minimum value.
getMinimumAxisValue() - Method in class com.jrefinery.chart.ValueAxis
Returns the minimum value for the axis.
getMinimumCriticalValue() - Method in class com.jrefinery.data.DefaultMeterDataset
Returns the minimum critical value.
getMinimumCriticalValue() - Method in interface com.jrefinery.data.MeterDataset
Returns the lower value in the critical range.
getMinimumDate() - Method in class com.jrefinery.chart.DateAxis
Returns the earliest date visible on the axis.
getMinimumDomainValue() - Method in interface com.jrefinery.data.DomainInfo
Returns the minimum value in the dataset (or null if all the values in the domain are null).
getMinimumDomainValue() - Method in class com.jrefinery.data.TimeSeriesCollection
Returns the minimum value in the dataset (or null if all the values in the domain are null).
getMinimumDomainValue() - Method in class com.jrefinery.chart.demo.SampleXYDataset2
Returns the minimum domain value.
getMinimumDomainValue(Dataset) - Static method in class com.jrefinery.data.DatasetUtilities
Returns the minimum domain value for the specified dataset.
getMinimumDrawHeight() - Method in class com.jrefinery.chart.ChartPanel
Returns the minimum drawing height for charts.
getMinimumDrawWidth() - Method in class com.jrefinery.chart.ChartPanel
Returns the minimum drawing width for charts.
getMinimumNormalValue() - Method in class com.jrefinery.data.DefaultMeterDataset
Returns the minimum normal value.
getMinimumNormalValue() - Method in interface com.jrefinery.data.MeterDataset
Returns the lower value in the normal range.
getMinimumRangeValue() - Method in class com.jrefinery.data.JdbcXYDataset
Returns the minimum data value in the dataset's range.
getMinimumRangeValue() - Method in interface com.jrefinery.data.RangeInfo
Returns the minimum value in the dataset's range (or null if all the values in the range are null).
getMinimumRangeValue() - Method in class com.jrefinery.chart.demo.SampleXYDataset2
Returns the minimum range value.
getMinimumRangeValue(Dataset) - Static method in class com.jrefinery.data.DatasetUtilities
Returns the minimum range value for the specified dataset.
getMinimumStackedRangeValue(CategoryDataset) - Static method in class com.jrefinery.data.DatasetUtilities
Returns the minimum value in the dataset range, assuming that values in each category are "stacked".
getMinimumValue() - Method in class com.jrefinery.data.DefaultMeterDataset
Returns the minimum value.
getMinimumValue() - Method in interface com.jrefinery.data.MeterDataset
Returns the lower value in the overall range.
getMinimumVerticalDataValue() - Method in class com.jrefinery.chart.ThermometerPlot
Returns the minimum value in either the domain or the range, whichever is displayed against the vertical axis for the particular type of plot implementing this interface.
getMinimumVerticalDataValue() - Method in class com.jrefinery.chart.VerticalCategoryPlot
Returns the minimum value in the range (since this is plotted against the vertical axis by VerticalBarPlot).
getMinimumVerticalDataValue() - Method in class com.jrefinery.chart.OverlaidVerticalCategoryPlot
Returns the minimum value in the range (since this is plotted against the vertical axis by VerticalBarPlot).
getMinimumWarningValue() - Method in class com.jrefinery.data.DefaultMeterDataset
Returns the minimum warning value.
getMinimumWarningValue() - Method in interface com.jrefinery.data.MeterDataset
Returns the lower value in the warning range.
getMinute() - Method in class com.jrefinery.data.Minute
Returns the minute.
getMinute() - Method in class com.jrefinery.data.Second
Returns the minute.
getMonth() - Method in class com.jrefinery.data.Month
Returns the month.
getMonth() - Method in class com.jrefinery.data.Hour
Returns the month in which this hour falls.
getMonth() - Method in class com.jrefinery.data.Day
Returns the month.
getMovingAverage(Number[], Number[], int) - Static method in class com.jrefinery.data.Statistics
Returns a data set for a moving average on the data set passed in.
getName() - Method in class com.jrefinery.data.Series
Returns the name of the series.
getName() - Method in class com.jrefinery.chart.data.LinearPlotFitAlgorithm
 
getName() - Method in interface com.jrefinery.chart.data.PlotFitAlgorithm
Returns the name that you want to see in the legend.
getName() - Method in class com.jrefinery.chart.data.MovingAveragePlotFitAlgorithm
 
getNeedlePaint() - Method in class com.jrefinery.chart.MeterPlot
Returns the paint for the needle.
getNextTimePeriod() - Method in class com.jrefinery.data.BasicTimeSeries
Returns a time period that would be the next in sequence on the end of the time series.
getNoDataMessage() - Method in class com.jrefinery.chart.Plot
Returns the string that is displayed when the dataset is empty or null.
getNoDataMessageFont() - Method in class com.jrefinery.chart.Plot
Returns the font used to display the 'no data' message.
getNormalPaint() - Method in class com.jrefinery.chart.MeterPlot
Returns the paint for the 'normal' level.
getNotify() - Method in class com.jrefinery.chart.AbstractTitle
Returns the flag that indicates whether or not the notification mechanism is enabled.
getNumber(int) - Method in class com.jrefinery.chart.demo.Performance
Repeatedly grabs a value from a Number instance.
getNumberFormat() - Method in class com.jrefinery.chart.tooltips.StandardCategoryToolTipGenerator
Returns the number formatter.
getNumberFormat() - Method in class com.jrefinery.chart.tooltips.TimeSeriesToolTipGenerator
Returns the number formatter.
getNumberFormat() - Method in class com.jrefinery.chart.tooltips.StandardPieToolTipGenerator
Returns the number formatter.
getNumberFormat() - Method in class com.jrefinery.chart.tooltips.IntervalCategoryToolTipGenerator
Returns the number formatter.
getNumericalValue() - Method in class com.jrefinery.chart.Tick
Returns the numerical value of the tick, or null if the value is not a number.
getObject() - Method in class com.jrefinery.chart.demo.Performance2
Returns the object - caller has to use doubleValue() method.
getObjectAsPrimitive() - Method in class com.jrefinery.chart.demo.Performance2
Returns a double value generated from the Object - should be similar to previous method, but is not!
getObjectAsPrimitiveLoop(int) - Method in class com.jrefinery.chart.demo.Performance2
Cycles through accessing the object as a primitive.
getObjectIcon() - Method in class com.jrefinery.chart.MinMaxCategoryRenderer
Gets the icon used to indicate the values.
getObjectLoop(int) - Method in class com.jrefinery.chart.demo.Performance2
Cycles through accessing the object.
getOLSRegression(double[][]) - Static method in class com.jrefinery.data.Regression
Returns the parameters 'a' and 'b' for an equation y = a + bx, fitted to the data using ordinary least squares regression.
getOLSRegression(XYDataset, int) - Static method in class com.jrefinery.data.Regression
Returns the parameters 'a' and 'b' for an equation y = a + bx, fitted to the data using ordinary least squares regression.
getOpenTickLine() - Method in class com.jrefinery.chart.HighLow
Returns the line for open tick.
getOpenValue(int, int) - Method in class com.jrefinery.data.SubSeriesDataset
Returns the open-value for the specified series and item.
getOpenValue(int, int) - Method in class com.jrefinery.data.DefaultHighLowDataset
Returns the open-value for one item in a series.
getOpenValue(int, int) - Method in class com.jrefinery.data.CombinedDataset
Returns the open-value for the specified series and item.
getOpenValue(int, int) - Method in interface com.jrefinery.data.HighLowDataset
Returns the open-value for the specified series and item.
getOtherTabs() - Method in class com.jrefinery.chart.ui.AxisPropertyEditPanel
Returns a reference to the tabbed pane.
getOuterGap() - Method in class com.jrefinery.chart.Legend
Returns the outer gap for the legend.
getOutlineKeyBoxes() - Method in class com.jrefinery.chart.Legend
Returns the flag that indicates whether or not outlines are drawn around key boxes.
getOutlinePaint() - Method in class com.jrefinery.chart.Plot
Returns the color used to draw the outline of the plot area.
getOutlinePaint() - Method in class com.jrefinery.chart.Marker
Returns the outline paint.
getOutlinePaint() - Method in class com.jrefinery.chart.StandardLegend
Returns the outline color.
getOutlinePaint() - Method in class com.jrefinery.chart.ui.PlotPropertyEditPanel
Returns the current outline paint.
getOutlineStroke() - Method in class com.jrefinery.chart.Plot
Returns the pen/brush used to outline the plot area.
getOutlineStroke() - Method in class com.jrefinery.chart.Marker
Returns the outline stroke.
getOutlineStroke() - Method in class com.jrefinery.chart.StandardLegend
Returns the outline pen/brush.
getOutlineStroke() - Method in class com.jrefinery.chart.ui.PlotPropertyEditPanel
Returns the current outline stroke.
getPadding() - Method in class com.jrefinery.chart.ThermometerPlot
Returns the padding for the thermometer.
getPaint() - Method in class com.jrefinery.chart.Marker
Returns the paint.
getPaint() - Method in class com.jrefinery.chart.HighLow
Returns the Paint object used to color the line.
getPaint() - Method in class com.jrefinery.chart.TextTitle
Returns the paint used to display the title.
getPaint() - Method in class com.jrefinery.chart.LegendItem
Returns the paint.
getPaint(Plot, int, int, double, double) - Method in class com.jrefinery.chart.StandardXYItemRenderer
Returns the paint used to draw a single data item.
getParent() - Method in class com.jrefinery.data.SubSeriesDataset
Returns the parent Dataset of this combination.
getParent() - Method in class com.jrefinery.data.CombinedDataset
Returns the parent Dataset of this combination.
getParent() - Method in interface com.jrefinery.data.CombinationDataset
Returns the parent Dataset of this combination.
getParent() - Method in class com.jrefinery.chart.XYPlot
Returns the parent plot (or null if this plot is not part of a combined plot).
getParent() - Method in class com.jrefinery.chart.CategoryPlot
Returns the parent plot, or null if this is not a sub-plot.
getPassword() - Method in class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
getPeriod() - Method in class com.jrefinery.data.TimeSeriesDataPair
Returns the time period.
getPieDataset() - Method in class com.jrefinery.chart.PiePlot
Returns the dataset for the plot, cast as a PieDataset.
getPieDatasetTotal(PieDataset) - Static method in class com.jrefinery.data.DatasetUtilities
Calculates the total of all the values in a PieDataset.
getPlot() - Method in class com.jrefinery.chart.Axis
Returns the plot that the axis is assigned to.
getPlot() - Method in class com.jrefinery.chart.AbstractCategoryItemRenderer
Returns the plot.
getPlot() - Method in class com.jrefinery.chart.AbstractXYItemRenderer
Returns the plot that this renderer has been assigned to.
getPlot() - Method in interface com.jrefinery.chart.XYItemRenderer
Returns the plot that this renderer has been assigned to.
getPlot() - Method in class com.jrefinery.chart.JFreeChart
Returns the plot for the chart.
getPlot() - Method in interface com.jrefinery.chart.CategoryItemRenderer
Returns the plot that the renderer has been assigned to.
getPlot() - Method in class com.jrefinery.chart.event.PlotChangeEvent
Returns the plot that generated the event.
getPlotArea() - Method in class com.jrefinery.chart.AreaXYItemRenderer
Returns true if Area is being plotted by the renderer.
getPlotArea() - Method in class com.jrefinery.chart.ChartRenderingInfo
Returns the area in which the plot (and axes, if any) were drawn.
getPlotImages() - Method in class com.jrefinery.chart.StandardXYItemRenderer
Returns true if images are being plotted by the renderer.
getPlotInsets() - Method in class com.jrefinery.chart.ui.PlotPropertyEditPanel
Returns the current plot insets.
getPlotLines() - Method in class com.jrefinery.chart.StandardXYItemRenderer
Returns true if lines are being plotted by the renderer.
getPlotLines() - Method in class com.jrefinery.chart.AreaXYItemRenderer
Returns true if lines are being plotted by the renderer.
getPlotPropertyEditPanel() - Method in class com.jrefinery.chart.ui.ChartPropertyEditPanel
Returns a reference to the plot property sub-panel.
getPlotShapes() - Method in class com.jrefinery.chart.StandardXYItemRenderer
Returns true if shapes are being plotted by the renderer.
getPlotShapes() - Method in class com.jrefinery.chart.AreaXYItemRenderer
Returns true if shapes are being plotted by the renderer.
getPlotType() - Method in class com.jrefinery.chart.Plot
Returns a short string describing the plot type.
getPlotType() - Method in class com.jrefinery.chart.ThermometerPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class com.jrefinery.chart.XYPlot
Returns the plot type as a string.
getPlotType() - Method in class com.jrefinery.chart.CombinedXYPlot
Returns a string describing the type of plot.
getPlotType() - Method in class com.jrefinery.chart.OverlaidXYPlot
Returns a string representing the plot type.
getPlotType() - Method in class com.jrefinery.chart.MeterPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class com.jrefinery.chart.PiePlot
Returns a short string describing the type of plot.
getPlotType() - Method in class com.jrefinery.chart.FastScatterPlot
Returns a short string describing the plot type.
getPlotType() - Method in class com.jrefinery.chart.VerticalCategoryPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class com.jrefinery.chart.OverlaidVerticalCategoryPlot
Returns a string for the plot type.
getPlotType() - Method in class com.jrefinery.chart.CompassPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class com.jrefinery.chart.PeriodMarkerPlot
Returns the plot type as a string.
getPlotType() - Method in class com.jrefinery.chart.Pie3DPlot
Returns a short string describing the type of plot.
getPlotType() - Method in class com.jrefinery.chart.HorizontalCategoryPlot
Returns a short string describing the type of plot.
getPopupMenu() - Method in class com.jrefinery.chart.ChartPanel
Returns the popup menu.
getPosition() - Method in class com.jrefinery.data.TimeSeriesCollection
Returns the position of the x-value returned for a time period (START, MIDDLE, or END).
getPosition() - Method in class com.jrefinery.chart.AbstractTitle
Returns the relative position of the title---represented by one of four integer constants defined in this class: TOP, BOTTOM, RIGHT or LEFT (or the equivalent NORTH, SOUTH, EAST and WEST).
getPowerRegression(double[][]) - Static method in class com.jrefinery.data.Regression
Returns the parameters 'a' and 'b' for an equation y = ax^b, fitted to the data using a power regression equation.
getPowerRegression(XYDataset, int) - Static method in class com.jrefinery.data.Regression
Returns the parameters 'a' and 'b' for an equation y = ax^b, fitted to the data using a power regression equation.
getPreferredHeight(Graphics2D) - Method in class com.jrefinery.chart.AbstractTitle
Returns the preferred height of the title.
getPreferredHeight(Graphics2D) - Method in class com.jrefinery.chart.ImageTitle
Returns the preferred height of the title.
getPreferredHeight(Graphics2D) - Method in class com.jrefinery.chart.TextTitle
Returns the preferred height of the title.
getPreferredSize() - Method in class com.jrefinery.chart.demo.JFreeChartDemo
Returns the preferred size for the frame.
getPreferredSize() - Method in class com.jrefinery.chart.demo.DescriptionPanel
Returns the preferred size.
getPreferredWidth(Graphics2D) - Method in class com.jrefinery.chart.AbstractTitle
Returns the preferred width of the title.
getPreferredWidth(Graphics2D) - Method in class com.jrefinery.chart.ImageTitle
Returns the preferred width of the title.
getPreferredWidth(Graphics2D) - Method in class com.jrefinery.chart.TextTitle
Returns the preferred width of the title.
getPreviousHeight(CategoryDataset, int, Object) - Method in class com.jrefinery.chart.StackedAreaCategoryItemRenderer
Calculates the stacked value of the all series up to, but not including series for the specified category, category.
getPrimitive() - Method in class com.jrefinery.chart.demo.Performance2
Just use double value - should be fast.
getPrimitiveAsObject() - Method in class com.jrefinery.chart.demo.Performance2
Creates a Number object every time the primitive is accessed - should be really slow.
getPrimitiveAsObjectLoop(int) - Method in class com.jrefinery.chart.demo.Performance2
Cycles through accessing the primitive as an object.
getPrimitiveLoop(int) - Method in class com.jrefinery.chart.demo.Performance2
Cycles through accessing the primitive.
getQuarter() - Method in class com.jrefinery.data.Quarter
Returns the quarter.
getRadiusPercent() - Method in class com.jrefinery.chart.PiePlot
Returns the radius percentage.
getRange() - Method in class com.jrefinery.chart.ValueAxis
Returns the range for the axis.
getRangeAxis() - Method in class com.jrefinery.chart.ThermometerPlot
Returns the range axis.
getRangeAxis() - Method in class com.jrefinery.chart.XYPlot
Returns the range axis for the plot.
getRangeAxis() - Method in class com.jrefinery.chart.CategoryPlot
Returns the range axis for the plot.
getRangeAxis() - Method in class com.jrefinery.chart.FastScatterPlot
Returns the range axis for the plot.
getRangeAxisPropertyEditPanel() - Method in class com.jrefinery.chart.ui.PlotPropertyEditPanel
Returns a reference to the panel for editing the properties of the range axis.
getRangeDescription() - Method in class com.jrefinery.data.BasicTimeSeries
Returns the range description.
getRangeExtent(Dataset) - Static method in class com.jrefinery.data.DatasetUtilities
Returns the range of values in the range for the dataset.
getRenderer() - Method in class com.jrefinery.chart.XYPlot
Returns the item renderer.
getRenderer() - Method in class com.jrefinery.chart.CategoryPlot
Returns a reference to the renderer for the plot.
getResources() - Method in class com.jrefinery.chart.demo.JFreeChartDemoBase
This makes the resources bundle available.
getResults() - Method in class com.jrefinery.chart.data.PlotFit
Returns a three-dimensional array based on algorithm calculations.
getRightSpace(double) - Method in class com.jrefinery.chart.Spacer
Returns the amount of space for the right hand side of a rectangular area.
getRowCount() - Method in class com.jrefinery.data.TimeSeriesTableModel
Returns the number of rows in the table model.
getScaledDataArea() - Method in class com.jrefinery.chart.ChartPanel
Returns the data area for the chart (the area inside the axes) with the current scaling applied.
getSchema() - Method in class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
getSecond() - Method in class com.jrefinery.data.Second
Returns the second.
getSecond() - Method in class com.jrefinery.data.Millisecond
Returns the second.
getSectionLabelFont() - Method in class com.jrefinery.chart.PiePlot
Returns the section label font.
getSectionLabelGapPercent() - Method in class com.jrefinery.chart.PiePlot
Returns the section label gap, measured as a percentage of the radius.
getSectionLabelPaint() - Method in class com.jrefinery.chart.PiePlot
Returns the section label paint.
getSectionLabelType() - Method in class com.jrefinery.chart.PiePlot
Returns the section label type.
getSerialDate() - Method in class com.jrefinery.data.Day
Returns the day as a SerialDate.
getSerialIndex() - Method in class com.jrefinery.data.TimePeriod
Returns a serial index number for the time unit.
getSerialIndex() - Method in class com.jrefinery.data.Year
Returns a serial index number for the year.
getSerialIndex() - Method in class com.jrefinery.data.Month
Returns a serial index number for the month.
getSerialIndex() - Method in class com.jrefinery.data.Hour
Returns a serial index number for the hour.
getSerialIndex() - Method in class com.jrefinery.data.Week
Returns a serial index number for the week.
getSerialIndex() - Method in class com.jrefinery.data.Day
Returns a serial index number for the week.
getSerialIndex() - Method in class com.jrefinery.data.Minute
Returns a serial index number for the minute.
getSerialIndex() - Method in class com.jrefinery.data.FixedMillisecond
Returns a serial index number for the millisecond.
getSerialIndex() - Method in class com.jrefinery.data.Second
Returns a serial index number for the minute.
getSerialIndex() - Method in class com.jrefinery.data.Millisecond
Returns a serial index number for the millisecond.
getSerialIndex() - Method in class com.jrefinery.data.Quarter
Returns a serial index number for the quarter.
getSeries() - Method in class com.jrefinery.chart.entity.CategoryItemEntity
Returns the series index.
getSeries() - Method in class com.jrefinery.chart.entity.XYItemEntity
Returns the series index.
getSeries(int) - Method in class com.jrefinery.data.XYSeriesCollection
Returns a series.
getSeries(int) - Method in class com.jrefinery.data.TimeSeriesCollection
Returns a series.
getSeriesCount() - Method in class com.jrefinery.data.AbstractSeriesDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class com.jrefinery.data.DefaultCategoryDataset
Returns the number of series in the dataset (possibly zero).
getSeriesCount() - Method in interface com.jrefinery.data.SeriesDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class com.jrefinery.data.SubSeriesDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class com.jrefinery.data.XYSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class com.jrefinery.data.TimeSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class com.jrefinery.data.DefaultHighLowDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class com.jrefinery.data.CombinedDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class com.jrefinery.data.DefaultIntervalCategoryDataset
Returns the number of series in the dataset (possibly zero).
getSeriesCount() - Method in class com.jrefinery.data.DefaultXYDataset
Returns the number of series.
getSeriesCount() - Method in class com.jrefinery.data.GanttSeriesCollection
Returns the number of series in the collection.
getSeriesCount() - Method in class com.jrefinery.data.JdbcXYDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class com.jrefinery.data.DefaultStatisticalCategoryDataset
Returns the number of series in the dataset (possibly zero).
getSeriesCount() - Method in class com.jrefinery.data.DefaultWindDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class com.jrefinery.chart.XYPlot
Returns the number of series in the dataset for this plot.
getSeriesCount() - Method in class com.jrefinery.chart.OverlaidXYPlot
Returns the number of series in this plot.
getSeriesCount() - Method in class com.jrefinery.chart.CategoryPlot
Returns the number of series in this plot.
getSeriesCount() - Method in class com.jrefinery.chart.OverlaidVerticalCategoryPlot
Returns the number of series in the plot.
getSeriesCount() - Method in class com.jrefinery.chart.demo.EmptyXYDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class com.jrefinery.chart.demo.SampleYSymbolicDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class com.jrefinery.chart.demo.SampleXYDataset2
Returns the number of series in the dataset.
getSeriesCount() - Method in class com.jrefinery.chart.demo.SampleSignalDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class com.jrefinery.chart.demo.SimpleIntervalXYDataset
Returns the number of series in the dataset.
getSeriesCount() - Method in class com.jrefinery.chart.demo.SampleXYDataset
Returns the number of series in the dataset.
getSeriesLabelFont() - Method in class com.jrefinery.chart.PiePlot
Returns the series label font.
getSeriesLabelPaint() - Method in class com.jrefinery.chart.PiePlot
Returns the series label paint.
getSeriesName(int) - Method in class com.jrefinery.data.AbstractSeriesDataset
Returns the name of a series.
getSeriesName(int) - Method in class com.jrefinery.data.DefaultCategoryDataset
Returns the name of the specified series.
getSeriesName(int) - Method in interface com.jrefinery.data.SeriesDataset
Returns the name of a series.
getSeriesName(int) - Method in class com.jrefinery.data.SubSeriesDataset
Returns the name of a series.
getSeriesName(int) - Method in class com.jrefinery.data.XYSeriesCollection
Returns the name of a series.
getSeriesName(int) - Method in class com.jrefinery.data.TimeSeriesCollection
Returns the name of a series.
getSeriesName(int) - Method in class com.jrefinery.data.DefaultHighLowDataset
Returns the name of the series stored in this dataset.
getSeriesName(int) - Method in class com.jrefinery.data.CombinedDataset
Returns the name of a series.
getSeriesName(int) - Method in class com.jrefinery.data.DefaultIntervalCategoryDataset
Returns the name of the specified series.
getSeriesName(int) - Method in class com.jrefinery.data.DefaultXYDataset
Returns the name of the specified series.
getSeriesName(int) - Method in class com.jrefinery.data.GanttSeriesCollection
Returns the name of a series.
getSeriesName(int) - Method in class com.jrefinery.data.JdbcXYDataset
Returns the name of the specified series.
getSeriesName(int) - Method in class com.jrefinery.data.DefaultStatisticalCategoryDataset
Returns the name of the specified series.
getSeriesName(int) - Method in class com.jrefinery.data.DefaultWindDataset
Returns the name of a series.
getSeriesName(int) - Method in class com.jrefinery.chart.demo.EmptyXYDataset
Returns the name of the series.
getSeriesName(int) - Method in class com.jrefinery.chart.demo.SampleYSymbolicDataset
Returns the name of the series.
getSeriesName(int) - Method in class com.jrefinery.chart.demo.SampleXYDataset2
Returns the name of the series.
getSeriesName(int) - Method in class com.jrefinery.chart.demo.SampleSignalDataset
Returns the name of a series.
getSeriesName(int) - Method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Returns the name of the series.
getSeriesName(int) - Method in class com.jrefinery.chart.demo.SimpleIntervalXYDataset
Returns the name of a series.
getSeriesName(int) - Method in class com.jrefinery.chart.demo.SampleXYDataset
Returns the name of the series.
getSeriesOutlinePaint(int) - Method in class com.jrefinery.chart.Plot
Returns the Paint used to outline any shapes for the specified series.
getSeriesOutlineStroke(int) - Method in class com.jrefinery.chart.Plot
Returns the Stroke used to outline any shapes for the specified series.
getSeriesPaint(int) - Method in class com.jrefinery.chart.Plot
Returns a Paint object used as the main color for a series.
getSeriesStroke(int) - Method in class com.jrefinery.chart.Plot
Returns the Stroke used to draw any shapes for a series.
getShape(int, int, double, double, double) - Method in class com.jrefinery.chart.DefaultShapeFactory
Returns a Shape that can be used in plotting data.
getShape(int, int, double, double, double) - Method in class com.jrefinery.chart.Plot
Returns a Shape that can be used in plotting data.
getShape(int, int, double, double, double) - Method in class com.jrefinery.chart.SeriesShapeFactory
Returns a Shape that can be used in plotting data.
getShape(int, int, double, double, double) - Method in interface com.jrefinery.chart.ShapeFactory
Returns a Shape that can be used in plotting data.
getShape(int, Object, double, double, double) - Method in class com.jrefinery.chart.DefaultShapeFactory
Returns a Shape that can be used in plotting data.
getShape(int, Object, double, double, double) - Method in class com.jrefinery.chart.Plot
Returns a Shape that can be used in plotting data.
getShape(int, Object, double, double, double) - Method in class com.jrefinery.chart.SeriesShapeFactory
Returns a Shape that can be used in plotting data.
getShape(int, Object, double, double, double) - Method in interface com.jrefinery.chart.ShapeFactory
Returns a Shape that can be used in plotting data.
getShape(Plot, int, int, double, double, double) - Method in class com.jrefinery.chart.StandardXYItemRenderer
Returns the shape used to draw a single data item.
getShapeCoords() - Method in class com.jrefinery.chart.entity.ChartEntity
Returns the shape coordinates as a string.
getShapeFactory() - Method in class com.jrefinery.chart.Plot
Returns the object used to generate shapes for marking data points.
getShapeHeight() - Method in class com.jrefinery.chart.SignalRenderer
Returns the shape height.
getShapeScale(Plot, int, int, double, double) - Method in class com.jrefinery.chart.StandardXYItemRenderer
Returns the shape scale of a single data item.
getShapeType() - Method in class com.jrefinery.chart.entity.ChartEntity
Returns a string describing the entity area.
getShapeWidth() - Method in class com.jrefinery.chart.SignalRenderer
Returns the shape width.
getShowSeriesLabels() - Method in class com.jrefinery.chart.PiePlot
Returns the show series labels flag.
getShowValueLines() - Method in class com.jrefinery.chart.ThermometerPlot
Returns the flag that controls whether not value lines are displayed.
getSize() - Method in class com.jrefinery.chart.TickUnit
Returns the size of the tick unit.
getSkipCategoryLabelsToFit() - Method in class com.jrefinery.chart.HorizontalCategoryAxis
Returns the flag that determines whether the category labels are to be skipped to avoid overlapping.
getSlope(Number[], Number[]) - Static method in class com.jrefinery.data.Statistics
Finds the slope of a regression line using least squares.
getSpacer() - Method in class com.jrefinery.chart.AbstractTitle
Returns the spacer (determines the blank space around the edges) for this title.
getStackedRangeExtent(CategoryDataset) - Static method in class com.jrefinery.data.DatasetUtilities
Returns the range of values for the range (as in domain/range) of the dataset, assuming that the series in one category are stacked.
getStandardTickUnits() - Method in class com.jrefinery.chart.ValueAxis
Returns the standard tick units for the axis.
getStart() - Method in class com.jrefinery.data.TimePeriod
Returns the first millisecond of the time period, evaluated in the default time zone.
getStart() - Method in class com.jrefinery.data.TimeAllocation
Returns the start date/time.
getStart() - Method in class com.jrefinery.data.FixedMillisecond
Returns the first millisecond of the time period.
getStart() - Method in class com.jrefinery.data.Millisecond
Returns the first millisecond of the time period.
getStart(Calendar) - Method in class com.jrefinery.data.TimePeriod
Returns the first millisecond of the time period, evaluated using the supplied calendar (which incorporates a timezone).
getStart(Calendar) - Method in class com.jrefinery.data.Year
Returns the first millisecond of the year, evaluated using the supplied calendar (which determines the time zone).
getStart(Calendar) - Method in class com.jrefinery.data.Month
Returns the first millisecond of the month, evaluated using the supplied calendar (which determines the time zone).
getStart(Calendar) - Method in class com.jrefinery.data.Hour
Returns the first millisecond of the hour.
getStart(Calendar) - Method in class com.jrefinery.data.Week
Returns the first millisecond of the week, evaluated using the supplied calendar (which determines the time zone).
getStart(Calendar) - Method in class com.jrefinery.data.Day
Returns the first millisecond of the day, evaluated using the supplied calendar (which determines the time zone).
getStart(Calendar) - Method in class com.jrefinery.data.Minute
Returns the first millisecond of the minute.
getStart(Calendar) - Method in class com.jrefinery.data.FixedMillisecond
Returns the first millisecond of the time period.
getStart(Calendar) - Method in class com.jrefinery.data.Second
Returns the first millisecond of the minute.
getStart(Calendar) - Method in class com.jrefinery.data.Millisecond
Returns the first millisecond of the time period.
getStart(Calendar) - Method in class com.jrefinery.data.Quarter
Returns the first millisecond in the Quarter, evaluated using the supplied calendar (which determines the time zone).
getStart(TimeZone) - Method in class com.jrefinery.data.TimePeriod
Returns the first millisecond of the time period, evaluated within a specific time zone.
getStartAngle() - Method in class com.jrefinery.chart.PiePlot
Returns the start angle for the first pie section.
getStartValue() - Method in class com.jrefinery.chart.IntervalMarker
Returns the start value for the interval.
getStartValue(int, Object) - Method in interface com.jrefinery.data.IntervalCategoryDataset
Returns the min value for the specified series (zero-based index) and category.
getStartValue(int, Object) - Method in class com.jrefinery.data.DefaultIntervalCategoryDataset
Returns the start data value for one category in a series.
getStartValue(int, Object) - Method in class com.jrefinery.data.GanttSeriesCollection
Returns the min value for the specified series (zero-based index) and category.
getStartXValue(int, int) - Method in interface com.jrefinery.data.IntervalXYDataset
Returns the starting X value for the specified series and item.
getStartXValue(int, int) - Method in class com.jrefinery.data.SubSeriesDataset
Returns the starting X value for the specified series and item.
getStartXValue(int, int) - Method in interface com.jrefinery.data.IntervalXYZDataset
Returns the starting X value for the specified series and item.
getStartXValue(int, int) - Method in class com.jrefinery.data.TimeSeriesCollection
Returns the starting X value for the specified series and item.
getStartXValue(int, int) - Method in class com.jrefinery.data.CombinedDataset
Returns the starting X value for the specified series and item.
getStartXValue(int, int) - Method in class com.jrefinery.chart.demo.SimpleIntervalXYDataset
Returns the starting X value for the specified series and item.
getStartYValue(int, int) - Method in interface com.jrefinery.data.IntervalXYDataset
Returns the starting Y value for the specified series and item.
getStartYValue(int, int) - Method in class com.jrefinery.data.SubSeriesDataset
Returns the starting Y value for the specified series and item.
getStartYValue(int, int) - Method in interface com.jrefinery.data.IntervalXYZDataset
Returns the starting Y value for the specified series and item.
getStartYValue(int, int) - Method in class com.jrefinery.data.TimeSeriesCollection
Returns the starting Y value for the specified series and item.
getStartYValue(int, int) - Method in class com.jrefinery.data.CombinedDataset
Returns the starting Y value for the specified series and item.
getStartYValue(int, int) - Method in class com.jrefinery.chart.demo.SimpleIntervalXYDataset
Returns the starting Y value for the specified series and item.
getStartZValue(int, int) - Method in interface com.jrefinery.data.IntervalXYZDataset
Returns the starting Z value for the specified series and item.
getStdDev(Number[]) - Static method in class com.jrefinery.data.Statistics
Returns the standard deviation of a set of numbers.
getStdDevValue(int, Object) - Method in interface com.jrefinery.data.StatisticalCategoryDataset
Returns the standard deviation value for the specified series (zero-based index) and category.
getStdDevValue(int, Object) - Method in class com.jrefinery.data.DefaultStatisticalCategoryDataset
Returns the standard deviation data value for one category in a series.
getStroke() - Method in class com.jrefinery.chart.HighLow
Returns the Stroke object used to draw the line.
getSubrangePaint(int) - Method in class com.jrefinery.chart.ThermometerPlot
Gets the paint used for a particular subrange.
getSymbolicGridLine(int) - Method in class com.jrefinery.chart.HorizontalSymbolicAxis
Get the symbolic grid line corresponding to the specified position.
getSymbolicGridLine(int) - Method in class com.jrefinery.chart.VerticalSymbolicAxis
Get the symbolic grid line corresponding to the specified position.
getSymbolicGridPaint() - Method in class com.jrefinery.chart.HorizontalSymbolicAxis
Returns the symbolic grid line color.
getSymbolicGridPaint() - Method in class com.jrefinery.chart.VerticalSymbolicAxis
Returns the symbolic grid line color.
getSymbolicValue() - Method in class com.jrefinery.chart.HorizontalSymbolicAxis
Returns the list of the symbolic values to display.
getSymbolicValue() - Method in class com.jrefinery.chart.VerticalSymbolicAxis
Returns the list of the symbolic values to display.
getTasks() - Method in class com.jrefinery.data.GanttSeries
Returns the tasks.
getTempXYDataset() - Method in class com.jrefinery.chart.PeriodMarkerPlot
A convenience method that returns the dataset for the plot, cast as an XYDataset.
getText() - Method in class com.jrefinery.chart.Tick
Returns the text version of the tick value.
getText() - Method in class com.jrefinery.chart.TextTitle
Returns the title text.
getThermometerPaint() - Method in class com.jrefinery.chart.ThermometerPlot
Returns the paint used to draw the thermometer outline.
getThermometerStroke() - Method in class com.jrefinery.chart.ThermometerPlot
Returns the stroke used to draw the thermometer outline.
getTickLabelFont() - Method in class com.jrefinery.chart.Axis
Returns the font used for the tick labels (if showing).
getTickLabelFont() - Method in class com.jrefinery.chart.MeterPlot
Returns the tick label font.
getTickLabelFont() - Method in class com.jrefinery.chart.ui.AxisPropertyEditPanel
Returns the font used to draw the tick labels (if they are showing).
getTickLabelInsets() - Method in class com.jrefinery.chart.Axis
Returns the insets for the tick labels.
getTickLabelInsets() - Method in class com.jrefinery.chart.ui.AxisPropertyEditPanel
Returns the current tick label insets value
getTickLabelPaint() - Method in class com.jrefinery.chart.Axis
Returns the color/shade used for the tick labels.
getTickLabelPaint() - Method in class com.jrefinery.chart.ui.AxisPropertyEditPanel
Returns the current tick label paint.
getTickLabelType() - Method in class com.jrefinery.chart.MeterPlot
Returns the tick label type.
getTickMarkPaint() - Method in class com.jrefinery.chart.Axis
Returns the paint used to draw tick marks (if they are showing).
getTickMarkStroke() - Method in class com.jrefinery.chart.Axis
Returns the pen/brush used to draw tick marks (if they are showing).
getTickSize() - Method in class com.jrefinery.chart.HighLow
Returns the width of the open/close tick.
getTickUnit() - Method in class com.jrefinery.chart.NumberAxis
Returns the tick unit for the axis.
getTickUnit() - Method in class com.jrefinery.chart.DateAxis
Returns the tick unit for the axis.
getTime() - Method in class com.jrefinery.data.FixedMillisecond
Returns the date/time.
getTimeAllocation(Object) - Method in class com.jrefinery.data.GanttSeries
Returns the time allocation for a task.
getTimePeriod(int) - Method in class com.jrefinery.data.BasicTimeSeries
Returns the time period at the specified index.
getTimePeriodClass() - Method in class com.jrefinery.data.BasicTimeSeries
Returns the time period class for this series.
getTimePeriods() - Method in class com.jrefinery.data.BasicTimeSeries
Returns a collection of all the time periods in the time series.
getTimePeriodsUniqueToOtherSeries(BasicTimeSeries) - Method in class com.jrefinery.data.BasicTimeSeries
Returns a collection of time periods in the specified series, but not in this series, and therefore unique to the specified series.
getTitle() - Method in class com.jrefinery.chart.event.TitleChangeEvent
Returns the title that generated the event.
getTitle() - Method in class com.jrefinery.chart.ui.TitlePropertyEditPanel
Returns the title entered in the panel.
getTitle(int) - Method in class com.jrefinery.chart.JFreeChart
Returns a chart title.
getTitleCount() - Method in class com.jrefinery.chart.JFreeChart
Returns the number of titles for the chart.
getTitleFont() - Method in class com.jrefinery.chart.ui.TitlePropertyEditPanel
Returns the font selected in the panel.
getTitlePaint() - Method in class com.jrefinery.chart.ui.TitlePropertyEditPanel
Returns the paint selected in the panel.
getTitlePropertyEditPanel() - Method in class com.jrefinery.chart.ui.ChartPropertyEditPanel
Returns a reference to the title property sub-panel.
getTitles() - Method in class com.jrefinery.chart.JFreeChart
Returns a reference to the list of titles.
getToolTipGenerator() - Method in class com.jrefinery.chart.AbstractCategoryItemRenderer
Returns the tool tip generator.
getToolTipGenerator() - Method in class com.jrefinery.chart.AbstractXYItemRenderer
Returns the tool tip generator.
getToolTipGenerator() - Method in interface com.jrefinery.chart.XYItemRenderer
Returns the tool tip generator for the renderer (possibly null).
getToolTipGenerator() - Method in class com.jrefinery.chart.PiePlot
Returns the tooltip generator (possibly null).
getToolTipText() - Method in class com.jrefinery.chart.entity.ChartEntity
Returns the tool tip text for the entity.
getToolTipText(MouseEvent) - Method in class com.jrefinery.chart.ChartPanel
Returns a string for the tooltip.
getTopSpace(double) - Method in class com.jrefinery.chart.Spacer
Returns the amount of space for the top of a rectangular area.
getTrailGapPercent() - Method in class com.jrefinery.chart.CategoryPlot
Returns the gap following the last bar on the chart, as a percentage of the available drawing space.
getTranslate() - Method in class com.jrefinery.chart.demo.SampleXYDataset
Returns the translation factor.
getTrigger() - Method in class com.jrefinery.chart.ChartMouseEvent
Returns the mouse event that triggered this event.
getType() - Method in class com.jrefinery.chart.event.ChartChangeEvent
Returns the event type.
getType(int, int) - Method in class com.jrefinery.data.SubSeriesDataset
Returns the type.
getType(int, int) - Method in interface com.jrefinery.data.SignalsDataset
Returns the type.
getType(int, int) - Method in class com.jrefinery.chart.demo.SampleSignalDataset
Returns the type.
getUnit() - Method in class com.jrefinery.chart.DateTickUnit
Returns the date unit.
getUnits() - Method in class com.jrefinery.data.DefaultMeterDataset
Returns the measurement units for the data.
getUnits() - Method in interface com.jrefinery.data.MeterDataset
Returns a string representing the units on the dial.
getUnits() - Method in class com.jrefinery.chart.ThermometerPlot
Returns the unit display type (none/Fahrenheit/Celcius/Kelvin).
getUpPaint() - Method in class com.jrefinery.chart.CandlestickRenderer
Returns the paint used to fill candles when the price moves up from open to close.
getUpperBound() - Method in class com.jrefinery.data.Range
Returns the upper bound for the range.
getUpperBound() - Method in class com.jrefinery.chart.ThermometerPlot
Returns the upper bound for the thermometer.
getUpperDate() - Method in class com.jrefinery.data.DateRange
Returns the upper bound for the axis.
getUpperMargin() - Method in class com.jrefinery.chart.ValueAxis
Returns the margin (a percentage of the current range) by which the upper bound for the axis exceeds the maximum data value.
getURL() - Method in class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
getURLGenerator() - Method in class com.jrefinery.chart.AbstractCategoryItemRenderer
Returns the URL generator for HTML image maps.
getURLGenerator() - Method in class com.jrefinery.chart.AbstractXYItemRenderer
Returns the URL generator for HTML image maps.
getURLGenerator() - Method in interface com.jrefinery.chart.XYItemRenderer
Returns the URL generator for HTML image maps.
getURLGenerator() - Method in class com.jrefinery.chart.PiePlot
Returns the URL generator (possibly null).
getURLText() - Method in class com.jrefinery.chart.entity.ChartEntity
Returns the URL text for the entity.
getUseCategoriesPaint() - Method in class com.jrefinery.chart.AbstractCategoryItemRenderer
Returns the flag that controls whether or not the renderer uses the category paint settings.
getUserName() - Method in class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
getUseSubrangePaint() - Method in class com.jrefinery.chart.ThermometerPlot
Returns a flag that controls whether or not the mercury color changes for each subrange.
getValue() - Method in class com.jrefinery.data.DefaultMeterDataset
Returns the value.
getValue() - Method in interface com.jrefinery.data.MeterDataset
Returns the value.
getValue() - Method in class com.jrefinery.data.TimeSeriesDataPair
Returns the value.
getValue() - Method in class com.jrefinery.chart.Marker
Returns the value.
getValue() - Method in class com.jrefinery.chart.JThermometer
Returns the value of the thermometer.
getValue(double) - Method in class com.jrefinery.data.LineFunction2D
Returns the function value.
getValue(double) - Method in interface com.jrefinery.data.Function2D
Returns the value of the function ('y') for a given input ('x').
getValue(double) - Method in class com.jrefinery.data.PowerFunction2D
Returns the value of the function for a given input ('x').
getValue(int) - Method in class com.jrefinery.data.BasicTimeSeries
Returns the value at the specified index.
getValue(int) - Method in interface com.jrefinery.data.Values
Returns a value.
getValue(int) - Method in class com.jrefinery.chart.HighLow
Returns either OPEN or CLOSE value depending on the valueType.
getValue(int) - Method in class com.jrefinery.chart.demo.Performance
Repeatedly grabs a value from a double.
getValue(int, Object) - Method in class com.jrefinery.data.DefaultCategoryDataset
Returns the data value for one category in a series.
getValue(int, Object) - Method in interface com.jrefinery.data.CategoryDataset
Returns the value for a series and category.
getValue(int, Object) - Method in class com.jrefinery.data.DefaultIntervalCategoryDataset
Returns the data value for one category in a series.
getValue(int, Object) - Method in class com.jrefinery.data.GanttSeriesCollection
Returns the value for a series and category.
getValue(int, Object) - Method in class com.jrefinery.data.DefaultStatisticalCategoryDataset
Returns the data value for one category in a series.
getValue(Object) - Method in interface com.jrefinery.data.PieDataset
Returns the value for a category.
getValue(Object) - Method in class com.jrefinery.data.DefaultPieDataset
Returns the data value for a category.
getValue(TimePeriod) - Method in class com.jrefinery.data.BasicTimeSeries
Returns the value for a time period.
getValueAt(int, int) - Method in class com.jrefinery.data.TimeSeriesTableModel
Returns the data value for a cell in the table model.
getValueCount() - Method in interface com.jrefinery.data.Values
Returns the number of values in the collection.
getValueFont() - Method in class com.jrefinery.chart.ThermometerPlot
Gets the font used to display the current value.
getValueFont() - Method in class com.jrefinery.chart.MeterPlot
Returns the font for the value label.
getValueLabelsVisible() - Method in class com.jrefinery.chart.CategoryPlot
Returns a flag that indicates whether or not the value labels are showing.
getValueLocation() - Method in class com.jrefinery.chart.ThermometerPlot
Returns the value location.
getValuePaint() - Method in class com.jrefinery.chart.ThermometerPlot
Gets the paint used to display the current value.
getValuePaint() - Method in class com.jrefinery.chart.MeterPlot
Returns the paint for the value label.
getValueRange() - Method in class com.jrefinery.data.JdbcXYDataset
Returns the range of the values in this dataset's range (y-values).
getValueRange() - Method in interface com.jrefinery.data.RangeInfo
Returns the range of the values in this dataset's range.
getValueRange() - Method in class com.jrefinery.chart.demo.SampleXYDataset2
Returns the range of values in the range (y-values).
getVerticalAlignment() - Method in class com.jrefinery.chart.AbstractTitle
Returns the vertical alignment of the title.
getVerticalAxis() - Method in class com.jrefinery.chart.XYPlot
Returns the vertical axis.
getVerticalCategoryLabels() - Method in class com.jrefinery.chart.HorizontalCategoryAxis
Returns a flag indicating whether the category labels are drawn 'vertically'.
getVerticalDataRange() - Method in class com.jrefinery.chart.ThermometerPlot
Returns the vertical data range.
getVerticalDataRange() - Method in interface com.jrefinery.chart.VerticalValuePlot
Returns the range for the data to be plotted against the vertical axis.
getVerticalDataRange() - Method in class com.jrefinery.chart.XYPlot
Returns the range for the vertical axis.
getVerticalDataRange() - Method in class com.jrefinery.chart.CombinedXYPlot
Returns the range for the vertical axis.
getVerticalDataRange() - Method in class com.jrefinery.chart.OverlaidXYPlot
Returns the vertical (y-axis) data range.
getVerticalDataRange() - Method in class com.jrefinery.chart.VerticalCategoryPlot
Returns the range of data values that will be plotted against the range axis.
getVerticalDataRange() - Method in class com.jrefinery.chart.OverlaidVerticalCategoryPlot
Returns the range of data values that will be plotted against the range axis.
getVerticalDataRange() - Method in class com.jrefinery.chart.PeriodMarkerPlot
Returns the range for the vertical axis.
getVerticalLabels() - Method in class com.jrefinery.chart.CategoryPlot
Returns true if the value labels should be rotated to vertical, and false for standard horizontal labels.
getVerticalTickLabels() - Method in class com.jrefinery.chart.HorizontalNumberAxis
Returns a flag indicating whether the tick labels are drawn 'vertically'.
getVerticalTickLabels() - Method in class com.jrefinery.chart.HorizontalDateAxis
Returns true if the tick labels should be rotated to vertical, and false for standard horizontal labels.
getVerticalValueAxis() - Method in class com.jrefinery.chart.ThermometerPlot
Returns the vertical value axis.
getVerticalValueAxis() - Method in interface com.jrefinery.chart.VerticalValuePlot
Returns the vertical axis.
getVerticalValueAxis() - Method in class com.jrefinery.chart.XYPlot
Returns the vertical axis.
getVerticalValueAxis() - Method in class com.jrefinery.chart.VerticalCategoryPlot
Returns the vertical value axis.
getVolumeValue(int, int) - Method in class com.jrefinery.data.SubSeriesDataset
Returns the volume.
getVolumeValue(int, int) - Method in class com.jrefinery.data.DefaultHighLowDataset
Returns the volume-value for one item in a series.
getVolumeValue(int, int) - Method in class com.jrefinery.data.CombinedDataset
Returns the volume value for the specified series and item.
getVolumeValue(int, int) - Method in interface com.jrefinery.data.HighLowDataset
Returns the volume for the specified series and item.
getWarningPaint() - Method in class com.jrefinery.chart.MeterPlot
Returns the paint used to display the 'warning' range.
getWeek() - Method in class com.jrefinery.data.Week
Returns the week.
getWeight() - Method in class com.jrefinery.chart.XYPlot
Returns the weight for this plot when it is used as a subplot within a combined plot.
getWidth() - Method in class com.jrefinery.chart.DrawableLegendItem
Get the width of this item.
getWindDirection(int, int) - Method in interface com.jrefinery.data.WindDataset
Returns the wind direction (should be in the range 0 to 12).
getWindDirection(int, int) - Method in class com.jrefinery.data.DefaultWindDataset
Returns the wind direction for one item within a series.
getWindForce(int, int) - Method in interface com.jrefinery.data.WindDataset
Returns the wind force on the Beaufort scale (0 to 12).
getWindForce(int, int) - Method in class com.jrefinery.data.DefaultWindDataset
Returns the wind force for one item within a series.
getX() - Method in class com.jrefinery.data.XYDataPair
Returns the x-value.
getX() - Method in class com.jrefinery.chart.DrawableLegendItem
Get the x-coordinate for the item's location.
getX() - Method in class com.jrefinery.chart.Tick
Returns the x-coordinate of the tick label.
getXFormat() - Method in class com.jrefinery.chart.tooltips.StandardXYToolTipGenerator
Returns the number formatter for the x-values.
getXSymbolicValue(Integer) - Method in interface com.jrefinery.data.XisSymbolic
Returns the symbolic value linked with the specified Integer.
getXSymbolicValue(Integer) - Method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Returns the X symbolic value linked with the specified Integer.
getXSymbolicValue(int, int) - Method in interface com.jrefinery.data.XisSymbolic
Returns the symbolic value of the data set specified by series and item parameters.
getXSymbolicValue(int, int) - Method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Returns the X symbolic value of the data set specified by series and item parameters.
getXSymbolicValues() - Method in interface com.jrefinery.data.XisSymbolic
Returns the list of symbolic values.
getXSymbolicValues() - Method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Returns the list of X symbolic values.
getXValue(int) - Method in class com.jrefinery.data.XYSeries
Returns the x-value at the specified index.
getXValue(int, int) - Method in class com.jrefinery.data.SubSeriesDataset
Returns the X-value for the specified series and item.
getXValue(int, int) - Method in class com.jrefinery.data.XYSeriesCollection
Returns the x-value for the specified series and item.
getXValue(int, int) - Method in class com.jrefinery.data.TimeSeriesCollection
Returns the x-value for the specified series and item.
getXValue(int, int) - Method in class com.jrefinery.data.DefaultHighLowDataset
Returns the x-value for one item in a series.
getXValue(int, int) - Method in interface com.jrefinery.data.XYDataset
Returns the x-value for an item within a series.
getXValue(int, int) - Method in class com.jrefinery.data.CombinedDataset
Returns the X-value for the specified series and item.
getXValue(int, int) - Method in class com.jrefinery.data.DefaultXYDataset
Returns the x value for the specified series and index (zero-based indices).
getXValue(int, int) - Method in class com.jrefinery.data.JdbcXYDataset
Returns the x-value for the specified series and item.
getXValue(int, int) - Method in class com.jrefinery.data.DefaultWindDataset
Returns the x-value for one item within a series.
getXValue(int, int) - Method in class com.jrefinery.chart.demo.EmptyXYDataset
Returns the x-value for the specified series and item.
getXValue(int, int) - Method in class com.jrefinery.chart.demo.SampleYSymbolicDataset
Returns the x-value for the specified series and item.
getXValue(int, int) - Method in class com.jrefinery.chart.demo.SampleXYDataset2
Returns the x-value for the specified series and item.
getXValue(int, int) - Method in class com.jrefinery.chart.demo.SampleSignalDataset
Returns the x-value for an item within a series.
getXValue(int, int) - Method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Returns the x-value for the specified series and item.
getXValue(int, int) - Method in class com.jrefinery.chart.demo.SimpleIntervalXYDataset
Returns the x-value for an item within a series.
getXValue(int, int) - Method in class com.jrefinery.chart.demo.SampleXYDataset
Returns the x-value for the specified series and item.
getXYDataset() - Method in class com.jrefinery.chart.XYPlot
A convenience method that returns the dataset for the plot, cast as an XYDataset.
getXYPlot() - Method in class com.jrefinery.chart.JFreeChart
Returns the plot cast as an XYPlot.
getY() - Method in class com.jrefinery.data.XYDataPair
Returns the y-value.
getY() - Method in class com.jrefinery.chart.DrawableLegendItem
Get the y-coordinate for the item's location.
getY() - Method in class com.jrefinery.chart.Tick
Returns the y-coordinate of the tick label.
getY(int, Number) - Method in class com.jrefinery.chart.data.LinearPlotFitAlgorithm
Returns a y-value for any given x-value.
getY(int, Number) - Method in interface com.jrefinery.chart.data.PlotFitAlgorithm
For a given x, must return a y.
getY(int, Number) - Method in class com.jrefinery.chart.data.MovingAveragePlotFitAlgorithm
Returns the y-value for any x-value.
getYear() - Method in class com.jrefinery.data.Year
Returns the year.
getYear() - Method in class com.jrefinery.data.Month
Returns the year in which the month falls.
getYear() - Method in class com.jrefinery.data.Hour
Returns the year in which this hour falls.
getYear() - Method in class com.jrefinery.data.Week
Returns the year in which the week falls.
getYear() - Method in class com.jrefinery.data.Day
Returns the year.
getYear() - Method in class com.jrefinery.data.Quarter
Returns the year.
getYearValue() - Method in class com.jrefinery.data.Month
Returns the year in which the month falls.
getYearValue() - Method in class com.jrefinery.data.Week
Returns the year in which the week falls, as an integer value.
getYFormat() - Method in class com.jrefinery.chart.tooltips.StandardXYToolTipGenerator
Returns the number formatter for the y-values.
getYSymbolicValue(Integer) - Method in interface com.jrefinery.data.YisSymbolic
Returns the symbolic value linked with the specified Integer.
getYSymbolicValue(Integer) - Method in class com.jrefinery.chart.demo.SampleYSymbolicDataset
Returns the symbolic value linked with the specified Integer.
getYSymbolicValue(Integer) - Method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Returns the Y symbolic value linked with the specified Integer.
getYSymbolicValue(int, int) - Method in interface com.jrefinery.data.YisSymbolic
Returns the symbolic value of the data set specified by series and item parameters.
getYSymbolicValue(int, int) - Method in class com.jrefinery.chart.demo.SampleYSymbolicDataset
Returns the symbolic value of the data set specified by series and item parameters.
getYSymbolicValue(int, int) - Method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Returns the Y symbolic value of the data set specified by series and item parameters.
getYSymbolicValues() - Method in interface com.jrefinery.data.YisSymbolic
Returns the list of symbolic values.
getYSymbolicValues() - Method in class com.jrefinery.chart.demo.SampleYSymbolicDataset
Returns the list of symbolic values.
getYSymbolicValues() - Method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Returns the list of Y symbolic values.
getYValue(int) - Method in class com.jrefinery.data.XYSeries
Returns the y-value at the specified index.
getYValue(int, int) - Method in class com.jrefinery.data.SubSeriesDataset
Returns the Y-value for the specified series and item.
getYValue(int, int) - Method in class com.jrefinery.data.XYSeriesCollection
Returns the y-value for the specified series and item.
getYValue(int, int) - Method in class com.jrefinery.data.TimeSeriesCollection
Returns the y-value for the specified series and item.
getYValue(int, int) - Method in class com.jrefinery.data.DefaultHighLowDataset
Returns the y-value for one item in a series.
getYValue(int, int) - Method in interface com.jrefinery.data.XYDataset
Returns the y-value for an item within a series.
getYValue(int, int) - Method in class com.jrefinery.data.CombinedDataset
Returns the Y-value for the specified series and item.
getYValue(int, int) - Method in class com.jrefinery.data.DefaultXYDataset
Returns the y value for the specified series and index (zero-based indices).
getYValue(int, int) - Method in class com.jrefinery.data.JdbcXYDataset
Returns the y-value for the specified series and item.
getYValue(int, int) - Method in class com.jrefinery.data.DefaultWindDataset
Returns the y-value for one item within a series.
getYValue(int, int) - Method in class com.jrefinery.chart.demo.EmptyXYDataset
Returns the y-value for the specified series and item.
getYValue(int, int) - Method in class com.jrefinery.chart.demo.SampleYSymbolicDataset
Returns the y-value for the specified series and item.
getYValue(int, int) - Method in class com.jrefinery.chart.demo.SampleXYDataset2
Returns the y-value for the specified series and item.
getYValue(int, int) - Method in class com.jrefinery.chart.demo.SampleSignalDataset
Returns the y-value for an item within a series.
getYValue(int, int) - Method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Returns the y-value for the specified series and item.
getYValue(int, int) - Method in class com.jrefinery.chart.demo.SimpleIntervalXYDataset
Returns the y-value for an item within a series.
getYValue(int, int) - Method in class com.jrefinery.chart.demo.SampleXYDataset
Returns the y-value for the specified series and item.
getZValue(int, int) - Method in interface com.jrefinery.data.XYZDataset
Returns the z-value for the specified series and item.
gotParameters() - Method in class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 

H

handleClick(int, int, ChartRenderingInfo) - Method in class com.jrefinery.chart.Plot
Handles a 'click' on the plot.
handleClick(int, int, ChartRenderingInfo) - Method in class com.jrefinery.chart.XYPlot
Handles a 'click' on the plot by updating the anchor values...
handleClick(int, int, ChartRenderingInfo) - Method in class com.jrefinery.chart.JFreeChart
Handles a 'click' on the chart.
handleClick(int, int, ChartRenderingInfo) - Method in class com.jrefinery.chart.VerticalCategoryPlot
Handles a 'click' on the plot by updating the anchor values.
handleClick(int, int, ChartRenderingInfo) - Method in class com.jrefinery.chart.HorizontalCategoryPlot
Handles a 'click' on the plot by updating the anchor values...
hasItemGaps() - Method in class com.jrefinery.chart.BarRenderer
Returns true if there are gaps between items within a category.
hasItemGaps() - Method in class com.jrefinery.chart.VerticalBarRenderer
Returns true, since for this renderer there are gaps between the items in one category.
hasItemGaps() - Method in class com.jrefinery.chart.HorizontalBarRenderer
Returns true to indicate that this renderer does allow for gaps between items.
hasItemGaps() - Method in class com.jrefinery.chart.StackedVerticalBarRenderer
Returns a flag (always false for this renderer) to indicate whether or not there are gaps between items in the plot.
hasItemGaps() - Method in class com.jrefinery.chart.HorizontalIntervalBarRenderer
Returns true, since for this renderer there are gaps between the items in one category.
hasItemGaps() - Method in class com.jrefinery.chart.StackedHorizontalBarRenderer
Returns a flag (always false for this renderer) to indicate whether or not there are gaps between items in the plot.
hasItemGaps() - Method in class com.jrefinery.chart.VerticalStatisticalBarRenderer
Returns true, since for this renderer there are gaps between the items in one category.
hasItemGaps() - Method in class com.jrefinery.chart.HorizontalBarRenderer3D
Returns true to indicate that this renderer does allow for gaps between items.
hasItemGaps() - Method in class com.jrefinery.chart.VerticalBarRenderer3D
Returns true, since there are (potentially) gaps between bars in this representation.
hasItemGaps() - Method in class com.jrefinery.chart.VerticalIntervalBarRenderer
Returns true, since for this renderer there are gaps between the items in one category.
hasItemGaps() - Method in class com.jrefinery.chart.StackedVerticalBarRenderer3D
Returns false, since the items in each category are stacked on top of one another.
hasLinkingLines() - Method in class com.jrefinery.chart.StackedVerticalBarRenderer
Returns a flag to indicate whether or not there are lines between the items.
HEADER - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
HEADER - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
HEADER_FILE - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
HEADER_FILE - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
HEADER_URL - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
highlightPaint - Variable in class com.jrefinery.chart.needle.MeterNeedle
 
HighLow - class com.jrefinery.chart.HighLow.
Represents one point in the high/low/open/close plot.
HighLow(double, double, double) - Constructor for class com.jrefinery.chart.HighLow
Constructs a high-low item, with default values for the open/close and colors.
HighLow(double, double, double, double, double) - Constructor for class com.jrefinery.chart.HighLow
Constructs a high-low item, with default values for the colors.
HighLow(double, double, double, double, double, Stroke, Paint) - Constructor for class com.jrefinery.chart.HighLow
Constructs a high-low item.
HighLowDataset - interface com.jrefinery.data.HighLowDataset.
An interface that defines data in the form of (x, high, low, open, close) tuples.
HighLowRenderer - class com.jrefinery.chart.HighLowRenderer.
A renderer that draws high/low/open/close markers on an XY plot (requires a HighLowDataset).
HighLowRenderer() - Constructor for class com.jrefinery.chart.HighLowRenderer
The default constructor.
HighLowRenderer(XYToolTipGenerator) - Constructor for class com.jrefinery.chart.HighLowRenderer
Creates a new renderer with the specified tool tip generator.
HighLowToolTipGenerator - class com.jrefinery.chart.tooltips.HighLowToolTipGenerator.
A standard tooltip generator for plots that use data from a HighLowDataset.
HighLowToolTipGenerator() - Constructor for class com.jrefinery.chart.tooltips.HighLowToolTipGenerator
Creates a tool tip generator using the default date format.
HighLowToolTipGenerator(DateFormat) - Constructor for class com.jrefinery.chart.tooltips.HighLowToolTipGenerator
Creates a tool tip generator using the supplied date formatter.
HORIZONTAL - Static variable in class com.jrefinery.chart.CombinedXYPlot
Constant used to indicate horizontal layout.
HORIZONTAL - Static variable in class com.jrefinery.chart.Legend
Internal value indicating the bit holding the value of interest in the anchor value.
HORIZONTAL - Static variable in class com.jrefinery.chart.StandardLegendItemLayout
Useful constant for horizontal orientation.
HorizontalAxis - interface com.jrefinery.chart.HorizontalAxis.
An interface that must be supported by all horizontal axes for layout purposes.
HorizontalBar3DDemo - class com.jrefinery.chart.demo.HorizontalBar3DDemo.
A simple demonstration application showing how to create a horizontal 3D bar chart using data from a CategoryDataset.
HorizontalBar3DDemo(String) - Constructor for class com.jrefinery.chart.demo.HorizontalBar3DDemo
Creates a new demo.
HorizontalBarChartDemo - class com.jrefinery.chart.demo.HorizontalBarChartDemo.
A simple demonstration application showing how to create a horizontal bar chart.
HorizontalBarChartDemo(String) - Constructor for class com.jrefinery.chart.demo.HorizontalBarChartDemo
Creates a new demo instance.
HorizontalBarChartDemo2 - class com.jrefinery.chart.demo.HorizontalBarChartDemo2.
Another horizontal bar chart demo.
HorizontalBarChartDemo2(String) - Constructor for class com.jrefinery.chart.demo.HorizontalBarChartDemo2
Creates a new demo.
HorizontalBarRenderer - class com.jrefinery.chart.HorizontalBarRenderer.
A renderer that handles the drawing of bars for a horizontal bar plot.
HorizontalBarRenderer() - Constructor for class com.jrefinery.chart.HorizontalBarRenderer
Constructs a new renderer.
HorizontalBarRenderer(CategoryToolTipGenerator) - Constructor for class com.jrefinery.chart.HorizontalBarRenderer
Constructs a new renderer with a specific tool tip generator.
HorizontalBarRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class com.jrefinery.chart.HorizontalBarRenderer
Constructs a new renderer with a specific tool tip generator.
HorizontalBarRenderer(CategoryURLGenerator) - Constructor for class com.jrefinery.chart.HorizontalBarRenderer
Constructs a new renderer with a specific URL generator.
HorizontalBarRenderer3D - class com.jrefinery.chart.HorizontalBarRenderer3D.
A renderer that handles the drawing of 3D bars for a horizontal bar plot.
HorizontalBarRenderer3D() - Constructor for class com.jrefinery.chart.HorizontalBarRenderer3D
Default constructor.
HorizontalBarRenderer3D(double) - Constructor for class com.jrefinery.chart.HorizontalBarRenderer3D
Creates a new renderer.
HorizontalBarRenderer3D(double, CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class com.jrefinery.chart.HorizontalBarRenderer3D
Constructs a new renderer.
HorizontalCategoryAxis - class com.jrefinery.chart.HorizontalCategoryAxis.
A horizontal axis that displays categories.
HorizontalCategoryAxis() - Constructor for class com.jrefinery.chart.HorizontalCategoryAxis
Constructs a HorizontalCategoryAxis, using default values where necessary.
HorizontalCategoryAxis(String) - Constructor for class com.jrefinery.chart.HorizontalCategoryAxis
Constructs a HorizontalCategoryAxis, using default values where necessary.
HorizontalCategoryAxis(String, Font, Paint, Insets, boolean, boolean, Font, Paint, Insets, boolean, Stroke, Paint) - Constructor for class com.jrefinery.chart.HorizontalCategoryAxis
Constructs a HorizontalCategoryAxis.
HorizontalCategoryPlot - class com.jrefinery.chart.HorizontalCategoryPlot.
A class that plots data from a CategoryDataset, with the values plotted along the horizontal axis and the categories plotted along the vertical axis.
HorizontalCategoryPlot(CategoryDataset, CategoryAxis, ValueAxis, CategoryItemRenderer) - Constructor for class com.jrefinery.chart.HorizontalCategoryPlot
Constructs a horizontal category plot.
HorizontalCategoryPlot(CategoryDataset, CategoryAxis, ValueAxis, CategoryItemRenderer, Insets, Paint, Image, float, Stroke, Paint, float, double, double, double, double) - Constructor for class com.jrefinery.chart.HorizontalCategoryPlot
Constructs a horizontal category plot.
HorizontalDateAxis - class com.jrefinery.chart.HorizontalDateAxis.
A horizontal axis that displays date values.
HorizontalDateAxis() - Constructor for class com.jrefinery.chart.HorizontalDateAxis
Constructs a new date axis, using default attribute values where necessary.
HorizontalDateAxis(String) - Constructor for class com.jrefinery.chart.HorizontalDateAxis
Constructs a new date axis, using default attribute values where necessary.
HorizontalDateAxis(String, Font, Paint, Insets, boolean, Font, Paint, Insets, boolean, boolean, Stroke, Paint, boolean, Number, Range, boolean, TickUnits, DateTickUnit, SimpleDateFormat, boolean, Stroke, Paint, Date, boolean, Date, Stroke, Paint) - Constructor for class com.jrefinery.chart.HorizontalDateAxis
Constructs a new date axis.
HorizontalDateAxis(String, Font, Range) - Constructor for class com.jrefinery.chart.HorizontalDateAxis
Constructs a new date axis, using default attribute values where necessary.
HorizontalIntervalBarRenderer - class com.jrefinery.chart.HorizontalIntervalBarRenderer.
A renderer that draws horizontal bars representing a data range on a category plot.
HorizontalIntervalBarRenderer() - Constructor for class com.jrefinery.chart.HorizontalIntervalBarRenderer
Creates a bar renderer with no tool tip or URL generators.
HorizontalIntervalBarRenderer(CategoryToolTipGenerator) - Constructor for class com.jrefinery.chart.HorizontalIntervalBarRenderer
Constructs a new renderer with the specified tool tip generator.
HorizontalIntervalBarRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class com.jrefinery.chart.HorizontalIntervalBarRenderer
Constructs a new renderer with the specified tool tip generator.
HorizontalIntervalBarRenderer(CategoryURLGenerator) - Constructor for class com.jrefinery.chart.HorizontalIntervalBarRenderer
Constructs a new renderer with the specified tool tip generator.
HorizontalLogarithmicAxis - class com.jrefinery.chart.HorizontalLogarithmicAxis.
A logarithmic value axis, for values displayed horizontally.
HorizontalLogarithmicAxis() - Constructor for class com.jrefinery.chart.HorizontalLogarithmicAxis
Constructs a horizontal logarithmic axis, using default attribute values where necessary.
HorizontalLogarithmicAxis(String) - Constructor for class com.jrefinery.chart.HorizontalLogarithmicAxis
Constructs a horizontal logarithmic axis, using default attribute values where necessary.
HorizontalLogarithmicAxis(String, Font, double, double) - Constructor for class com.jrefinery.chart.HorizontalLogarithmicAxis
Constructs a new horizontal logarithmic axis, using default attribute values where necessary.
HorizontalLogarithmicAxis(String, Font, Paint, Insets, boolean, Font, Paint, Insets, boolean, boolean, Stroke, Paint, boolean, Number, boolean, boolean, double, double, boolean, boolean, NumberTickUnit, boolean, Stroke, Paint, double, boolean, double, Stroke, Paint, boolean) - Constructor for class com.jrefinery.chart.HorizontalLogarithmicAxis
Constructs a horizontal number axis.
HorizontalMarkerAxisBand - class com.jrefinery.chart.HorizontalMarkerAxisBand.
A band that can be added to a horizontal axis to display regions.
HorizontalMarkerAxisBand(HorizontalNumberAxis, double, double, double, double, Font) - Constructor for class com.jrefinery.chart.HorizontalMarkerAxisBand
Constructs a new axis band.
HorizontalNumberAxis - class com.jrefinery.chart.HorizontalNumberAxis.
A horizontal axis that displays numerical values.
HorizontalNumberAxis(String) - Constructor for class com.jrefinery.chart.HorizontalNumberAxis
Constructs a horizontal number axis, using default values where necessary.
HorizontalNumberAxis(String, Font, double, double) - Constructor for class com.jrefinery.chart.HorizontalNumberAxis
Constructs a horizontal number axis.
HorizontalNumberAxis(String, Font, Paint, Insets, boolean, Font, Paint, Insets, boolean, boolean, Stroke, Paint, boolean, Number, boolean, boolean, double, double, boolean, boolean, NumberTickUnit, boolean, Stroke, Paint, double, boolean, double, Stroke, Paint) - Constructor for class com.jrefinery.chart.HorizontalNumberAxis
Constructs a horizontal number axis.
HorizontalNumberAxis3D - class com.jrefinery.chart.HorizontalNumberAxis3D.
A horizontal axis that displays numerical values, and has a 3D-effect.
HorizontalNumberAxis3D() - Constructor for class com.jrefinery.chart.HorizontalNumberAxis3D
Constructs a HorizontalNumberAxis3D, with no label and default attributes.
HorizontalNumberAxis3D(String) - Constructor for class com.jrefinery.chart.HorizontalNumberAxis3D
Constructs a horizontal number axis, using default attribute values where necessary.
HorizontalNumberAxis3D(String, Font, double, double) - Constructor for class com.jrefinery.chart.HorizontalNumberAxis3D
Constructs a horizontal number axis, using default attribute values where necessary.
HorizontalNumberAxis3D(String, Font, Paint, Insets, boolean, Font, Paint, Insets, boolean, boolean, Stroke, Paint, boolean, Number, boolean, boolean, double, double, boolean, boolean, NumberTickUnit, boolean, Stroke, Paint, double, boolean, double, Stroke, Paint, double) - Constructor for class com.jrefinery.chart.HorizontalNumberAxis3D
Constructs a horizontal number axis.
HorizontalShapeRenderer - class com.jrefinery.chart.HorizontalShapeRenderer.
A renderer for a HorizontalCategoryPlot that draws shapes for each data item, and lines between data items.
HorizontalShapeRenderer() - Constructor for class com.jrefinery.chart.HorizontalShapeRenderer
Constructs a default renderer (draws shapes and lines).
HorizontalShapeRenderer(int) - Constructor for class com.jrefinery.chart.HorizontalShapeRenderer
Constructs a renderer of the specified type.
HorizontalShapeRenderer(int, int) - Constructor for class com.jrefinery.chart.HorizontalShapeRenderer
Constructs a renderer of the specified type.
HorizontalShapeRenderer(int, int, CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class com.jrefinery.chart.HorizontalShapeRenderer
Constructs a renderer of the specified type.
HorizontalSymbolicAxis - class com.jrefinery.chart.HorizontalSymbolicAxis.
A standard linear value axis, for SYMBOLIC values displayed horizontally.
HorizontalSymbolicAxis(String, String[]) - Constructor for class com.jrefinery.chart.HorizontalSymbolicAxis
Constructs a horizontal symbolic axis, using default attribute values where necessary.
HorizontalSymbolicAxis(String, String[], Font, boolean, Paint) - Constructor for class com.jrefinery.chart.HorizontalSymbolicAxis
Constructs a horizontal symbolic axis, using default attribute values where necessary.
HorizontalSymbolicAxis(String, String[], Font, Paint, Insets, boolean, Font, Paint, Insets, boolean, boolean, Stroke, Paint, boolean, Number, boolean, boolean, double, double, boolean, boolean, NumberTickUnit, boolean, Stroke, Paint, double, boolean, double, Stroke, Paint, boolean, Paint) - Constructor for class com.jrefinery.chart.HorizontalSymbolicAxis
Constructs a new horizontal symbolic axis.
HorizontalValuePlot - interface com.jrefinery.chart.HorizontalValuePlot.
An interface defining methods for interrogating a plot that displays values along the horizontal axis.
Hour - class com.jrefinery.data.Hour.
Represents an hour in a specific day.
HOUR - Static variable in class com.jrefinery.chart.DateTickUnit
A constant for hours.
Hour() - Constructor for class com.jrefinery.data.Hour
Constructs a new Hour, based on the system date/time.
Hour(Date) - Constructor for class com.jrefinery.data.Hour
Constructs a new Hour, based on the supplied date/time.
Hour(Date, TimeZone) - Constructor for class com.jrefinery.data.Hour
Constructs a new Hour, based on the supplied date/time evaluated in the specified time zone.
Hour(int, Day) - Constructor for class com.jrefinery.data.Hour
Constructs a new Hour.

I

IMAGE_CACHE_DELETE - Static variable in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Cache Types : 0 : include through a servlet request to cache, do delete file after initial retrival 1 : include through a servlet request to cache, do not delete file after initial retrival 2 : include image through url reference, , do not delete file after initial retrival 3 : Dynamic (No ImageMap Support) 4 : Dynamic with imagemap support (Note requires chart to be generated twice)
IMAGE_CACHE_NO_DELETE - Static variable in class com.jrefinery.chart.demo.servlet.BaseImageServlet
 
IMAGE_DYNAMIC_IMAGEMAP - Static variable in class com.jrefinery.chart.demo.servlet.BaseImageServlet
 
IMAGE_DYNAMIC_NO_IMAGEMAP - Static variable in class com.jrefinery.chart.demo.servlet.BaseImageServlet
 
IMAGE_TEMP_URL - Static variable in class com.jrefinery.chart.demo.servlet.BaseImageServlet
 
IMAGE_URL - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
IMAGE_URL - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
ImageDataAvailable - class com.jrefinery.chart.demo.jdbc.servlet.ImageDataAvailable.
 
ImageDataAvailable - class com.jrefinery.chart.demo.servlet.ImageDataAvailable.
 
ImageDataAvailable() - Constructor for class com.jrefinery.chart.demo.jdbc.servlet.ImageDataAvailable
 
ImageDataAvailable() - Constructor for class com.jrefinery.chart.demo.servlet.ImageDataAvailable
 
ImageDemoPie - class com.jrefinery.chart.demo.jdbc.servlet.ImageDemoPie.
A generic image producer.
ImageDemoPie - class com.jrefinery.chart.demo.servlet.ImageDemoPie.
A generic image producer.
ImageDemoPie() - Constructor for class com.jrefinery.chart.demo.jdbc.servlet.ImageDemoPie
 
ImageDemoPie() - Constructor for class com.jrefinery.chart.demo.servlet.ImageDemoPie
 
ImageMapDemo1 - class com.jrefinery.chart.demo.ImageMapDemo1.
A demo showing how to create an HTML image map with JFreeChart.
ImageMapDemo1() - Constructor for class com.jrefinery.chart.demo.ImageMapDemo1
Default constructor.
ImageMapDemo2 - class com.jrefinery.chart.demo.ImageMapDemo2.
Another demo showing how to create an HTML image map with JFreeChart.
ImageMapDemo2() - Constructor for class com.jrefinery.chart.demo.ImageMapDemo2
Default constructor.
ImageMapDemo3 - class com.jrefinery.chart.demo.ImageMapDemo3.
A demo showing the construction of HTML image maps with JFreeChart.
ImageMapDemo3() - Constructor for class com.jrefinery.chart.demo.ImageMapDemo3
Default constructor.
IMAGES - Static variable in class com.jrefinery.chart.StandardXYItemRenderer
Constant for the type of rendering (images only).
ImageSelectSQL - class com.jrefinery.chart.demo.jdbc.servlet.ImageSelectSQL.
A generic image producer.
ImageSelectSQL - class com.jrefinery.chart.demo.servlet.ImageSelectSQL.
A generic image producer.
ImageSelectSQL() - Constructor for class com.jrefinery.chart.demo.jdbc.servlet.ImageSelectSQL
 
ImageSelectSQL() - Constructor for class com.jrefinery.chart.demo.servlet.ImageSelectSQL
 
ImageTitle - class com.jrefinery.chart.ImageTitle.
A chart title that displays an image.
ImageTitle(Image) - Constructor for class com.jrefinery.chart.ImageTitle
Constructs a new ImageTitle.
ImageTitle(Image, int, int, int) - Constructor for class com.jrefinery.chart.ImageTitle
Constructs a new ImageTitle.
ImageTitle(Image, int, int, int, int, int, Spacer) - Constructor for class com.jrefinery.chart.ImageTitle
Constructs a new ImageTitle with the given image scaled to the given width and height in the given location.
includeFile(OutputStream, File) - Static method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
write the contents of a file to an output stream.
includeUrl(PrintWriter, String) - Static method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Include contents of a given url in output
INFO - Static variable in class com.jrefinery.chart.JFreeChart
Information about the project.
init() - Method in class com.jrefinery.chart.servlet.DisplayChart
Init method.
init(ServletConfig) - Method in class com.jrefinery.chart.demo.JFreeChartServletDemo
Override init() to set up data used by invocations of this servlet.
init(ServletConfig) - Method in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
Override init() to set up data used by invocations of this servlet.
init(ServletConfig) - Method in class com.jrefinery.chart.demo.jdbc.servlet.ImageDemoPie
Override init() to set up data used by invocations of this servlet.
init(ServletConfig) - Method in class com.jrefinery.chart.demo.jdbc.servlet.ImageSelectSQL
Override init() to set up data used by invocations of this servlet.
init(ServletConfig) - Method in class com.jrefinery.chart.demo.jdbc.servlet.ImageDataAvailable
Override init() to set up data used by invocations of this servlet.
init(ServletConfig) - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Override init() to set up data used by invocations of this servlet.
init(ServletConfig) - Method in class com.jrefinery.chart.demo.servlet.JFreeServletDemo
Override init() to set up data used by invocations of this servlet.
init(ServletConfig) - Method in class com.jrefinery.chart.demo.servlet.ImageSelectSQL
Override init() to set up data used by invocations of this servlet.
init(ServletConfig) - Method in class com.jrefinery.chart.demo.servlet.ImageDemoPie
Override init() to set up data used by invocations of this servlet.
init(ServletConfig) - Method in class com.jrefinery.chart.demo.servlet.ImageDataAvailable
Override init() to set up data used by invocations of this servlet.
initialise(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, ChartRenderingInfo) - Method in class com.jrefinery.chart.AbstractCategoryItemRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, ChartRenderingInfo) - Method in class com.jrefinery.chart.BarRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, ChartRenderingInfo) - Method in class com.jrefinery.chart.VerticalBarRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, ChartRenderingInfo) - Method in class com.jrefinery.chart.HorizontalBarRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, ChartRenderingInfo) - Method in class com.jrefinery.chart.HorizontalIntervalBarRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, ChartRenderingInfo) - Method in class com.jrefinery.chart.VerticalStatisticalBarRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, ChartRenderingInfo) - Method in interface com.jrefinery.chart.CategoryItemRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, ValueAxis, CategoryDataset, ChartRenderingInfo) - Method in class com.jrefinery.chart.VerticalIntervalBarRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, ChartRenderingInfo) - Method in class com.jrefinery.chart.AbstractXYItemRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, ChartRenderingInfo) - Method in interface com.jrefinery.chart.XYItemRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, ChartRenderingInfo) - Method in class com.jrefinery.chart.AreaXYItemRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, ChartRenderingInfo) - Method in class com.jrefinery.chart.VerticalXYBarRenderer
Initialises the renderer.
insets - Variable in class com.jrefinery.chart.Plot
Amount of blank space around the plot area.
IntervalBarChartDemo - class com.jrefinery.chart.demo.IntervalBarChartDemo.
An interval bar chart.
IntervalBarChartDemo() - Constructor for class com.jrefinery.chart.demo.IntervalBarChartDemo
Creates a new demo.
IntervalCategoryDataset - interface com.jrefinery.data.IntervalCategoryDataset.
A category dataset that defines a value range for each series/category combination.
IntervalCategoryToolTipGenerator - class com.jrefinery.chart.tooltips.IntervalCategoryToolTipGenerator.
A tooltip generator for plots that use data from an IntervalCategoryDataset.
IntervalCategoryToolTipGenerator() - Constructor for class com.jrefinery.chart.tooltips.IntervalCategoryToolTipGenerator
Creates a new tool tip generator with a default number formatter.
IntervalCategoryToolTipGenerator(DateFormat) - Constructor for class com.jrefinery.chart.tooltips.IntervalCategoryToolTipGenerator
Creates a tool tip generator with the specified date formatter.
IntervalCategoryToolTipGenerator(NumberFormat) - Constructor for class com.jrefinery.chart.tooltips.IntervalCategoryToolTipGenerator
Creates a tool tip generator with the specified number formatter.
IntervalMarker - class com.jrefinery.chart.IntervalMarker.
Represents an interval to be highlighted in some way.
IntervalMarker(double, double) - Constructor for class com.jrefinery.chart.IntervalMarker
Constructs an interval marker.
IntervalMarker(double, double, String, Paint, Stroke, Paint, float) - Constructor for class com.jrefinery.chart.IntervalMarker
Constructs an interval marker.
IntervalXYDataset - interface com.jrefinery.data.IntervalXYDataset.
An extension of the XYDataset interface that allows a range of data to be defined for the X values, the Y values, or both the X and Y values.
IntervalXYZDataset - interface com.jrefinery.data.IntervalXYZDataset.
An extension of the XYZDataset interface that allows a range of data to be defined for any of the X values, the Y values, and the Z values.
introGapPercent - Variable in class com.jrefinery.chart.CategoryPlot
The gap before the first item in the plot.
INVERTED - Static variable in class com.jrefinery.chart.Legend
Internal value indicating the bit holding the value of interest in the anchor value.
isAutoRange() - Method in class com.jrefinery.chart.ValueAxis
Returns true if the axis range is automatically adjusted to fit the data.
isAutoTickUnitSelection() - Method in class com.jrefinery.chart.ValueAxis
Returns a flag indicating whether or not the tick unit is automatically selected from a range of standard tick units.
isCellEditable(int, int) - Method in class com.jrefinery.data.TimeSeriesTableModel
Returns a flag indicating whether or not the specified cell is editable.
isChartAvailable(String) - Method in class com.jrefinery.chart.servlet.ChartDeleter
Checks to see if a chart is in the list of charts to be deleted
isCircular() - Method in class com.jrefinery.chart.PiePlot
Returns a flag indicating whether the pie chart is circular, or stretched into an elliptical shape.
isCompatibleDomainAxis(CategoryAxis) - Method in class com.jrefinery.chart.CategoryPlot
Checks the compatibility of a domain axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleDomainAxis(CategoryAxis) - Method in class com.jrefinery.chart.VerticalCategoryPlot
Checks the compatibility of a domain axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleDomainAxis(CategoryAxis) - Method in class com.jrefinery.chart.HorizontalCategoryPlot
Checks the compatibility of a domain axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleDomainAxis(ValueAxis) - Method in class com.jrefinery.chart.XYPlot
Checks the compatibility of a domain axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleHorizontalAxis(Axis) - Method in class com.jrefinery.chart.ThermometerPlot
Returns true if the axis is compatible with the meter plot.
isCompatibleHorizontalAxis(Axis) - Method in class com.jrefinery.chart.VerticalCategoryPlot
Checks the compatibility of a horizontal axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleHorizontalAxis(Axis) - Method in class com.jrefinery.chart.CompassPlot
Returns true if the axis is compatible with the compass plot, and false otherwise.
isCompatibleHorizontalAxis(Axis) - Method in class com.jrefinery.chart.PeriodMarkerPlot
Checks the compatibility of a horizontal axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleHorizontalAxis(Axis) - Method in class com.jrefinery.chart.HorizontalCategoryPlot
Checks the compatibility of a horizontal axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatiblePlot(Plot) - Method in class com.jrefinery.chart.Axis
Returns true if the plot is compatible with the axis.
isCompatiblePlot(Plot) - Method in class com.jrefinery.chart.HorizontalNumberAxis
Returns true if a plot is compatible with the axis, and false otherwise.
isCompatiblePlot(Plot) - Method in class com.jrefinery.chart.HorizontalNumberAxis3D
Returns true if a plot is compatible with the axis, and false otherwise.
isCompatiblePlot(Plot) - Method in class com.jrefinery.chart.VerticalNumberAxis
Returns true if the specified plot is compatible with the axis.
isCompatiblePlot(Plot) - Method in class com.jrefinery.chart.HorizontalCategoryAxis
Returns true if the specified plot is compatible with the axis.
isCompatiblePlot(Plot) - Method in class com.jrefinery.chart.HorizontalDateAxis
Returns true if the specified plot is compatible with the axis.
isCompatiblePlot(Plot) - Method in class com.jrefinery.chart.VerticalCategoryAxis
Returns true if the specified plot is compatible with the axis, and false otherwise.
isCompatibleRangeAxis(ValueAxis) - Method in class com.jrefinery.chart.ThermometerPlot
Checks the compatibility of a range axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleRangeAxis(ValueAxis) - Method in class com.jrefinery.chart.XYPlot
Checks the compatibility of a range axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleRangeAxis(ValueAxis) - Method in class com.jrefinery.chart.CategoryPlot
Checks the compatibility of a range axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleRangeAxis(ValueAxis) - Method in class com.jrefinery.chart.VerticalCategoryPlot
Checks the compatibility of a range axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleRangeAxis(ValueAxis) - Method in class com.jrefinery.chart.HorizontalCategoryPlot
Checks the compatibility of a range axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleVerticalAxis(Axis) - Method in class com.jrefinery.chart.ThermometerPlot
Returns true if the axis is compatible with the meter plot.
isCompatibleVerticalAxis(Axis) - Method in class com.jrefinery.chart.VerticalCategoryPlot
Checks the compatibility of a vertical axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleVerticalAxis(Axis) - Method in class com.jrefinery.chart.CompassPlot
Returns true if the axis is compatible with the compass plot, and false otherwise.
isCompatibleVerticalAxis(Axis) - Method in class com.jrefinery.chart.PeriodMarkerPlot
Checks the compatibility of a vertical axis, returning true if the axis is compatible with the plot, and false otherwise.
isCompatibleVerticalAxis(Axis) - Method in class com.jrefinery.chart.HorizontalCategoryPlot
Checks the compatibility of a vertical axis, returning true if the axis is compatible with the plot, and false otherwise.
isCrosshairLockedOnData() - Method in class com.jrefinery.chart.ValueAxis
Returns a flag indicating whether or not the crosshair should "lock-on" to actual data values.
isCrosshairVisible() - Method in class com.jrefinery.chart.ValueAxis
Returns a flag indicating whether or not a crosshair is visible for this axis.
isDrawLines() - Method in class com.jrefinery.chart.MinMaxCategoryRenderer
Gets whether or not lines are drawn between category points.
isGridLinesVisible() - Method in class com.jrefinery.chart.ValueAxis
Returns true if the grid lines are showing, and false otherwise.
isGridLinesVisible() - Method in class com.jrefinery.chart.HorizontalSymbolicAxis
Returns true if the symbolic grid lines are showing, and false otherwise.
isGridLinesVisible() - Method in class com.jrefinery.chart.VerticalSymbolicAxis
Returns true if the symbolic grid lines are showing, and false otherwise.
isInverted() - Method in class com.jrefinery.chart.NumberAxis
Returns a flag that controls the direction of values on the axis.
isOutline() - Method in class com.jrefinery.chart.AreaXYItemRenderer
Returns a flag that controls whether or not outlines of the areas are drawn.
isShapeFilled(Plot, int, int, double, double) - Method in class com.jrefinery.chart.StandardXYItemRenderer
Is used to determine if a shape is filled when drawn or not
isStacked() - Method in class com.jrefinery.chart.AbstractCategoryItemRenderer
Returns a flag indicating whether the items within one category are stacked up when represented by the renderer.
isStacked() - Method in class com.jrefinery.chart.BarRenderer
Returns a flag indicating whether or not the renderer stacks values within each category.
isStacked() - Method in class com.jrefinery.chart.StackedVerticalBarRenderer
Returns true, to indicate that this renderer stacks values.
isStacked() - Method in class com.jrefinery.chart.StackedHorizontalBarRenderer
Returns true, to indicate that this renderer stacks values.
isStacked() - Method in interface com.jrefinery.chart.CategoryItemRenderer
Returns true if the data values are stacked, and false otherwise.
isStacked() - Method in class com.jrefinery.chart.StackedAreaCategoryItemRenderer
Returns true to signify that this is a stacked chart.
isStacked() - Method in class com.jrefinery.chart.StackedVerticalBarRenderer3D
Returns true, to indicate that this renderer stacks values.
isStandalone - Variable in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
Is this running standalone
isSubplot() - Method in class com.jrefinery.chart.Plot
Returns true if this plot is part of a combined plot structure.
isSubplot() - Method in class com.jrefinery.chart.XYPlot
Returns true if this plot is part of a combined plot structure.
isSubplot() - Method in class com.jrefinery.chart.CategoryPlot
Returns true if this plot is part of a combined plot structure.
isTickLabelsVisible() - Method in class com.jrefinery.chart.Axis
Returns a flag indicating whether or not the tick labels are visible.
isTickLabelsVisible() - Method in class com.jrefinery.chart.ui.AxisPropertyEditPanel
Returns a flag that indicates whether or not the tick labels are visible.
isTickMarksVisible() - Method in class com.jrefinery.chart.Axis
Returns the flag that indicates whether or not the tick marks are showing.
isTickMarksVisible() - Method in class com.jrefinery.chart.ui.AxisPropertyEditPanel
Returns the current value of the flag that determines whether or not tick marks are visible.
isTimeSeries - Variable in class com.jrefinery.data.JdbcXYDataset
 
isValidHorizontalAlignment(int) - Static method in class com.jrefinery.chart.AbstractTitle
Utility method for checking a horizontal alignment code.
isValidNumber(double) - Static method in class com.jrefinery.chart.ThermometerPlot
Determine whether a number is valid and finite.
isValidPosition(int) - Method in class com.jrefinery.chart.AbstractTitle
Returns true if the title can assume the specified location, and false otherwise.
isValidPosition(int) - Method in class com.jrefinery.chart.ImageTitle
Returns true for all positions, since an image can be displayed anywhere.
isValidPosition(int) - Method in class com.jrefinery.chart.TextTitle
Returns true for the positions that are valid for TextTitle (TOP and BOTTOM for now) and false for all other positions.
isValidSubHorizontalAxis(Axis) - Method in class com.jrefinery.chart.CombinedXYPlot
Checks that the horizontal axis for the subplot is valid.
isValidSubVerticalAxis(Axis) - Method in class com.jrefinery.chart.CombinedXYPlot
Checks that the vertical axis for the subplot is valid.
isValidVerticalAlignment(int) - Static method in class com.jrefinery.chart.AbstractTitle
Utility method for checking a vertical alignment code.
isValueValid() - Method in class com.jrefinery.data.DefaultMeterDataset
Returns true if the value is valid, and false otherwise.
isValueValid() - Method in interface com.jrefinery.data.MeterDataset
Returns true if the value is valid, and false otherwise.
isVerticalLabel() - Method in class com.jrefinery.chart.VerticalNumberAxis
Returns a flag indicating whether or not the axis label is drawn vertically.
isVerticalLabel() - Method in class com.jrefinery.chart.VerticalCategoryAxis
Returns a flag indicating whether or not the axis label is drawn vertically.
isVisible() - Method in class com.jrefinery.chart.Axis
Returns true if the axis is visible, and false otherwise.
itemGapSpan - Variable in class com.jrefinery.chart.BarRenderer
The total width of the item gaps.
itemGapsPercent - Variable in class com.jrefinery.chart.CategoryPlot
The gap between items within the same category.
itemSpan - Variable in class com.jrefinery.chart.BarRenderer
The total width of the items within a category.
itemWidth - Variable in class com.jrefinery.chart.BarRenderer
The width of a single item.
iterator() - Method in class com.jrefinery.chart.LegendItemCollection
Returns an iterator that provides access to all the legend items.
iterator() - Method in interface com.jrefinery.chart.entity.EntityCollection
Returns an iterator for the entities in the collection.
iterator() - Method in class com.jrefinery.chart.entity.StandardEntityCollection
Returns an iterator for the entities in the collection.

J

JdbcCategoryDataset - class com.jrefinery.data.JdbcCategoryDataset.
A CategoryDataset implementation over a database JDBC result set.
JdbcCategoryDataset(Connection) - Constructor for class com.jrefinery.data.JdbcCategoryDataset
Create a new JdbcCategoryDataset using the specificied database connection.
JdbcCategoryDataset(Connection, String) - Constructor for class com.jrefinery.data.JdbcCategoryDataset
 
JdbcCategoryDataset(String, String, String, String) - Constructor for class com.jrefinery.data.JdbcCategoryDataset
Create a new JdbcCategoryDataset and establish a new database connection.
JdbcPieDataset - class com.jrefinery.data.JdbcPieDataset.
A pie dataset that reads data from a database via JDBC.
JdbcPieDataset(Connection) - Constructor for class com.jrefinery.data.JdbcPieDataset
Creates a new JdbcPieDataset using a pre-existing database connection.
JdbcPieDataset(Connection, String) - Constructor for class com.jrefinery.data.JdbcPieDataset
Creates a new JdbcPieDataset using a pre-existing database connection.
JdbcPieDataset(String, String, String, String) - Constructor for class com.jrefinery.data.JdbcPieDataset
Creates a new JdbcPieDataset and establishes a new database connection.
JdbcXYDataset - class com.jrefinery.data.JdbcXYDataset.
This class provides an chart XYDataset implementation over a database JDBC result set.
JdbcXYDataset(Connection) - Constructor for class com.jrefinery.data.JdbcXYDataset
Creates a new JdbcXYDataset (initially empty) using the specified database connection.
JdbcXYDataset(Connection, String) - Constructor for class com.jrefinery.data.JdbcXYDataset
Creates a new JdbcXYDataset using the specified database connection, and populates it using data obtained with the supplied query.
JdbcXYDataset(String, String, String, String) - Constructor for class com.jrefinery.data.JdbcXYDataset
Creates a new JdbcXYDataset (initially empty) and establishes a new database connection.
JFreeChart - class com.jrefinery.chart.JFreeChart.
A chart class implemented using the Java 2D APIs.
JFreeChart(Plot) - Constructor for class com.jrefinery.chart.JFreeChart
Constructs a chart.
JFreeChart(String, Font, Plot, boolean) - Constructor for class com.jrefinery.chart.JFreeChart
Constructs a chart.
JFreeChartAppletDemo - class com.jrefinery.chart.demo.JFreeChartAppletDemo.
A simple applet containing two sample charts in a JTabbedPane.
JFreeChartAppletDemo() - Constructor for class com.jrefinery.chart.demo.JFreeChartAppletDemo
Constructs the demo applet.
JFreeChartConstants - interface com.jrefinery.chart.JFreeChartConstants.
Useful constants relating to the JFreeChart class.
JFreeChartDemo - class com.jrefinery.chart.demo.JFreeChartDemo.
The main frame in the chart demonstration application.
JFreeChartDemo() - Constructor for class com.jrefinery.chart.demo.JFreeChartDemo
Constructs a demonstration application for the JFreeChart Class Library.
JFreeChartDemoBase - class com.jrefinery.chart.demo.JFreeChartDemoBase.
A simple class that allows the swing and servlet chart demostrations to share chart generating code.
JFreeChartDemoBase() - Constructor for class com.jrefinery.chart.demo.JFreeChartDemoBase
Default constructor.
JFreeChartResources - class com.jrefinery.chart.resources.JFreeChartResources.
Localised resources for JFreeChart.
JFreeChartResources() - Constructor for class com.jrefinery.chart.resources.JFreeChartResources
 
JFreeChartServletDemo - class com.jrefinery.chart.demo.JFreeChartServletDemo.
A servlet demonstration, contributed by Wolfgang Irler.
JFreeChartServletDemo() - Constructor for class com.jrefinery.chart.demo.JFreeChartServletDemo
 
JFreeServletDemo - class com.jrefinery.chart.demo.servlet.JFreeServletDemo.
A servlet view of the JFreeChart Demo.
JFreeServletDemo() - Constructor for class com.jrefinery.chart.demo.servlet.JFreeServletDemo
 
JThermometer - class com.jrefinery.chart.JThermometer.
An initial quick and dirty.
JThermometer() - Constructor for class com.jrefinery.chart.JThermometer
Default constructor.

K

keys - Variable in class com.jrefinery.data.DefaultPieDataset
Storage for keys

L

label - Variable in class com.jrefinery.chart.Axis
The label for the axis.
labelFont - Variable in class com.jrefinery.chart.Axis
The font for displaying the axis label.
labelFont - Variable in class com.jrefinery.chart.CategoryPlot
The value label font.
labelFormatPattern - Variable in class com.jrefinery.chart.CategoryPlot
The value label format pattern String.
labelFormatter - Variable in class com.jrefinery.chart.CategoryPlot
The value label format.
labelInsets - Variable in class com.jrefinery.chart.Axis
The insets for the axis label.
labelPaint - Variable in class com.jrefinery.chart.Axis
The paint for drawing the axis label.
labelPaint - Variable in class com.jrefinery.chart.CategoryPlot
The value label paint.
LAST_HOUR_IN_DAY - Static variable in class com.jrefinery.data.Hour
Useful constant for the last hour in the day.
LAST_MILLISECOND_IN_SECOND - Static variable in class com.jrefinery.data.Millisecond
A constant for the last millisecond in a second.
LAST_MINUTE_IN_HOUR - Static variable in class com.jrefinery.data.Minute
Useful constant for the last minute in a day.
LAST_MONTH_IN_QUARTER - Static variable in class com.jrefinery.data.Quarter
The last month in each quarter.
LAST_QUARTER - Static variable in class com.jrefinery.data.Quarter
Constant for quarter 4.
LAST_SECOND_IN_MINUTE - Static variable in class com.jrefinery.data.Second
Useful constant for the last second in a day.
LAST_WEEK_IN_YEAR - Static variable in class com.jrefinery.data.Week
Constant for the last week in the year.
layoutLegendItems(LegendItemCollection) - Method in interface com.jrefinery.chart.LegendItemLayout
Updates the locations of all the legend items in the collection, according to some particular layout algorithm.
layoutLegendItems(LegendItemCollection) - Method in class com.jrefinery.chart.StandardLegendItemLayout
Performs a layout on the items in the collection.
LEFT - Static variable in class com.jrefinery.chart.AbstractTitle
Useful constant for the title position (also used for horizontal alignment).
LEFT - Static variable in class com.jrefinery.chart.HorizontalShapeRenderer
Constant indicating that labels are to be shown left of data points
LEFT - Static variable in class com.jrefinery.chart.LineAndShapeRenderer
Constant indicating that labels are to be shown left of data points
Legend - class com.jrefinery.chart.Legend.
A chart legend shows the names and visual representations of the series that are plotted in a chart.
Legend(JFreeChart, int) - Constructor for class com.jrefinery.chart.Legend
Default constructor: returns a new legend.
legendChanged(LegendChangeEvent) - Method in class com.jrefinery.chart.JFreeChart
Receives notification that the chart legend has changed, and passes this on to registered listeners.
legendChanged(LegendChangeEvent) - Method in interface com.jrefinery.chart.event.LegendChangeListener
Receives notification of a chart legend change event.
LegendChangeEvent - class com.jrefinery.chart.event.LegendChangeEvent.
A change event that encapsulates information about a change to a chart legend.
LegendChangeEvent(Legend) - Constructor for class com.jrefinery.chart.event.LegendChangeEvent
Creates a new LegendChangeEvent.
LegendChangeListener - interface com.jrefinery.chart.event.LegendChangeListener.
The interface that must be supported by classes that wish to receive notification of changes to a chart legend.
LegendItem - class com.jrefinery.chart.LegendItem.
A legend item.
LegendItem(String, String, Shape, Paint, Paint, Stroke, Stroke) - Constructor for class com.jrefinery.chart.LegendItem
Creates a new legend item.
LegendItemCollection - class com.jrefinery.chart.LegendItemCollection.
A collection of legend items.
LegendItemCollection() - Constructor for class com.jrefinery.chart.LegendItemCollection
Constructs a new legend item collection, initially empty.
LegendItemLayout - interface com.jrefinery.chart.LegendItemLayout.
The interface for a legend item layout manager.
LegendTitle - class com.jrefinery.chart.LegendTitle.
A chart title that displays a legend for the data in the chart.
LegendTitle() - Constructor for class com.jrefinery.chart.LegendTitle
Constructs a new, empty LegendTitle.
LegendTitle(LegendItemLayout) - Constructor for class com.jrefinery.chart.LegendTitle
Creates a new legend title.
LineAndShapeRenderer - class com.jrefinery.chart.LineAndShapeRenderer.
A renderer for a CategoryPlot that draws shapes for each data item, and lines between data items.
LineAndShapeRenderer() - Constructor for class com.jrefinery.chart.LineAndShapeRenderer
Constructs a default renderer (draws shapes and lines).
LineAndShapeRenderer(int) - Constructor for class com.jrefinery.chart.LineAndShapeRenderer
Constructs a renderer of the specified type.
LineAndShapeRenderer(int, int) - Constructor for class com.jrefinery.chart.LineAndShapeRenderer
Constructs a renderer of the specified type.
LineAndShapeRenderer(int, int, CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class com.jrefinery.chart.LineAndShapeRenderer
Constructs a renderer of the specified type.
LinearPlotFitAlgorithm - class com.jrefinery.chart.data.LinearPlotFitAlgorithm.
A linear plot fit algorithm contributed by Matthew Wright.
LinearPlotFitAlgorithm() - Constructor for class com.jrefinery.chart.data.LinearPlotFitAlgorithm
 
LineChartDemo1 - class com.jrefinery.chart.demo.LineChartDemo1.
A simple demonstration application showing how to create a line chart using data from a CategoryDataset.
LineChartDemo1(String) - Constructor for class com.jrefinery.chart.demo.LineChartDemo1
Creates a new demo.
LineChartDemo2 - class com.jrefinery.chart.demo.LineChartDemo2.
A simple demonstration application showing how to create a line chart using data from an XYDataset.
LineChartDemo2(String) - Constructor for class com.jrefinery.chart.demo.LineChartDemo2
Creates a new demo.
LineFunction2D - class com.jrefinery.data.LineFunction2D.
A function in the form y = a + bx.
LineFunction2D(double, double) - Constructor for class com.jrefinery.data.LineFunction2D
Constructs a new line function.
LineNeedle - class com.jrefinery.chart.needle.LineNeedle.
A needle...
LineNeedle() - Constructor for class com.jrefinery.chart.needle.LineNeedle
 
LINES - Static variable in class com.jrefinery.chart.StandardXYItemRenderer
Constant for the type of rendering (lines only).
LINES - Static variable in class com.jrefinery.chart.HorizontalShapeRenderer
Useful constant for specifying the type of rendering (lines only).
LINES - Static variable in class com.jrefinery.chart.LineAndShapeRenderer
Useful constant for specifying the type of rendering (lines only).
LINES - Static variable in class com.jrefinery.chart.AreaXYItemRenderer
Useful constant for specifying the type of rendering (lines only).
listenerList - Variable in class com.jrefinery.chart.Plot
Storage for registered change listeners.
LOG10_VALUE - Static variable in class com.jrefinery.chart.HorizontalLogarithmicAxis
Useful constant for log(10).
LOG10_VALUE - Static variable in class com.jrefinery.chart.VerticalLogarithmicAxis
Useful constant for log(10).
LongNeedle - class com.jrefinery.chart.needle.LongNeedle.
A needle...
LongNeedle() - Constructor for class com.jrefinery.chart.needle.LongNeedle
Default constructor.
lowerClip - Variable in class com.jrefinery.chart.BarRenderer
The lower clip (axis) value.

M

main(String[]) - Static method in class com.jrefinery.chart.JFreeChart
Prints information about JFreeChart to standard output.
main(String[]) - Static method in class com.jrefinery.chart.demo.XYSeriesDemo2
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.ScatterPlotDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.CandlestickDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.HorizontalBar3DDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.ScatterPlotDemo4
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.HorizontalBarChartDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.CompassDemo
Entry point for the demo application.
main(String[]) - Static method in class com.jrefinery.chart.demo.Pie3DChartDemo2
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.OverlaidBarChartDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.JFreeChartDemo
The starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.AreaChartDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.MinMaxCategoryPlotDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.VerticalBarChartDemo2
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.XYLogAxesDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.AreaXYChartDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.StatisticalBarChartDemo
For testing from the command line.
main(String[]) - Static method in class com.jrefinery.chart.demo.IntervalBarChartDemo
Starting point for the demo.
main(String[]) - Static method in class com.jrefinery.chart.demo.VerticalBarChartDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.TimeSeriesDemo2
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.XYStepChartDemo
The starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.ThermometerDemo2
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.VerticalXYBarChartDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.HorizontalBarChartDemo2
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.ThermometerDemo
Starting point for the demo application.
main(String[]) - Static method in class com.jrefinery.chart.demo.LineChartDemo1
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.SymbolicYPlotDemo
The starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.FastScatterPlotDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.PriceVolumeDemo
Starting point for the price/volume chart demo application.
main(String[]) - Static method in class com.jrefinery.chart.demo.OverlaidXYPlotDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.TimeSeriesDemo3
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.ChartTiming1
Starting point for the application.
main(String[]) - Static method in class com.jrefinery.chart.demo.Second
Starting point for the demo.
main(String[]) - Static method in class com.jrefinery.chart.demo.CombinedXYPlotDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.LineChartDemo2
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.EventFrequencyDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.MouseZoomDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.MultiPieChartDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.ImageMapDemo1
Starting point for the demo.
main(String[]) - Static method in class com.jrefinery.chart.demo.TimeSeriesDemo4
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.DynamicDataDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.SymbolicXYPlotDemo
Starting point for the application.
main(String[]) - Static method in class com.jrefinery.chart.demo.Performance
Starting point for the application.
main(String[]) - Static method in class com.jrefinery.chart.demo.MeterPlotDemo
Starting point for the meter plot demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.PieChartDemo1
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.ScatterPlotDemo2
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.XYSeriesDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.OverlaidCategoryChartDemo
Starting point for the demo.
main(String[]) - Static method in class com.jrefinery.chart.demo.MultiShapesXYDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.VerticalBarChart3DDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.ImageMapDemo2
The starting point for the demo.
main(String[]) - Static method in class com.jrefinery.chart.demo.TimeSeriesDemo5
Starting point for the application.
main(String[]) - Static method in class com.jrefinery.chart.demo.Performance2
The starting point for the performance test.
main(String[]) - Static method in class com.jrefinery.chart.demo.TimeSeriesDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.ScatterPlotDemo3
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.StackedAreaChartDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.Pie3DChartDemo1
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.GanttDemo
Starting point for the demonstration application.
main(String[]) - Static method in class com.jrefinery.chart.demo.First
The starting point for the demo.
main(String[]) - Static method in class com.jrefinery.chart.demo.ImageMapDemo3
Starting point for the demo.
main(String[]) - Static method in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
The main program for the swingdemo class
main(String[]) - Static method in class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
Marker - class com.jrefinery.chart.Marker.
A constant value that is drawn on a chart as a marker, usually as a horizontal or a vertical line.
Marker(double) - Constructor for class com.jrefinery.chart.Marker
Constructs a new marker.
Marker(double, Paint) - Constructor for class com.jrefinery.chart.Marker
Constructs a new marker.
Marker(double, Paint, Stroke, Paint, float) - Constructor for class com.jrefinery.chart.Marker
Constructs a new marker.
MAX_CATEGORY_GAPS_PERCENT - Static variable in interface com.jrefinery.chart.CategoryPlotConstants
The maximum gap to be distributed between categories.
MAX_INTERIOR_GAP - Static variable in class com.jrefinery.chart.PiePlot
The maximum interior gap (currently 40%).
MAX_INTRO_GAP_PERCENT - Static variable in interface com.jrefinery.chart.CategoryPlotConstants
The maximum gap before the first bar in the plot (a sanity check).
MAX_ITEM_GAPS_PERCENT - Static variable in interface com.jrefinery.chart.CategoryPlotConstants
The maximum gap to be distributed between items within categories.
MAX_RADIUS - Static variable in class com.jrefinery.chart.PiePlot
The maximum radius (currently 100%).
MAX_SECTION_LABEL_GAP - Static variable in class com.jrefinery.chart.PiePlot
The maximum interior gap (currently 30%).
MAX_TRAIL_GAP_PERCENT - Static variable in interface com.jrefinery.chart.CategoryPlotConstants
The maximum gap after the last bar in the plot (a sanity check).
MAXIMUM_TICK_COUNT - Static variable in class com.jrefinery.chart.ValueAxis
The maximum tick count.
maxValue - Variable in class com.jrefinery.data.JdbcXYDataset
The maximum y value of the returned result set
MeterDataset - interface com.jrefinery.data.MeterDataset.
A dataset containing a single value within an overall range.
MeterLegend - class com.jrefinery.chart.MeterLegend.
A legend for meter plots.
MeterLegend(JFreeChart, int, Spacer, Paint, Stroke, Paint, Font, Paint, String) - Constructor for class com.jrefinery.chart.MeterLegend
Constructs a new legend.
MeterLegend(JFreeChart, String) - Constructor for class com.jrefinery.chart.MeterLegend
Constructs a new legend.
MeterNeedle - class com.jrefinery.chart.needle.MeterNeedle.
A needle...
MeterNeedle() - Constructor for class com.jrefinery.chart.needle.MeterNeedle
 
MeterNeedle(Paint, Paint, Paint) - Constructor for class com.jrefinery.chart.needle.MeterNeedle
 
MeterPlot - class com.jrefinery.chart.MeterPlot.
A plot that displays a single value in the context of several ranges ('normal', 'warning' and 'critical').
MeterPlot(MeterDataset) - Constructor for class com.jrefinery.chart.MeterPlot
Default constructor.
MeterPlot(MeterDataset, Insets, Paint, Image, float, Stroke, Paint, float, int, Font) - Constructor for class com.jrefinery.chart.MeterPlot
Constructs a new meter plot.
MeterPlotDemo - class com.jrefinery.chart.demo.MeterPlotDemo.
A meter chart demonstration application.
MeterPlotDemo() - Constructor for class com.jrefinery.chart.demo.MeterPlotDemo
 
MIDDLE - Static variable in class com.jrefinery.data.TimeSeriesCollection
Useful constant for controlling the x-value returned for a time period.
MIDDLE - Static variable in class com.jrefinery.chart.AbstractTitle
Useful constant for the title alignment (horizontal or vertical).
Millisecond - class com.jrefinery.data.Millisecond.
Represents a millisecond.
MILLISECOND - Static variable in class com.jrefinery.chart.DateTickUnit
A constant for milliseconds.
Millisecond() - Constructor for class com.jrefinery.data.Millisecond
Constructs a millisecond based on the current system time.
Millisecond(Date) - Constructor for class com.jrefinery.data.Millisecond
Constructs a millisecond.
Millisecond(Date, TimeZone) - Constructor for class com.jrefinery.data.Millisecond
Creates a millisecond.
Millisecond(int, Second) - Constructor for class com.jrefinery.data.Millisecond
Constructs a millisecond.
MINIMUM_DRAG_ZOOM_SIZE - Static variable in interface com.jrefinery.chart.ChartPanelConstants
The minimum size required to perform a zoom on a rectangle
MINIMUM_HEIGHT_TO_DRAW - Static variable in class com.jrefinery.chart.Plot
The minimum height for the plot, any less space than this and it should not be drawn (not fully implemented.
MINIMUM_WIDTH_TO_DRAW - Static variable in class com.jrefinery.chart.Plot
The minimum width for the plot, any less space than this and it should not be drawn (not fully implemented).
MinMaxCategoryPlotDemo - class com.jrefinery.chart.demo.MinMaxCategoryPlotDemo.
A simple demonstration application showing how to create a min/max category plot.
MinMaxCategoryPlotDemo(String) - Constructor for class com.jrefinery.chart.demo.MinMaxCategoryPlotDemo
Creates a new demo.
MinMaxCategoryRenderer - class com.jrefinery.chart.MinMaxCategoryRenderer.
Renderer for drawing min max plot.
MinMaxCategoryRenderer() - Constructor for class com.jrefinery.chart.MinMaxCategoryRenderer
Default constructor.
Minute - class com.jrefinery.data.Minute.
Represents a minute.
MINUTE - Static variable in class com.jrefinery.chart.DateTickUnit
A constant for minutes.
Minute() - Constructor for class com.jrefinery.data.Minute
Constructs a new Minute, based on the system date/time.
Minute(Date) - Constructor for class com.jrefinery.data.Minute
Constructs a new Minute, based on the supplied date/time.
Minute(Date, TimeZone) - Constructor for class com.jrefinery.data.Minute
Constructs a new Minute, based on the supplied date/time and timezone.
Minute(int, Hour) - Constructor for class com.jrefinery.data.Minute
Constructs a new Minute.
minValue - Variable in class com.jrefinery.data.JdbcXYDataset
The minimum y value of the returned result set
modifyChart(JFreeChart, HttpServletRequest) - Method in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
Override this method if you would like to modify the generated chart parameters / options
modifyChart(JFreeChart, HttpServletRequest) - Method in class com.jrefinery.chart.demo.jdbc.servlet.ImageDemoPie
 
modifyChart(JFreeChart, HttpServletRequest) - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Modify a chart based on request parameters Override this method if you would like to modify the generated chart, Generally for chart look and feel.
modifyChart(JFreeChart, HttpServletRequest) - Method in class com.jrefinery.chart.demo.servlet.ImageDemoPie
 
Month - class com.jrefinery.data.Month.
Represents a single month.
MONTH - Static variable in class com.jrefinery.chart.DateTickUnit
A constant for months.
Month() - Constructor for class com.jrefinery.data.Month
Constructs a new Month, based on the current system time.
Month(Date) - Constructor for class com.jrefinery.data.Month
Constructs a Month, based on a date/time and the default time zone.
Month(Date, TimeZone) - Constructor for class com.jrefinery.data.Month
Constructs a Month, based on a date/time and a time zone.
Month(int, int) - Constructor for class com.jrefinery.data.Month
Constructs a new month instance.
Month(int, Year) - Constructor for class com.jrefinery.data.Month
Constructs a new month instance.
mouseClicked(MouseEvent) - Method in class com.jrefinery.chart.ChartPanel
Receives notification of mouse clicks on the panel...
mouseDragged(MouseEvent) - Method in class com.jrefinery.chart.ChartPanel
Handles a 'mouse dragged' event.
mouseEntered(MouseEvent) - Method in class com.jrefinery.chart.ChartPanel
Handles a 'mouse entered' event.
mouseExited(MouseEvent) - Method in class com.jrefinery.chart.ChartPanel
Handles a 'mouse exited' event.
mouseMoved(MouseEvent) - Method in class com.jrefinery.chart.ChartPanel
Implementation of the MouseMotionListener's method
mousePressed(MouseEvent) - Method in class com.jrefinery.chart.ChartPanel
Handles a 'mouse pressed' event.
mouseReleased(MouseEvent) - Method in class com.jrefinery.chart.ChartPanel
Handles a 'mouse released' event.
MouseZoomDemo - class com.jrefinery.chart.demo.MouseZoomDemo.
A simple demo showing mouse zooming.
MouseZoomDemo(String) - Constructor for class com.jrefinery.chart.demo.MouseZoomDemo
A demonstration of mouse zooming.
MovingAveragePlotFitAlgorithm - class com.jrefinery.chart.data.MovingAveragePlotFitAlgorithm.
Calculates a moving average for an XYDataset.
MovingAveragePlotFitAlgorithm() - Constructor for class com.jrefinery.chart.data.MovingAveragePlotFitAlgorithm
 
MultiPieChartDemo - class com.jrefinery.chart.demo.MultiPieChartDemo.
A simple demonstration application showing how to create a chart consisting of multiple pie charts.
MultiPieChartDemo(String) - Constructor for class com.jrefinery.chart.demo.MultiPieChartDemo
Creates a new demo.
MultiShapesXYDemo - class com.jrefinery.chart.demo.MultiShapesXYDemo.
A demonstration showing multiple shapes on an XYPlot.
MultiShapesXYDemo(String) - Constructor for class com.jrefinery.chart.demo.MultiShapesXYDemo
A demonstration application showing a series with different shape attributes per item.
MYSQL - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
MYSQL - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 

N

NAME_AND_PERCENT_LABELS - Static variable in class com.jrefinery.chart.PiePlot
Constant indicating percent labels on the pie sections.
NAME_AND_VALUE_LABELS - Static variable in class com.jrefinery.chart.PiePlot
Constant indicating percent labels on the pie sections.
NAME_LABELS - Static variable in class com.jrefinery.chart.PiePlot
Constant indicating name labels on the pie sections.
NEEDLE_TYPES - Static variable in class com.jrefinery.chart.demo.CompassDemo
The available needle types.
NEW_DATASET - Static variable in class com.jrefinery.chart.event.ChartChangeEvent
Event type indicating that the chart has a new dataset.
next() - Method in class com.jrefinery.data.TimePeriod
Returns the time period following this one, or null if some limit has been reached.
next() - Method in class com.jrefinery.data.Year
Returns the year following this one.
next() - Method in class com.jrefinery.data.Month
Returns the month following this one.
next() - Method in class com.jrefinery.data.Hour
Returns the hour following this one.
next() - Method in class com.jrefinery.data.Week
Returns the week following this one.
next() - Method in class com.jrefinery.data.Day
Returns the day following this one, or null if some limit has been reached.
next() - Method in class com.jrefinery.data.Minute
Returns the minute following this one.
next() - Method in class com.jrefinery.data.FixedMillisecond
Returns the millisecond following this one.
next() - Method in class com.jrefinery.data.Second
Returns the second following this one.
next() - Method in class com.jrefinery.data.Millisecond
Returns the millisecond following this one.
next() - Method in class com.jrefinery.data.Quarter
Returns the quarter following this one.
nextStandardDate(Date, DateTickUnit) - Method in class com.jrefinery.chart.DateAxis
Returns the first "standard" date (based on the specified field and units).
NO_LABELS - Static variable in class com.jrefinery.chart.MeterPlot
Constant for the label type.
NO_LABELS - Static variable in class com.jrefinery.chart.PiePlot
Constant indicating no labels on the pie sections.
NO_LABELS - Static variable in class com.jrefinery.chart.CompassPlot
A constant for the label type.
noDataMessage - Variable in class com.jrefinery.chart.Plot
The message to display if no data is available.
noDataMessageFont - Variable in class com.jrefinery.chart.Plot
The font used to display the 'no data' message.
NONE - Static variable in class com.jrefinery.chart.ThermometerPlot
A constant for the value label position (no label).
NORMAL - Static variable in class com.jrefinery.chart.ThermometerPlot
A constant for the 'normal' range.
NORMAL_DATA - Static variable in interface com.jrefinery.data.MeterDataset
A constant representing the 'normal' level.
NORMAL_TEXT - Static variable in class com.jrefinery.chart.MeterPlot
The default text for the normal level.
NORTH - Static variable in class com.jrefinery.chart.AbstractTitle
Useful constant for the title position.
NORTH - Static variable in class com.jrefinery.chart.Legend
Constant anchor value for legend position NORTH.
notifyListeners(AxisChangeEvent) - Method in class com.jrefinery.chart.Axis
Notifies all registered listeners that the axis has changed.
notifyListeners(ChartChangeEvent) - Method in class com.jrefinery.chart.JFreeChart
Sends a ChartChangeEvent to all registered listeners.
notifyListeners(DatasetChangeEvent) - Method in class com.jrefinery.data.AbstractDataset
Notifies all registered listeners that the dataset has changed.
notifyListeners(LegendChangeEvent) - Method in class com.jrefinery.chart.Legend
Notifies all registered listeners that the chart legend has changed in some way.
notifyListeners(PlotChangeEvent) - Method in class com.jrefinery.chart.Plot
Notifies all registered listeners that the plot has been modified.
notifyListeners(SeriesChangeEvent) - Method in class com.jrefinery.data.Series
Sends a change event to all registered listeners.
notifyListeners(TitleChangeEvent) - Method in class com.jrefinery.chart.AbstractTitle
Notifies all registered listeners that the chart title has changed in some way.
NumberAxis - class com.jrefinery.chart.NumberAxis.
The base class for axes that display numerical data.
NumberAxis(String) - Constructor for class com.jrefinery.chart.NumberAxis
Constructs a number axis, using default values where necessary.
NumberAxis(String, Font, Paint, Insets, boolean, Font, Paint, Insets, boolean, Stroke, Paint, boolean, Number, boolean, boolean, double, double, boolean, boolean, NumberTickUnit, boolean, Stroke, Paint, double, boolean, double, Stroke, Paint) - Constructor for class com.jrefinery.chart.NumberAxis
Constructs a number axis.
NumberTickUnit - class com.jrefinery.chart.NumberTickUnit.
A numerical tick unit.
NumberTickUnit(double, NumberFormat) - Constructor for class com.jrefinery.chart.NumberTickUnit
Creates a new number tick unit.

O

OPEN - Static variable in class com.jrefinery.chart.HighLow
Useful constant for open/close value types.
openConnection() - Method in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
Description of the Method
openConnection() - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Open the database connection
OPTIONS - Static variable in class com.jrefinery.chart.demo.ThermometerDemo
Options for the value label position combo box.
ORACLE - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
ORACLE - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
ORGANISATION - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
ORGANISATION - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
outlinePaint - Variable in class com.jrefinery.chart.Plot
The Paint used to draw an outline around the plot.
outlinePaint - Variable in class com.jrefinery.chart.needle.MeterNeedle
 
outlineStroke - Variable in class com.jrefinery.chart.Plot
The Stroke used to draw an outline around the plot.
outlineStroke - Variable in class com.jrefinery.chart.needle.MeterNeedle
 
OverlaidBarChartDemo - class com.jrefinery.chart.demo.OverlaidBarChartDemo.
A simple demonstration application showing how to create a vertical bar chart overlaid with a line chart.
OverlaidBarChartDemo(String) - Constructor for class com.jrefinery.chart.demo.OverlaidBarChartDemo
Default constructor.
OverlaidCategoryChartDemo - class com.jrefinery.chart.demo.OverlaidCategoryChartDemo.
An overlaid category chart.
OverlaidCategoryChartDemo(String) - Constructor for class com.jrefinery.chart.demo.OverlaidCategoryChartDemo
Creates a new demo.
OverlaidVerticalCategoryPlot - class com.jrefinery.chart.OverlaidVerticalCategoryPlot.
An extension of VerticalCategoryPlot that allows multiple VerticalCategoryPlots to be overlaid in one space, using common axes.
OverlaidVerticalCategoryPlot(CategoryAxis, ValueAxis, Object[]) - Constructor for class com.jrefinery.chart.OverlaidVerticalCategoryPlot
Constructs a new overlaid vertical category plot.
OverlaidVerticalCategoryPlot(String, String, Object[]) - Constructor for class com.jrefinery.chart.OverlaidVerticalCategoryPlot
Constructs a new overlaid vertical category plot.
OverlaidXYPlot - class com.jrefinery.chart.OverlaidXYPlot.
An extension of XYPlot that allows multiple XYPlots to be overlaid in one space, using common axes.
OverlaidXYPlot(String, String) - Constructor for class com.jrefinery.chart.OverlaidXYPlot
Constructs a new overlaid XY plot.
OverlaidXYPlot(ValueAxis, ValueAxis) - Constructor for class com.jrefinery.chart.OverlaidXYPlot
Constructs an OverlaidXYPlot.
OverlaidXYPlotDemo - class com.jrefinery.chart.demo.OverlaidXYPlotDemo.
A demonstration application showing a time series chart overlaid with a vertical XY bar chart.
OverlaidXYPlotDemo(String) - Constructor for class com.jrefinery.chart.demo.OverlaidXYPlotDemo
Constructs a new demonstration application.

P

paint - Variable in class com.jrefinery.chart.annotations.TextAnnotation
The paint.
paintComponent(Graphics) - Method in class com.jrefinery.chart.ChartPanel
Paints the component by drawing the chart to fill the entire component, but allowing for the insets (which will be non-zero if a border has been set for this component).
parent - Variable in class com.jrefinery.chart.CategoryPlot
The parent plot (or null if this is not a subplot).
parseDay(String) - Static method in class com.jrefinery.data.Day
Parses the string argument as a day.
parseHour(String) - Static method in class com.jrefinery.data.Hour
Creates an Hour instance by parsing a string.
parseMinute(String) - Static method in class com.jrefinery.data.Minute
Creates a Minute instance by parsing a string.
parseMonth(String) - Static method in class com.jrefinery.data.Month
Parses the string argument as a month.
parseQuarter(String) - Static method in class com.jrefinery.data.Quarter
Parses the string argument as a quarter.
parseSecond(String) - Static method in class com.jrefinery.data.Second
Creates a Minute instance by parsing a string.
parseWeek(String) - Static method in class com.jrefinery.data.Week
Parses the string argument as a week.
parseYear(String) - Static method in class com.jrefinery.data.Year
Parses the string argument as a year.
PERCENT_LABELS - Static variable in class com.jrefinery.chart.PiePlot
Constant indicating percent labels on the pie sections.
Performance - class com.jrefinery.chart.demo.Performance.
A basic performance test for a couple of common operations.
Performance() - Constructor for class com.jrefinery.chart.demo.Performance
Default constructor.
Performance2 - class com.jrefinery.chart.demo.Performance2.
A basic performance test for a couple of common operations.
Performance2() - Constructor for class com.jrefinery.chart.demo.Performance2
Default constructor.
PeriodMarkerPlot - class com.jrefinery.chart.PeriodMarkerPlot.
A plot that marks time periods, for use in overlaid plots.
PeriodMarkerPlot(XYDataset, ValueAxis, ValueAxis) - Constructor for class com.jrefinery.chart.PeriodMarkerPlot
Creates a new period marker plot.
Pie3DChartDemo1 - class com.jrefinery.chart.demo.Pie3DChartDemo1.
A simple demonstration application showing how to create a pie chart using data from a DefaultPieDataset.
Pie3DChartDemo1(String) - Constructor for class com.jrefinery.chart.demo.Pie3DChartDemo1
Creates a new demo.
Pie3DChartDemo2 - class com.jrefinery.chart.demo.Pie3DChartDemo2.
A rotating 3D pie chart.
Pie3DChartDemo2(String) - Constructor for class com.jrefinery.chart.demo.Pie3DChartDemo2
Creates a new demo.
Pie3DPlot - class com.jrefinery.chart.Pie3DPlot.
A plot that displays data in the form of a 3D pie chart, using data from any class that implements the CategoryDataset interface.
Pie3DPlot(PieDataset) - Constructor for class com.jrefinery.chart.Pie3DPlot
Creates a 3D pie chart with default attributes.
PieChartDemo1 - class com.jrefinery.chart.demo.PieChartDemo1.
A simple demonstration application showing how to create a pie chart using data from a DefaultPieDataset.
PieChartDemo1(String) - Constructor for class com.jrefinery.chart.demo.PieChartDemo1
Default constructor.
PieDataset - interface com.jrefinery.data.PieDataset.
The interface for a general-purpose dataset where values are associated with categories.
PiePlot - class com.jrefinery.chart.PiePlot.
A plot that displays data in the form of a pie chart, using data from any class that implements the PieDataset interface.
PiePlot(CategoryDataset) - Constructor for class com.jrefinery.chart.PiePlot
Constructs a new pie plot, using default attributes as required.
PiePlot(PieDataset) - Constructor for class com.jrefinery.chart.PiePlot
Constructs a new pie plot, using default attributes as required.
PiePlot(PieDataset, Insets, Paint, Image, float, Stroke, Paint, float, double, boolean, double, int, Font, Paint, double, String, String, PieToolTipGenerator, PieURLGenerator) - Constructor for class com.jrefinery.chart.PiePlot
Constructs a pie plot.
PieSectionEntity - class com.jrefinery.chart.entity.PieSectionEntity.
A chart entity that represents one section within a pie plot.
PieSectionEntity(Shape, String, Object, int) - Constructor for class com.jrefinery.chart.entity.PieSectionEntity
Creates a new pie section entity.
PieSectionEntity(Shape, String, String, Object, int) - Constructor for class com.jrefinery.chart.entity.PieSectionEntity
Creates a new pie section entity.
PieToolTipGenerator - interface com.jrefinery.chart.tooltips.PieToolTipGenerator.
Interface for a tooltip generator for plots that use data from a PieDataset.
PieURLGenerator - interface com.jrefinery.chart.urls.PieURLGenerator.
Interface for a URL generator for plots that use data from a PieDataset.
PinNeedle - class com.jrefinery.chart.needle.PinNeedle.
A needle...
PinNeedle() - Constructor for class com.jrefinery.chart.needle.PinNeedle
 
plot - Variable in class com.jrefinery.chart.Axis
A reference back to the plot that the axis is assigned to (can be null).
Plot - class com.jrefinery.chart.Plot.
The base class for all plots in JFreeChart.
Plot(Dataset) - Constructor for class com.jrefinery.chart.Plot
Constructs a new plot with the specified axes.
Plot(Dataset, Insets, Paint, Image, float, Stroke, Paint, float) - Constructor for class com.jrefinery.chart.Plot
Constructs a new plot.
plotChanged(PlotChangeEvent) - Method in class com.jrefinery.chart.JFreeChart
Receives notification that the plot has changed, and passes this on to registered listeners.
plotChanged(PlotChangeEvent) - Method in interface com.jrefinery.chart.event.PlotChangeListener
Receives notification of a plot change event.
PlotChangeEvent - class com.jrefinery.chart.event.PlotChangeEvent.
A change event that encapsulates information about a change to a plot.
PlotChangeEvent(Plot) - Constructor for class com.jrefinery.chart.event.PlotChangeEvent
Creates a new PlotChangeEvent.
PlotChangeListener - interface com.jrefinery.chart.event.PlotChangeListener.
The interface that must be supported by classes that wish to receive notification of changes to a plot.
PlotException - exception com.jrefinery.chart.PlotException.
A general purpose exception class for plots.
PlotException(String) - Constructor for class com.jrefinery.chart.PlotException
Constructs a new plot exception.
PlotFit - class com.jrefinery.chart.data.PlotFit.
Manages the creation of a new dataset based on an existing XYDataset, according to a pluggable algorithm.
PlotFit(XYDataset, PlotFitAlgorithm) - Constructor for class com.jrefinery.chart.data.PlotFit
Standard constructor.
PlotFitAlgorithm - interface com.jrefinery.chart.data.PlotFitAlgorithm.
an interface that any PlotFit needs to use to get the curve for the plot fit.
PlotNotCompatibleException - exception com.jrefinery.chart.PlotNotCompatibleException.
An exception that is generated when assigning a plot to a chart *if* the plot is not compatible with the chart's current data source.
PlotNotCompatibleException(String) - Constructor for class com.jrefinery.chart.PlotNotCompatibleException
Constructs a new exception.
PlotPropertyEditPanel - class com.jrefinery.chart.ui.PlotPropertyEditPanel.
A panel for editing the properties of a Plot.
PlotPropertyEditPanel(Plot) - Constructor for class com.jrefinery.chart.ui.PlotPropertyEditPanel
Standard constructor - constructs a panel for editing the properties of the specified plot.
PlumNeedle - class com.jrefinery.chart.needle.PlumNeedle.
A needle...
PlumNeedle() - Constructor for class com.jrefinery.chart.needle.PlumNeedle
 
PointerNeedle - class com.jrefinery.chart.needle.PointerNeedle.
A needle...
PointerNeedle() - Constructor for class com.jrefinery.chart.needle.PointerNeedle
 
PowerFunction2D - class com.jrefinery.data.PowerFunction2D.
A function of the form y = a * x ^ b.
PowerFunction2D(double, double) - Constructor for class com.jrefinery.data.PowerFunction2D
Creates a new power function.
PREFERRED_SIZE - Static variable in class com.jrefinery.chart.demo.JFreeChartDemo
The preferred size for the frame.
PREFERRED_SIZE - Static variable in class com.jrefinery.chart.demo.DescriptionPanel
The preferred size for the panel.
previous() - Method in class com.jrefinery.data.TimePeriod
Returns the time period preceding this one, or null if some lower limit has been reached.
previous() - Method in class com.jrefinery.data.Year
Returns the year preceding this one.
previous() - Method in class com.jrefinery.data.Month
Returns the month preceding this one.
previous() - Method in class com.jrefinery.data.Hour
Returns the hour preceding this one.
previous() - Method in class com.jrefinery.data.Week
Returns the week preceding this one.
previous() - Method in class com.jrefinery.data.Day
Returns the day preceding this one.
previous() - Method in class com.jrefinery.data.Minute
Returns the minute preceding this one.
previous() - Method in class com.jrefinery.data.FixedMillisecond
Returns the millisecond preceding this one.
previous() - Method in class com.jrefinery.data.Second
Returns the second preceding this one.
previous() - Method in class com.jrefinery.data.Millisecond
Returns the millisecond preceding this one.
previous() - Method in class com.jrefinery.data.Quarter
Returns the quarter preceding this one.
previousStandardDate(Date, DateTickUnit) - Method in class com.jrefinery.chart.DateAxis
Returns the previous "standard" date, for a given date and tick unit.
PriceVolumeDemo - class com.jrefinery.chart.demo.PriceVolumeDemo.
A demonstration application showing a time series chart overlaid with a vertical XY bar chart.
PriceVolumeDemo(String) - Constructor for class com.jrefinery.chart.demo.PriceVolumeDemo
Constructs a new demonstration application.
PRINT_ACTION_COMMAND - Static variable in interface com.jrefinery.chart.ChartPanelConstants
Print action command.
print(Graphics, PageFormat, int) - Method in class com.jrefinery.chart.ChartPanel
Prints the chart on a single page.
processCommandOptions(String[]) - Method in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
Process command line args
PROPERTIES_ACTION_COMMAND - Static variable in interface com.jrefinery.chart.ChartPanelConstants
Properties action command.
propertyChange() - Method in class com.jrefinery.chart.ThermometerPlot
Deprecated. this method is not required and will be removed.
propertyChange(PropertyChangeEvent) - Method in class com.jrefinery.chart.XYPlot
Notifies all registered listeners of a property change.

Q

Quarter - class com.jrefinery.data.Quarter.
Defines a quarter (in a given year).
Quarter() - Constructor for class com.jrefinery.data.Quarter
Constructs a new Quarter, based on the current system date/time.
Quarter(Date) - Constructor for class com.jrefinery.data.Quarter
Constructs a new Quarter, based on a date/time and the default time zone.
Quarter(Date, TimeZone) - Constructor for class com.jrefinery.data.Quarter
Constructs a Quarter, based on a date/time and time zone.
Quarter(int, int) - Constructor for class com.jrefinery.data.Quarter
Constructs a new quarter.
Quarter(int, Year) - Constructor for class com.jrefinery.data.Quarter
Constructs a new quarter.

R

Range - class com.jrefinery.data.Range.
Represents the visible range for an axis.
RANGE_HIGH - Static variable in class com.jrefinery.chart.ThermometerPlot
Index for high value in subrangeInfo matrix.
RANGE_LOW - Static variable in class com.jrefinery.chart.ThermometerPlot
Index for low value in subrangeInfo matrix.
Range(double, double) - Constructor for class com.jrefinery.data.Range
Constructs a new axis range.
rangeAxis - Variable in class com.jrefinery.chart.CategoryPlot
The range axis.
RangeInfo - interface com.jrefinery.data.RangeInfo.
An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
rangeMarkers - Variable in class com.jrefinery.chart.CategoryPlot
A list of markers (optional) for the range axis.
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.Axis
Calculates the positions of the ticks for the axis, storing the results in the tick list (ready for drawing).
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalNumberAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.VerticalNumberAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalCategoryAxis
Creates a temporary list of ticks that can be used when drawing the axis.
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalDateAxis
Recalculates the ticks for the date axis.
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.VerticalCategoryAxis
Creates a temporary list of ticks that can be used when drawing the axis.
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalLogarithmicAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
refreshTicks(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.VerticalLogarithmicAxis
Calculates the positions of the tick labels for the axis, storing the results in the tick label list (ready for drawing).
registerChartForDeletion(File, HttpSession) - Static method in class com.jrefinery.chart.servlet.ServletUtilities
Adds a ChartDeleter object to the session object with the name JFreeChart_Deleter if there is not already one bound to the session and adds the filename to the list of charts to be deleted.
Regression - class com.jrefinery.data.Regression.
A utility class for fitting regression curves to data.
Regression() - Constructor for class com.jrefinery.data.Regression
 
RELATIVE - Static variable in class com.jrefinery.chart.Spacer
A constant for 'relative' spacing.
removeAllSeries() - Method in class com.jrefinery.data.XYSeriesCollection
Removes all the series from the collection.
removeChangeListener(AxisChangeListener) - Method in class com.jrefinery.chart.Axis
Deregisters an object for notification of changes to the axis.
removeChangeListener(ChartChangeListener) - Method in class com.jrefinery.chart.JFreeChart
Deregisters an object for notification of changes to the chart.
removeChangeListener(DatasetChangeListener) - Method in class com.jrefinery.data.AbstractDataset
Deregisters an object so that it no longer receives notification of changes to the dataset.
removeChangeListener(DatasetChangeListener) - Method in interface com.jrefinery.data.Dataset
Deregisters an object for notification of changes to the dataset.
removeChangeListener(DatasetChangeListener) - Method in class com.jrefinery.chart.demo.SampleSignalDataset
Deregisters an object so that it no longer receives notification of changes to the dataset.
removeChangeListener(DatasetChangeListener) - Method in class com.jrefinery.chart.demo.SimpleIntervalXYDataset
Deregisters an object for notification of changes to the dataset.
removeChangeListener(LegendChangeListener) - Method in class com.jrefinery.chart.Legend
Deregisters an object for notification of changes to the legend.
removeChangeListener(PlotChangeListener) - Method in class com.jrefinery.chart.Plot
Unregisters an object for notification of changes to the plot.
removeChangeListener(SeriesChangeListener) - Method in class com.jrefinery.data.Series
Deregisters an object, so that it not longer receives notification whenever the series changes.
removeChangeListener(TitleChangeListener) - Method in class com.jrefinery.chart.AbstractTitle
Unregisters an object for notification of changes to the chart title.
removeChartMouseListener(ChartMouseListener) - Method in class com.jrefinery.chart.ChartPanel
Removes a listener from the list of objects listening for chart mouse events.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.jrefinery.data.Series
Removes a property change listener from the series.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.jrefinery.chart.AbstractRenderer
Removes a property change listener from the renderer.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.jrefinery.chart.XYItemRenderer
Removes a property change listener from the renderer.
removeSeries(BasicTimeSeries) - Method in class com.jrefinery.data.TimeSeriesCollection
Removes the specified series from the collection.
removeSeries(int) - Method in class com.jrefinery.data.XYSeriesCollection
Removes a series from the collection.
removeSeries(int) - Method in class com.jrefinery.data.TimeSeriesCollection
Removes a series from the collection.
removeSeries(XYSeries) - Method in class com.jrefinery.data.XYSeriesCollection
Removes a series from the collection.
render(Graphics2D, Rectangle2D, ChartRenderingInfo, CrosshairInfo) - Method in class com.jrefinery.chart.XYPlot
Draws a representation of the data within the dataArea region, using the current renderer.
render(Graphics2D, Rectangle2D, ChartRenderingInfo, CrosshairInfo) - Method in class com.jrefinery.chart.OverlaidXYPlot
Renders the subplots.
render(Graphics2D, Rectangle2D, ChartRenderingInfo, CrosshairInfo) - Method in class com.jrefinery.chart.FastScatterPlot
Draws a representation of the data within the dataArea region.
render(Graphics2D, Rectangle2D, ChartRenderingInfo, Shape) - Method in class com.jrefinery.chart.VerticalCategoryPlot
Draws a representation of the data within the dataArea region, using the current renderer.
render(Graphics2D, Rectangle2D, ChartRenderingInfo, Shape) - Method in class com.jrefinery.chart.OverlaidVerticalCategoryPlot
Performs the actual drawing of the data.
render(Graphics2D, Rectangle2D, ChartRenderingInfo, Shape) - Method in class com.jrefinery.chart.HorizontalCategoryPlot
Draws a representation of the data within the dataArea region, using the current renderer.
renderer - Variable in class com.jrefinery.chart.CategoryPlot
The renderer for the data items.
REPLACE_SCHEMA - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
REPLACE_SCHEMA - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
reserveAxisArea(Graphics2D, Plot, Rectangle2D, double) - Method in class com.jrefinery.chart.HorizontalNumberAxis
Returns area in which the axis will be displayed.
reserveAxisArea(Graphics2D, Plot, Rectangle2D, double) - Method in class com.jrefinery.chart.HorizontalNumberAxis3D
Returns area in which the axis will be displayed.
reserveAxisArea(Graphics2D, Plot, Rectangle2D, double) - Method in class com.jrefinery.chart.VerticalNumberAxis
Returns area in which the axis will be displayed.
reserveAxisArea(Graphics2D, Plot, Rectangle2D, double) - Method in interface com.jrefinery.chart.HorizontalAxis
Estimates the area required to draw the axis, assuming that the vertical axis has already reserved the specified width.
reserveAxisArea(Graphics2D, Plot, Rectangle2D, double) - Method in class com.jrefinery.chart.HorizontalCategoryAxis
Returns the area required to draw the axis in the specified draw area.
reserveAxisArea(Graphics2D, Plot, Rectangle2D, double) - Method in class com.jrefinery.chart.HorizontalDateAxis
Returns area in which the axis will be displayed.
reserveAxisArea(Graphics2D, Plot, Rectangle2D, double) - Method in class com.jrefinery.chart.VerticalCategoryAxis
Returns the area required to draw the axis in the specified draw area.
reserveAxisArea(Graphics2D, Plot, Rectangle2D, double) - Method in interface com.jrefinery.chart.VerticalAxis
Estimates the area required to draw the axis, assuming that the horizontal axis has already reserved the specified height.
reserveHeight(Graphics2D, Plot, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalNumberAxis
Returns the height required to draw the axis in the specified draw area.
reserveHeight(Graphics2D, Plot, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalNumberAxis3D
Returns the height required to draw the axis in the specified draw area.
reserveHeight(Graphics2D, Plot, Rectangle2D) - Method in interface com.jrefinery.chart.HorizontalAxis
Estimates the height required to draw the axis.
reserveHeight(Graphics2D, Plot, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalCategoryAxis
Estimates the height required for the axis, given a specific drawing area, without any information about the width of the vertical axis.
reserveHeight(Graphics2D, Plot, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalDateAxis
Returns the height required to draw the axis in the specified draw area.
reserveWidth(Graphics2D, Plot, Rectangle2D) - Method in class com.jrefinery.chart.VerticalNumberAxis
Returns the width required to draw the axis in the specified draw area.
reserveWidth(Graphics2D, Plot, Rectangle2D) - Method in class com.jrefinery.chart.VerticalCategoryAxis
Estimates the height required for the axis, given a specific drawing area, without any information about the width of the vertical axis.
reserveWidth(Graphics2D, Plot, Rectangle2D) - Method in interface com.jrefinery.chart.VerticalAxis
Estimates the width required to draw the axis.
resizeRange(double) - Method in class com.jrefinery.chart.ValueAxis
Increases or decreases the axis range by the specified percentage, about the central value.
resizeRange(double, double) - Method in class com.jrefinery.chart.ValueAxis
Increases or decreases the axis range by the specified percentage, about the specified anchor value.
RESPONSE_HTML - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
Description of the Field
RESPONSE_HTML - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
Description of the Field
RESPONSE_JPEG - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
RESPONSE_JPEG - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
RESPONSE_PDF - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
RESPONSE_PDF - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
RESPONSE_PNG - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
RESPONSE_PNG - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
RESPONSE_PS - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
RESPONSE_PS - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
RESPONSE_SVG - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
RESPONSE_SVG - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
RIGHT - Static variable in class com.jrefinery.chart.ThermometerPlot
A constant for the value label position (right of the thermometer).
RIGHT - Static variable in class com.jrefinery.chart.AbstractTitle
Useful constant for the title position (also used for horizontal alignment).
RIGHT - Static variable in class com.jrefinery.chart.HorizontalShapeRenderer
Constant indicating that labels are to be shown right of data points
RIGHT - Static variable in class com.jrefinery.chart.LineAndShapeRenderer
Constant indicating that labels are to be shown right of data points
rotateX - Variable in class com.jrefinery.chart.needle.MeterNeedle
 
rotateY - Variable in class com.jrefinery.chart.needle.MeterNeedle
 
run() - Method in class com.jrefinery.chart.demo.SampleXYDatasetThread
Runs the thread.
run() - Method in class com.jrefinery.chart.demo.jdbc.swing.swingdemo.RefreshChartDataThread
Main processing method for the RefreshChartDataThread object

S

sampleFunction2D(Function2D, double, double, int, String) - Static method in class com.jrefinery.data.DatasetUtilities
Creates an XYDataset by sampling the specified function over a fixed range.
SampleSignalDataset - class com.jrefinery.chart.demo.SampleSignalDataset.
A sample signal dataset.
SampleSignalDataset() - Constructor for class com.jrefinery.chart.demo.SampleSignalDataset
Default constructor.
SampleXYDataset - class com.jrefinery.chart.demo.SampleXYDataset.
A dummy dataset for an XY plot.
SampleXYDataset() - Constructor for class com.jrefinery.chart.demo.SampleXYDataset
Default constructor.
SampleXYDataset2 - class com.jrefinery.chart.demo.SampleXYDataset2.
Random data for a scatter plot demo.
SampleXYDataset2() - Constructor for class com.jrefinery.chart.demo.SampleXYDataset2
Default constructor.
SampleXYDatasetThread - class com.jrefinery.chart.demo.SampleXYDatasetThread.
Implements the runnable interface and updates the SampleXYDataset.
SampleXYDatasetThread(SampleXYDataset) - Constructor for class com.jrefinery.chart.demo.SampleXYDatasetThread
Creates a new thread.
SampleXYSymbolicDataset - class com.jrefinery.chart.demo.SampleXYSymbolicDataset.
Random data for a symbolic plot demo.
SampleXYSymbolicDataset(String, Integer[][], Integer[][], String[], String[], String[]) - Constructor for class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Creates a new dataset.
SampleYSymbolicDataset - class com.jrefinery.chart.demo.SampleYSymbolicDataset.
Random data for a symbolic plot demo.
SampleYSymbolicDataset(String, Double[][], Integer[][], String[], int, int, String[]) - Constructor for class com.jrefinery.chart.demo.SampleYSymbolicDataset
Creates a new sample dataset.
SampleYSymbolicDataset(String, int, String[]) - Constructor for class com.jrefinery.chart.demo.SampleYSymbolicDataset
Creates a new sample dataset.
SampleYSymbolicDataset(String, int, String[], int, int, String[]) - Constructor for class com.jrefinery.chart.demo.SampleYSymbolicDataset
Creates a new sample dataset.
SAVE_ACTION_COMMAND - Static variable in interface com.jrefinery.chart.ChartPanelConstants
Save action command.
saveChartAsJPEG(File, float, JFreeChart, int, int) - Static method in class com.jrefinery.chart.ChartUtilities
Saves the chart as a JPEG format image file.
saveChartAsJPEG(File, float, JFreeChart, int, int, ChartRenderingInfo) - Static method in class com.jrefinery.chart.ChartUtilities
Saves the chart as a JPEG format image file.
saveChartAsJPEG(File, JFreeChart, int, int) - Static method in class com.jrefinery.chart.ChartUtilities
Saves the chart as a JPEG format image file.
saveChartAsJPEG(File, JFreeChart, int, int, ChartRenderingInfo) - Static method in class com.jrefinery.chart.ChartUtilities
Saves the chart as a JPEG format image file.
saveChartAsJPEG(JFreeChart, int, int, ChartRenderingInfo, HttpSession) - Static method in class com.jrefinery.chart.servlet.ServletUtilities
Saves the chart as a JPEG format file in the temporary directory and populates the ChartRenderingInfo object which can be used to generate an HTML image map.
saveChartAsJPEG(JFreeChart, int, int, HttpSession) - Static method in class com.jrefinery.chart.servlet.ServletUtilities
Saves the chart as a JPEG format file in the temporary directory.
saveChartAsPNG(File, JFreeChart, int, int) - Static method in class com.jrefinery.chart.ChartUtilities
Saves the chart as a PNG format image file.
saveChartAsPNG(File, JFreeChart, int, int, ChartRenderingInfo) - Static method in class com.jrefinery.chart.ChartUtilities
Saves the chart as a PNG format image file.
saveChartAsPNG(File, JFreeChart, int, int, ChartRenderingInfo, boolean, int) - Static method in class com.jrefinery.chart.ChartUtilities
Saves the chart as a PNG format image file.
saveChartAsPNG(JFreeChart, int, int, ChartRenderingInfo, HttpSession) - Static method in class com.jrefinery.chart.servlet.ServletUtilities
Saves the chart as a PNG format file in the temporary directory and populates the ChartRenderingInfo object which can be used to generate an HTML image map.
saveChartAsPNG(JFreeChart, int, int, HttpSession) - Static method in class com.jrefinery.chart.servlet.ServletUtilities
Saves the chart as a PNG format file in the temporary directory.
ScatterPlotDemo - class com.jrefinery.chart.demo.ScatterPlotDemo.
A demo scatter plot.
ScatterPlotDemo(String) - Constructor for class com.jrefinery.chart.demo.ScatterPlotDemo
A demonstration application showing a scatter plot.
ScatterPlotDemo2 - class com.jrefinery.chart.demo.ScatterPlotDemo2.
A demo scatter plot.
ScatterPlotDemo2(String) - Constructor for class com.jrefinery.chart.demo.ScatterPlotDemo2
A demonstration application showing a scatter plot.
ScatterPlotDemo3 - class com.jrefinery.chart.demo.ScatterPlotDemo3.
Small demo to test bug report 599411.
ScatterPlotDemo3(String) - Constructor for class com.jrefinery.chart.demo.ScatterPlotDemo3
A demonstration application showing a scatter plot.
ScatterPlotDemo4 - class com.jrefinery.chart.demo.ScatterPlotDemo4.
A demo scatter plot.
ScatterPlotDemo4(String) - Constructor for class com.jrefinery.chart.demo.ScatterPlotDemo4
A demonstration application showing a scatter plot.
searchReplace(String, String, String) - Static method in class com.jrefinery.chart.servlet.ServletUtilities
Perform a search/replace operation on a String There are String methods to do this since (JDK 1.4)
Second - class com.jrefinery.data.Second.
Represents a second in a particular day.
Second - class com.jrefinery.chart.demo.Second.
A simple demo.
SECOND - Static variable in class com.jrefinery.chart.DateTickUnit
A constant for seconds.
Second() - Constructor for class com.jrefinery.data.Second
Constructs a new Second, based on the system date/time.
Second() - Constructor for class com.jrefinery.chart.demo.Second
 
Second(Date) - Constructor for class com.jrefinery.data.Second
Constructs a second.
Second(Date, TimeZone) - Constructor for class com.jrefinery.data.Second
Creates a new second based on the supplied time and time zone.
Second(int, Minute) - Constructor for class com.jrefinery.data.Second
Constructs a new Second.
selectAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalNumberAxis
Selects an appropriate tick value for the axis.
selectAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.VerticalNumberAxis
Selects an appropriate tick value for the axis.
selectAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalSymbolicAxis
This operation is not supported by the symbolic values.
selectAutoTickUnit(Graphics2D, Rectangle2D, Rectangle2D) - Method in class com.jrefinery.chart.VerticalSymbolicAxis
This operation is not supported by the symbolic values
sendTempFile(File, HttpServletResponse) - Static method in class com.jrefinery.chart.servlet.ServletUtilities
Binary streams the specified file to the HTTP response in 1KB chunks
Series - class com.jrefinery.data.Series.
Base class representing a data series.
Series(String) - Constructor for class com.jrefinery.data.Series
Constructs a series.
Series(String, String) - Constructor for class com.jrefinery.data.Series
Constructs a series.
seriesChanged(SeriesChangeEvent) - Method in class com.jrefinery.data.AbstractSeriesDataset
Called when a series belonging to the dataset changes.
seriesChanged(SeriesChangeEvent) - Method in interface com.jrefinery.data.SeriesChangeListener
Called when an observed series changes in some way.
seriesChanged(SeriesChangeEvent) - Method in class com.jrefinery.data.TimeSeriesTableModel
Receives notification that the time series has been changed.
SeriesChangeEvent - class com.jrefinery.data.SeriesChangeEvent.
An event with details of a change to a series.
SeriesChangeEvent(Object) - Constructor for class com.jrefinery.data.SeriesChangeEvent
Constructs a new event.
SeriesChangeListener - interface com.jrefinery.data.SeriesChangeListener.
Methods for receiving notification of changes to a data series.
SeriesDataset - interface com.jrefinery.data.SeriesDataset.
The interface for a dataset consisting of one or many series of data.
SeriesException - exception com.jrefinery.data.SeriesException.
A general purpose exception class for data series.
SeriesException(String) - Constructor for class com.jrefinery.data.SeriesException
Constructs a new series exception.
seriesNameListFromDataArray(Object[][]) - Static method in class com.jrefinery.data.DefaultXYDataset
Returns a List of String objects that can be used as series names.
seriesNameListFromDataArray(Object[][]) - Static method in class com.jrefinery.data.DefaultWindDataset
Utility method for automatically generating series names.
seriesNames - Variable in class com.jrefinery.data.DefaultCategoryDataset
The series names.
seriesOutlinePaint - Variable in class com.jrefinery.chart.Plot
Paint objects used to draw the outline of each series in the chart.
seriesOutlineStroke - Variable in class com.jrefinery.chart.Plot
Stroke objects used to draw the outline of each series in the chart.
seriesPaint - Variable in class com.jrefinery.chart.Plot
Paint objects used to color each series in the chart.
SeriesShapeFactory - class com.jrefinery.chart.SeriesShapeFactory.
Provider of shapes for indicating data points on a Plot.
SeriesShapeFactory() - Constructor for class com.jrefinery.chart.SeriesShapeFactory
 
seriesStroke - Variable in class com.jrefinery.chart.Plot
Stroke objects used to draw each series in the chart.
service(HttpServletRequest, HttpServletResponse) - Method in class com.jrefinery.chart.servlet.DisplayChart
Service method.
servletName - Variable in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
The servlets name
servletName - Variable in class com.jrefinery.chart.demo.servlet.BaseImageServlet
The servlets name
ServletUtilities - class com.jrefinery.chart.servlet.ServletUtilities.
Utility class used for servlet related JFreeChart operations.
ServletUtilities() - Constructor for class com.jrefinery.chart.servlet.ServletUtilities
 
setAllowNegativesFlag(boolean) - Method in class com.jrefinery.chart.HorizontalLogarithmicAxis
Sets the 'allowNegativesFlag' flag; true to allow negative values in data, false to be able to plot positive values arbitrarily close to zero.
setAllowNegativesFlag(boolean) - Method in class com.jrefinery.chart.VerticalLogarithmicAxis
Sets the 'allowNegativesFlag' flag; true to allow negative values in data, false to be able to plot positive values arbitrarily close to zero.
setAnchor(int) - Method in class com.jrefinery.chart.Legend
Sets the current anchor of this legend.
setAnchorDate(Date) - Method in class com.jrefinery.chart.DateAxis
Sets the anchor date for the axis.
setAnchoredRange(double) - Method in class com.jrefinery.chart.ValueAxis
Sets the axis range so the the anchor value is in the middle of the axis, and the overall range is equal to the value specified.
setAnchoredRange(double) - Method in class com.jrefinery.chart.HorizontalSymbolicAxis
Redefinition of setAnchoredRange for the symbolicvalues.
setAnchoredRange(double) - Method in class com.jrefinery.chart.VerticalSymbolicAxis
Redefinition of setAnchoredRange for the symbolicvalues.
setAnchorValue(double) - Method in class com.jrefinery.chart.ValueAxis
Sets the anchor value for this axis.
setAnchorValue(double) - Method in class com.jrefinery.chart.DateAxis
Sets the anchor value.
setAnchorValueAttribute(double) - Method in class com.jrefinery.chart.ValueAxis
Sets the anchor value, with no other side effects.
setAnchorX(double) - Method in class com.jrefinery.chart.CrosshairInfo
Set the x-value for the anchor point.
setAnchorY(double) - Method in class com.jrefinery.chart.CrosshairInfo
Set the y-value for the anchor point.
setAntiAlias(boolean) - Method in class com.jrefinery.chart.JFreeChart
Sets a flag that indicates whether or not anti-aliasing is used when the chart is drawn.
setArea(Shape) - Method in class com.jrefinery.chart.entity.ChartEntity
Sets the area for the entity.
setAutoRange(boolean) - Method in class com.jrefinery.chart.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.
setAutoRangeAttribute(boolean) - Method in class com.jrefinery.chart.ValueAxis
Sets the auto range attribute, with no other side effects.
setAutoRangeIncludesZero(boolean) - Method in class com.jrefinery.chart.NumberAxis
Sets the flag that indicates whether or not the automatic axis range is forced to include zero.
setAutoRangeMinimumSize(Number) - Method in class com.jrefinery.chart.ValueAxis
Sets the minimum size of the automatic axis range.
setAutoRangeMinimumSizeAttribute(Number) - Method in class com.jrefinery.chart.ValueAxis
Sets the auto range minimum size, with no other side effects.
setAutoRangeStickyZero(boolean) - Method in class com.jrefinery.chart.NumberAxis
Sets a flag that affects the auto-range when zero falls outside the data range but inside the margins defined for the axis.
setAutoTickIndex(int) - Method in class com.jrefinery.chart.ValueAxis
Sets the auto tick index.
setAutoTickUnitSelection(boolean) - Method in class com.jrefinery.chart.ValueAxis
Sets a flag indicating whether or not the tick unit is automatically selected from a range of standard tick units.
setAutoTickUnitSelectionAttribute(boolean) - Method in class com.jrefinery.chart.ValueAxis
Sets the auto tick unit selection flag without any side effects.
setAxisProperties(Axis) - Method in class com.jrefinery.chart.ui.AxisPropertyEditPanel
Sets the properties of the specified axis to match the properties defined on this panel.
setAxisRange() - Method in class com.jrefinery.chart.ThermometerPlot
Sets the axis range to the current values in the rangeInfo array.
setAxisRange(double, double) - Method in class com.jrefinery.chart.DateAxis
Deprecated. use setRange(double, double) method.
setBackground(Color) - Method in class com.jrefinery.chart.JThermometer
Sets the background color.
setBackgroundAlpha(float) - Method in class com.jrefinery.chart.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 com.jrefinery.chart.Plot
Sets the background image for the plot.
setBackgroundImage(Image) - Method in class com.jrefinery.chart.JFreeChart
Sets the chart's background image (null permitted).
setBackgroundImageAlpha(float) - Method in class com.jrefinery.chart.JFreeChart
Sets the alpha-transparency for the chart's background image.
setBackgroundPaint(Paint) - Method in class com.jrefinery.chart.Plot
Sets the background color of the plot area, and notifies registered listeners that the plot has been modified.
setBackgroundPaint(Paint) - Method in class com.jrefinery.chart.JFreeChart
Sets the color/shade used to fill the chart background.
setBackgroundPaint(Paint) - Method in class com.jrefinery.chart.StandardLegend
Sets the background color of the legend.
setBorderType(int) - Method in class com.jrefinery.data.DefaultMeterDataset
Sets the border type.
setBounds(double, double, double, double) - Method in class com.jrefinery.chart.DrawableLegendItem
Set the bounds of this item.
setBusy(boolean) - Method in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
Set the glasspane as active or not.
setCandleWidth(double) - Method in class com.jrefinery.chart.CandlestickRenderer
Sets the candle width.
setCategories(Object[]) - Method in class com.jrefinery.data.DefaultCategoryDataset
Sets the categories for the dataset.
setCategories(Object[]) - Method in class com.jrefinery.data.DefaultIntervalCategoryDataset
Sets the categories for the dataset.
setCategories(Object[]) - Method in class com.jrefinery.data.DefaultStatisticalCategoryDataset
Sets the categories for the dataset.
setCategoriesPaint(Paint[]) - Method in class com.jrefinery.chart.AbstractCategoryItemRenderer
Sets the paint to be used for categories under special circumstances.
setCategory(Object) - Method in class com.jrefinery.chart.entity.CategoryItemEntity
Sets the category.
setCategory(Object) - Method in class com.jrefinery.chart.entity.PieSectionEntity
Sets the category.
setCategoryGapsPercent(double) - Method in class com.jrefinery.chart.CategoryPlot
Sets the gap between the last bar in one category and the first bar in the next category, and notifies registered listeners that the plot has been modified.
setCategoryIndex(int) - Method in class com.jrefinery.chart.entity.CategoryItemEntity
Sets the category index.
setCategoryIndex(int) - Method in class com.jrefinery.chart.entity.PieSectionEntity
Sets the category index.
setChart(JFreeChart) - Method in class com.jrefinery.chart.ChartPanel
Sets the chart that is displayed in the panel.
setChart(JFreeChart) - Method in class com.jrefinery.chart.event.ChartChangeEvent
Sets the chart that generated the change event.
setChartArea(Rectangle2D) - Method in class com.jrefinery.chart.ChartRenderingInfo
Sets the area in which the chart was drawn.
setCircular(boolean) - Method in class com.jrefinery.chart.PiePlot
A flag indicating whether the pie chart is circular, or stretched into an elliptical shape.
setCircularAttribute(boolean) - Method in class com.jrefinery.chart.PiePlot
Sets the circular attribute, with no side effects.
setCriticalPaint(Paint) - Method in class com.jrefinery.chart.MeterPlot
Sets the paint used to display the 'critical' range.
setCriticalRange(Number, Number) - Method in class com.jrefinery.data.DefaultMeterDataset
Sets the critical range for the dataset.
setCrosshairDate(Date) - Method in class com.jrefinery.chart.DateAxis
Sets the crosshair date for the axis.
setCrosshairDistance(double) - Method in class com.jrefinery.chart.CrosshairInfo
Sets the distance.
setCrosshairLockedOnData(boolean) - Method in class com.jrefinery.chart.ValueAxis
Sets the flag indicating whether or not the crosshair should "lock-on" to actual data values.
setCrosshairPaint(Paint) - Method in class com.jrefinery.chart.ValueAxis
Sets the Paint used to color the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setCrosshairStroke(Stroke) - Method in class com.jrefinery.chart.ValueAxis
Sets the Stroke used to draw the crosshairs (if visible) and notifies registered listeners that the axis has been modified.
setCrosshairValue(double) - Method in class com.jrefinery.chart.ValueAxis
Sets the crosshair value for the axis.
setCrosshairValue(double, boolean) - Method in class com.jrefinery.chart.ValueAxis
Sets the crosshair value for the axis.
setCrosshairValueAttribute(double) - Method in class com.jrefinery.chart.ValueAxis
Sets the crosshair value, with no other side effects.
setCrosshairVisible(boolean) - Method in class com.jrefinery.chart.ValueAxis
Sets the flag indicating whether or not a crosshair is visible for this axis.
setData(MeterDataset) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the data for the chart, replacing any existing data.
setDataArea(Rectangle2D) - Method in class com.jrefinery.chart.ChartRenderingInfo
Sets the area in which the data has been plotted.
setDataset(Dataset) - Method in class com.jrefinery.chart.Plot
Sets the data for the chart, replacing any existing data.
setDatasetGroup(DatasetGroup) - Method in class com.jrefinery.chart.Plot
Sets the dataset group.
setDateFormat(int, Locale) - Method in class com.jrefinery.chart.DateTitle
Set the format of the date.
setDefaults(String, String, String, String, String) - Method in class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
setDefaultShapeFilled(boolean) - Method in class com.jrefinery.chart.StandardXYItemRenderer
Sets the default shape filled flag.
setDefaultShapeScale(double) - Method in class com.jrefinery.chart.StandardXYItemRenderer
Sets the default shape scale.
setDepthFactor(double) - Method in class com.jrefinery.chart.Pie3DPlot
Sets the factor of the pie depth from the plot height.
setDescription(String) - Method in class com.jrefinery.data.Series
Sets the description of the series.
setDialBackgroundPaint(Paint) - Method in class com.jrefinery.chart.MeterPlot
Sets the paint used to fill the dial background.
setDialBorderColor(Color) - Method in class com.jrefinery.chart.MeterPlot
Sets the color for the border of the dial.
setDialType(int) - Method in class com.jrefinery.chart.MeterPlot
Sets the dial type (background shape).
setDirection(int) - Method in class com.jrefinery.chart.PiePlot
Sets the direction (use the constants CLOCKWISE or ANTICLOCKWISE).
setDisplayRange(int, double, double) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the display range.
setDisplayToolTips(boolean) - Method in class com.jrefinery.chart.ChartPanel
Switches chart tooltip generation on or off.
setDomainAxis(CategoryAxis) - Method in class com.jrefinery.chart.CategoryPlot
Sets the domain axis for the plot (this must be compatible with the plot type or an exception is thrown).
setDomainAxis(ValueAxis) - Method in class com.jrefinery.chart.XYPlot
Sets the domain axis for the plot (this must be compatible with the plot type or an exception is thrown).
setDomainDescription(String) - Method in class com.jrefinery.data.BasicTimeSeries
Sets the domain description.
setDomainIsPointsInTime(boolean) - Method in class com.jrefinery.data.TimeSeriesCollection
Sets a flag that controls whether the domain is treated as 'points in time', or time periods.
setDownPaint(Paint) - Method in class com.jrefinery.chart.CandlestickRenderer
Sets the paint used to fill candles when the price moves down from open to close.
setDrawBorder(boolean) - Method in class com.jrefinery.chart.MeterPlot
Sets the flag that controls whether or not a rectangular border is drawn around the plot area.
setDrawBorder(boolean) - Method in class com.jrefinery.chart.CompassPlot
Sets a flag that controls whether or not a border is drawn.
setDrawLines(boolean) - Method in class com.jrefinery.chart.MinMaxCategoryRenderer
Sets whether or not lines are drawn between category points.
setDrawVolume(boolean) - Method in class com.jrefinery.chart.CandlestickRenderer
Sets a flag that controls whether or not volume bars are drawn in the background.
setDriver(String) - Method in class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
setEndValue(int, Object, Number) - Method in class com.jrefinery.data.DefaultIntervalCategoryDataset
Sets the end data value for one category in a series.
setEntityCollection(EntityCollection) - Method in class com.jrefinery.chart.ChartRenderingInfo
Sets the entity collection.
setExplodePercent(int, double) - Method in class com.jrefinery.chart.PiePlot
Sets the amount that a pie section should be exploded.
setFillPaint(Paint) - Method in class com.jrefinery.chart.needle.MeterNeedle
 
setFillZoomRectangle(boolean) - Method in class com.jrefinery.chart.ChartPanel
A flag that controls how the zoom rectangle is drawn.
setFinished(boolean) - Method in class com.jrefinery.chart.demo.ChartTiming1
Sets the flag that signals time up.
setFixedAutoRange(double) - Method in class com.jrefinery.chart.ValueAxis
Sets the fixed auto range for the axis.
setFixedDimension(double) - Method in class com.jrefinery.chart.Axis
Sets the fixed dimension for the axis.
setFollowDataInSubranges(boolean) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the flag that controls whether or not the thermometer axis zooms to display the subrange within which the data value falls.
setFollowDataInSubranges(boolean) - Method in class com.jrefinery.chart.JThermometer
Sets the flag that controls whether or not the display range follows the data value.
setFont(Font) - Method in class com.jrefinery.chart.TextTitle
Sets the title font to the specified font and notifies registered listeners that the title has been modified.
setForeground(Color) - Method in class com.jrefinery.chart.JThermometer
Sets the foreground color.
setForegroundAlpha(float) - Method in class com.jrefinery.chart.Plot
Sets the alpha-transparency for the plot.
setGap(double) - Method in class com.jrefinery.chart.CombinedXYPlot
Sets the amount of space between subplots.
setGapThreshold(double) - Method in class com.jrefinery.chart.StandardXYItemRenderer
Sets the gap threshold for discontinuous lines.
setGenerateToolTips(boolean) - Method in class com.jrefinery.chart.ChartPanel
Deprecated. use setDisplayToolTips.
setGridLinesVisible(boolean) - Method in class com.jrefinery.chart.ValueAxis
Sets the visibility of the grid lines and notifies registered listeners that the axis has been modified.
setGridPaint(Paint) - Method in class com.jrefinery.chart.ValueAxis
Sets the Paint used to color the grid lines (if visible) and notifies registered listeners that the axis has been modified.
setGridStroke(Stroke) - Method in class com.jrefinery.chart.ValueAxis
Sets the Stroke used to draw the grid lines (if visible) and notifies registered listeners that the axis has been modified.
setGroup(DatasetGroup) - Method in class com.jrefinery.data.AbstractDataset
Sets the dataset group for the dataset.
setGroup(DatasetGroup) - Method in interface com.jrefinery.data.Dataset
Sets the dataset group.
setGroupPaint(Paint) - Method in class com.jrefinery.chart.MinMaxCategoryRenderer
Sets the paint of the line between the minimum value and the maximum value.
setGroupStroke(Stroke) - Method in class com.jrefinery.chart.MinMaxCategoryRenderer
Sets the stroke of the line between the minimum value and the maximum value.
setHighlightPaint(Paint) - Method in class com.jrefinery.chart.needle.MeterNeedle
 
setHistoryCount(int) - Method in class com.jrefinery.data.BasicTimeSeries
Sets the number of time units in the 'history' for the series.
setHorizontalAlignment(int) - Method in class com.jrefinery.chart.AbstractTitle
Sets the horizontal alignment for the title, and notifies any registered listeners of the change.
setHorizontalAxisHeight(double) - Method in class com.jrefinery.chart.CombinedXYPlot
Sets the height for the horizontal axis of each subplot.
setHorizontalAxisTrace(boolean) - Method in class com.jrefinery.chart.ChartPanel
A flag that controls trace lines on the horizontal axis.
setHorizontalZoom(boolean) - Method in class com.jrefinery.chart.ChartPanel
A flag that controls mouse-based zooming on the horizontal axis.
setImage(Image) - Method in class com.jrefinery.chart.ImageTitle
Sets the image for the title and notifies registered listeners that the title has been modified.
setInfo(ChartRenderingInfo) - Method in class com.jrefinery.chart.AbstractRenderer
Sets the chart rendering info.
setInsets(Insets) - Method in class com.jrefinery.chart.Plot
Sets the insets for the plot and notifies registered listeners that the plot has been modified.
setInteriorGapPercent(double) - Method in class com.jrefinery.chart.PiePlot
Sets the interior gap percent.
setIntroGapPercent(double) - Method in class com.jrefinery.chart.CategoryPlot
Sets the gap before the first bar on the chart, and notifies registered listeners that the plot has been modified.
setInverted(boolean) - Method in class com.jrefinery.chart.NumberAxis
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 com.jrefinery.chart.entity.XYItemEntity
Sets the item index.
setItemFont(Font) - Method in class com.jrefinery.chart.StandardLegend
Sets the series label font.
setItemGapsPercent(double) - Method in class com.jrefinery.chart.CategoryPlot
Sets the gap between one bar and the next within the same category, and notifies registered listeners that the plot has been modified.
setItemPaint(Paint) - Method in class com.jrefinery.chart.StandardLegend
Sets the series label color.
setKeyBoxOutlinePaint(Paint) - Method in class com.jrefinery.chart.StandardLegend
Sets the paint used to outline key boxes.
setKeyBoxOutlineStroke(Stroke) - Method in class com.jrefinery.chart.StandardLegend
Sets the stroke used to outline key boxes.
setLabel(String) - Method in class com.jrefinery.chart.Axis
Sets the label for the axis (null permitted).
setLabelFont(Font) - Method in class com.jrefinery.chart.Axis
Sets the font for the axis label.
setLabelFont(Font) - Method in class com.jrefinery.chart.CategoryPlot
Sets the value label font.
setLabelFont(Font) - Method in class com.jrefinery.chart.CompassPlot
Sets the label font.
setLabelFormatString(String) - Method in class com.jrefinery.chart.CategoryPlot
Sets the format string for the value labels.
setLabelInsets(Insets) - Method in class com.jrefinery.chart.Axis
Sets the insets for the axis label, and notifies registered listeners that the axis has been modified.
setLabelPaint(Paint) - Method in class com.jrefinery.chart.Axis
Sets the color/shade used to draw the axis label.
setLabelPaint(Paint) - Method in class com.jrefinery.chart.CategoryPlot
Sets the value label paint.
setLabelPosition(Point2D) - Method in class com.jrefinery.chart.DrawableLegendItem
Sets the label position.
setLabelsVisible(boolean) - Method in class com.jrefinery.chart.CategoryPlot
Deprecated. use setValueLabelsVisible(boolean).
setLabelType(int) - Method in class com.jrefinery.chart.CompassPlot
Sets the label type.
setLegend(Legend) - Method in class com.jrefinery.chart.JFreeChart
Sets the chart legend.
setLegendText(String) - Method in class com.jrefinery.chart.MeterLegend
Sets the legend text.
setLines(int) - Method in class com.jrefinery.chart.demo.Performance
Creates one line, then repeatedly calls the setLine method.
setLinkingLines(boolean) - Method in class com.jrefinery.chart.StackedVerticalBarRenderer
Sets or unsets the linking lines between items.
setLog10TickLabelsFlag(boolean) - Method in class com.jrefinery.chart.VerticalLogarithmicAxis
Sets the 'log10TickLabelsFlag' flag; true for "10^n"-style tick labels, false for regular numeric labels.
setLowerBound(double) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the lower bound for the thermometer.
setLowerMargin(double) - Method in class com.jrefinery.chart.ValueAxis
Sets the lower margin for the axis, as a percentage of the current range.
setMargin(double) - Method in class com.jrefinery.chart.VerticalXYBarRenderer
Sets the percentage amount by which the bars are trimmed.
setMarker(Shape) - Method in class com.jrefinery.chart.DrawableLegendItem
Set the marker.
setMarkerBand(HorizontalMarkerAxisBand) - Method in class com.jrefinery.chart.HorizontalNumberAxis
Sets the marker band for the axis.
setMarkOffset(double) - Method in class com.jrefinery.chart.SignalRenderer
Sets the mark offset.
setMaxIcon(Icon) - Method in class com.jrefinery.chart.MinMaxCategoryRenderer
Sets the icon used to indicate the maximum value.
setMaximumAxisValue(double) - Method in class com.jrefinery.chart.ValueAxis
Sets the maximum value for the axis.
setMaximumDate(Date) - Method in class com.jrefinery.chart.DateAxis
Sets the maximum date visible on the axis.
setMaximumDrawHeight(int) - Method in class com.jrefinery.chart.ChartPanel
Sets the maximum drawing height for the chart on this panel.
setMaximumDrawWidth(int) - Method in class com.jrefinery.chart.ChartPanel
Sets the maximum drawing width for the chart on this panel.
setMaximumItemCount(int) - Method in class com.jrefinery.data.BasicTimeSeries
Sets the maximum number of items that will be retained in the series.
setMeanValue(int, Object, Number) - Method in class com.jrefinery.data.DefaultStatisticalCategoryDataset
Sets the mean data value for one category in a series.
setMeanValue(Number[][]) - Method in class com.jrefinery.data.DefaultStatisticalCategoryDataset
Sets the mean data values.
setMercuryPaint(Paint) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the default mercury paint.
setMeterAngle(int) - Method in class com.jrefinery.chart.MeterPlot
Sets the range through which the dial's needle is free to rotate.
setMinIcon(Icon) - Method in class com.jrefinery.chart.MinMaxCategoryRenderer
Sets the icon used to indicate the minimum value.
setMinimumAxisValue(double) - Method in class com.jrefinery.chart.ValueAxis
Sets the minimum value for the axis.
setMinimumDate(Date) - Method in class com.jrefinery.chart.DateAxis
Sets the minimum date visible on the axis.
setMinimumDrawHeight(int) - Method in class com.jrefinery.chart.ChartPanel
Sets the minimum drawing height for the chart on this panel.
setMinimumDrawWidth(int) - Method in class com.jrefinery.chart.ChartPanel
Sets the minimum drawing width for the chart on this panel.
setMouseZoomable(boolean) - Method in class com.jrefinery.chart.ChartPanel
A flag that controls mouse-based zooming.
setMouseZoomable(boolean, boolean) - Method in class com.jrefinery.chart.ChartPanel
Controls mouse zooming and how the zoom rectangle is displayed
setName(String) - Method in class com.jrefinery.data.Series
Sets the name of the series.
setNeedlePaint(Paint) - Method in class com.jrefinery.chart.MeterPlot
Sets the paint used to display the needle.
setNoDataMessage(String) - Method in class com.jrefinery.chart.Plot
Sets the message that is displayed when the dataset is empty or null.
setNoDataMessageFont(Font) - Method in class com.jrefinery.chart.Plot
Sets the font used to display the 'no data' message.
setNormalPaint(Paint) - Method in class com.jrefinery.chart.MeterPlot
Sets the paint used to display the 'normal' range.
setNormalRange(Number, Number) - Method in class com.jrefinery.data.DefaultMeterDataset
Sets the normal range for the dataset.
setNotify(boolean) - Method in class com.jrefinery.chart.AbstractTitle
Sets the flag that indicates whether or not the notification mechanism is enabled.
setObjectIcon(Icon) - Method in class com.jrefinery.chart.MinMaxCategoryRenderer
Sets the icon used to indicate the values.
setOutline(boolean) - Method in class com.jrefinery.chart.AreaXYItemRenderer
Sets a flag that controls whether or not outlines of the areas are drawn.
setOutlineKeyBoxes(boolean) - Method in class com.jrefinery.chart.Legend
Sets the flag that controls whether or not outlines are drawn around key boxes.
setOutlinePaint(Paint) - Method in class com.jrefinery.chart.Plot
Sets the color of the outline of the plot area, and notifies registered listeners that the Plot has been modified.
setOutlinePaint(Paint) - Method in class com.jrefinery.chart.StandardLegend
Sets the outline color.
setOutlinePaint(Paint) - Method in class com.jrefinery.chart.JThermometer
Sets the outline paint.
setOutlinePaint(Paint) - Method in class com.jrefinery.chart.needle.MeterNeedle
 
setOutlineStroke(Stroke) - Method in class com.jrefinery.chart.Plot
Sets the pen/brush used to outline the plot area, and notifies registered listeners that the plot has been modified.
setOutlineStroke(Stroke) - Method in class com.jrefinery.chart.StandardLegend
Sets the outline pen/brush.
setOutlineStroke(Stroke) - Method in class com.jrefinery.chart.needle.MeterNeedle
 
setPadding(Spacer) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the padding for the thermometer.
setPaint(Paint) - Method in class com.jrefinery.chart.TextTitle
Sets the Paint used to display the title and notifies registered listeners that the title has been modified.
setParent(CategoryPlot) - Method in class com.jrefinery.chart.CategoryPlot
Sets the parent plot.
setParent(XYPlot) - Method in class com.jrefinery.chart.XYPlot
Sets the parent plot.
setPassword(String) - Method in class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
setPercentFormat(NumberFormat) - Method in class com.jrefinery.chart.PiePlot
Sets the format for the value labels.
setPercentFormatString(String) - Method in class com.jrefinery.chart.PiePlot
Sets the format string for the percent labels.
setPeriod(int) - Method in class com.jrefinery.chart.data.MovingAveragePlotFitAlgorithm
Sets the period for this moving average algorithm.
setPlot(CategoryPlot) - Method in class com.jrefinery.chart.AbstractCategoryItemRenderer
Sets the plot.
setPlot(CategoryPlot) - Method in interface com.jrefinery.chart.CategoryItemRenderer
Sets the plot that the renderer has been assigned to.
setPlot(Plot) - Method in class com.jrefinery.chart.Axis
Sets a reference to the plot that the axis is assigned to.
setPlot(XYPlot) - Method in class com.jrefinery.chart.AbstractXYItemRenderer
Sets the plot that this renderer has been assigned to.
setPlot(XYPlot) - Method in interface com.jrefinery.chart.XYItemRenderer
Sets the plot that this renderer is assigned to.
setPlotArea(Rectangle2D) - Method in class com.jrefinery.chart.ChartRenderingInfo
Sets the area in which the plot and axes were drawn.
setPlotFitAlgorithm(PlotFitAlgorithm) - Method in class com.jrefinery.chart.data.PlotFit
Sets the algorithm used to generate the new dataset.
setPlotImages(boolean) - Method in class com.jrefinery.chart.StandardXYItemRenderer
Sets the flag that controls whether or not an image is drawn at each data point.
setPlotLines(boolean) - Method in class com.jrefinery.chart.StandardXYItemRenderer
Sets the flag that controls whether or not a line is plotted between each data point.
setPlotShapes(boolean) - Method in class com.jrefinery.chart.StandardXYItemRenderer
Sets the flag that controls whether or not a shape is plotted at each data point.
setPopupMenu(JPopupMenu) - Method in class com.jrefinery.chart.ChartPanel
Sets the popup menu for the panel.
setPosition(int) - Method in class com.jrefinery.data.TimeSeriesCollection
Sets the position - this controls the x-value that is returned for a particular time period.
setPosition(int) - Method in class com.jrefinery.chart.AbstractTitle
Sets the position for the title.
setRadiusPercent(double) - Method in class com.jrefinery.chart.PiePlot
Sets the radius percentage.
setRange(Date, Date) - Method in class com.jrefinery.chart.DateAxis
Sets the axis range.
setRange(double, double) - Method in class com.jrefinery.chart.ValueAxis
Sets the axis range.
setRange(double, double) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the lower and upper bounds for the thermometer.
setRange(double, double) - Method in class com.jrefinery.chart.DateAxis
Sets the axis range.
setRange(double, double) - Method in class com.jrefinery.chart.JThermometer
Sets the lower and upper bounds for the thermometer.
setRange(Number, Number) - Method in class com.jrefinery.data.DefaultMeterDataset
Sets the range for the dataset.
setRange(Range) - Method in class com.jrefinery.chart.ValueAxis
Sets the upper and lower bounds for the axis.
setRange(Range) - Method in class com.jrefinery.chart.DateAxis
Sets the upper and lower bounds for the axis.
setRange(Range) - Method in class com.jrefinery.chart.HorizontalLogarithmicAxis
Overridden version that calls original and then sets up flag for log axis processing.
setRange(Range) - Method in class com.jrefinery.chart.VerticalLogarithmicAxis
Overridden version that calls original and then sets up flag for log axis processing.
setRangeAboutValue(double, double) - Method in class com.jrefinery.chart.ValueAxis
Sets the axis range, where the new range is 'size' in length, and centered on 'value'.
setRangeAttribute(Range) - Method in class com.jrefinery.chart.ValueAxis
Sets the range attribute without any other side effects.
setRangeAxis(ValueAxis) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the range axis for the plot.
setRangeAxis(ValueAxis) - Method in class com.jrefinery.chart.XYPlot
Sets the range axis for the plot.
setRangeAxis(ValueAxis) - Method in class com.jrefinery.chart.CategoryPlot
Sets the range axis for the plot.
setRangeDescription(String) - Method in class com.jrefinery.data.BasicTimeSeries
Sets the range description.
setRefreshBuffer(boolean) - Method in class com.jrefinery.chart.ChartPanel
Sets the refresh buffer flag.
setRenderer(CategoryItemRenderer) - Method in class com.jrefinery.chart.CategoryPlot
Sets the renderer for the plot.
setRenderer(XYItemRenderer) - Method in class com.jrefinery.chart.XYPlot
Sets the item renderer, and notifies all listeners of a change to the plot.
setRenderer(XYItemRenderer) - Method in class com.jrefinery.chart.CombinedXYPlot
Sets the item renderer FOR ALL SUBPLOTS.
setSchema(String) - Method in class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
setSectionLabelFont(Font) - Method in class com.jrefinery.chart.PiePlot
Sets the section label font.
setSectionLabelGapPercent(double) - Method in class com.jrefinery.chart.PiePlot
Sets the section label gap percent.
setSectionLabelPaint(Paint) - Method in class com.jrefinery.chart.PiePlot
Sets the section label paint.
setSectionLabelType(int) - Method in class com.jrefinery.chart.PiePlot
Sets the section label type.
setSeries(int) - Method in class com.jrefinery.chart.entity.CategoryItemEntity
Sets the series index.
setSeries(int) - Method in class com.jrefinery.chart.entity.XYItemEntity
Sets the series index.
setSeriesLabelFont(Font) - Method in class com.jrefinery.chart.PiePlot
Sets the series label font.
setSeriesLabelPaint(Paint) - Method in class com.jrefinery.chart.PiePlot
Sets the series label paint.
setSeriesName(int, String) - Method in class com.jrefinery.data.DefaultCategoryDataset
Sets the name of a series.
setSeriesNames(String[]) - Method in class com.jrefinery.data.DefaultCategoryDataset
Sets the names of all the series in the dataset.
setSeriesNames(String[]) - Method in class com.jrefinery.data.DefaultIntervalCategoryDataset
Sets the names of the series in the dataset.
setSeriesNames(String[]) - Method in class com.jrefinery.data.DefaultXYDataset
Sets the names of the series in the data source.
setSeriesNames(String[]) - Method in class com.jrefinery.data.DefaultStatisticalCategoryDataset
Sets the names of the series in the dataset.
setSeriesNeedle(int) - Method in class com.jrefinery.chart.CompassPlot
Sets the needle type.
setSeriesNeedle(int, int) - Method in class com.jrefinery.chart.CompassPlot
Sets the needle for a series.
setSeriesNeedle(int, MeterNeedle) - Method in class com.jrefinery.chart.CompassPlot
Sets the needle for a series.
setSeriesOutlinePaint(int, Paint) - Method in class com.jrefinery.chart.CompassPlot
Sets the series outline paint.
setSeriesOutlinePaint(Paint[]) - Method in class com.jrefinery.chart.Plot
Sets the paint used to outline any shapes representing series, and notifies registered listeners that the chart has been modified.
setSeriesOutlineStroke(int, Stroke) - Method in class com.jrefinery.chart.Plot
Sets the stroke used to draw any shapes representing a specific series, and notifies registered listeners that the chart has been modified.
setSeriesOutlineStroke(int, Stroke) - Method in class com.jrefinery.chart.CompassPlot
Sets the series outline stroke.
setSeriesOutlineStroke(Stroke[]) - Method in class com.jrefinery.chart.Plot
Sets the stroke used to draw any shapes representing series, and notifies registered listeners that the chart has been modified.
setSeriesPaint(int, Paint) - Method in class com.jrefinery.chart.Plot
Sets the paint used to color any shapes representing a specific series, and notifies registered listeners that the plot has been modified.
setSeriesPaint(int, Paint) - Method in class com.jrefinery.chart.CompassPlot
Sets the series paint.
setSeriesPaint(Paint[]) - Method in class com.jrefinery.chart.Plot
Sets the paint used to color any shapes representing series, and notifies registered listeners that the plot has been modified.
setSeriesPaint(Paint[]) - Method in class com.jrefinery.chart.CombinedXYPlot
Sets the paint used to color any shapes representing series FOR ALL SUBPLOTS.
setSeriesStroke(int, Stroke) - Method in class com.jrefinery.chart.Plot
Sets the stroke used to draw any shapes representing a specific series, and notifies registered listeners that the chart has been modified.
setSeriesStroke(Stroke[]) - Method in class com.jrefinery.chart.Plot
Sets the stroke used to draw any shapes representing series, and notifies registered listeners that the chart has been modified.
setShapeFactory(ShapeFactory) - Method in class com.jrefinery.chart.Plot
Sets the object used to generate shapes for marking data points.
setShapeHeight(double) - Method in class com.jrefinery.chart.SignalRenderer
Sets the shape height.
setShapeWidth(double) - Method in class com.jrefinery.chart.SignalRenderer
Sets the shape width.
setShowSeriesLabels(boolean) - Method in class com.jrefinery.chart.PiePlot
Sets the show series labels flag.
setShowValueLines(boolean) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the display as to whether to show value lines in the output.
setShowValueLines(boolean) - Method in class com.jrefinery.chart.JThermometer
Sets the flag that controls whether or not value lines are displayed.
setSize(int) - Method in class com.jrefinery.chart.needle.MeterNeedle
 
setSkipCategoryLabelsToFit(boolean) - Method in class com.jrefinery.chart.HorizontalCategoryAxis
Sets the flag that determines whether the category labels are to be skipped to avoid overlapping.
setSpacer(Spacer) - Method in class com.jrefinery.chart.AbstractTitle
Sets the spacer for the title, and notifies registered listeners of the change.
setStandardTickUnits(TickUnits) - Method in class com.jrefinery.chart.ValueAxis
Sets the collection of tick units for the axis, and notifies registered listeners that the axis has changed.
setStartAngle(double) - Method in class com.jrefinery.chart.PiePlot
Sets the starting angle.
setStartValue(int, Object, Number) - Method in class com.jrefinery.data.DefaultIntervalCategoryDataset
Sets the start data value for one category in a series.
setStdDevValue(int, Object, Number) - Method in class com.jrefinery.data.DefaultStatisticalCategoryDataset
Sets the standard deviation data value for one category in a series.
setStdDevValue(Number[][]) - Method in class com.jrefinery.data.DefaultStatisticalCategoryDataset
Sets the standard deviation values.
setSubrange(int, double, double) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the range.
setSubrangeInfo(int, double, double) - Method in class com.jrefinery.chart.ThermometerPlot
Sets information for a particular range.
setSubrangeInfo(int, double, double) - Method in class com.jrefinery.chart.JThermometer
Sets the range.
setSubrangeInfo(int, double, double, double, double) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the subrangeInfo attribute of the ThermometerPlot object
setSubrangeInfo(int, double, double, double, double) - Method in class com.jrefinery.chart.JThermometer
Sets the range.
setSubrangePaint(int, Paint) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the paint to be used for a range.
setSymbolicGridLinesVisible(boolean) - Method in class com.jrefinery.chart.HorizontalSymbolicAxis
Sets the visibility of the symbolic grid lines and notifies registered listeners that the axis has been modified.
setSymbolicGridLinesVisible(boolean) - Method in class com.jrefinery.chart.VerticalSymbolicAxis
Sets the visibility of the symbolic grid lines and notifies registered listeners that the axis has been modified.
setText(String) - Method in class com.jrefinery.chart.TextTitle
Sets the title to the specified text.
setThermometerPaint(Paint) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the paint used to draw the thermometer outline.
setThermometerStroke(Stroke) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the stroke used to draw the thermometer outline.
setTickLabelFont(Font) - Method in class com.jrefinery.chart.Axis
Sets the font for the tick labels.
setTickLabelFont(Font) - Method in class com.jrefinery.chart.MeterPlot
Sets the tick label font and notifies registered listeners that the plot has been changed.
setTickLabelInsets(Insets) - Method in class com.jrefinery.chart.Axis
Sets the insets for the tick labels, and notifies registered listeners that the axis has been modified.
setTickLabelPaint(Paint) - Method in class com.jrefinery.chart.Axis
Sets the color/shade used to draw tick labels (if they are showing).
setTickLabelsVisible(boolean) - Method in class com.jrefinery.chart.Axis
Sets the flag that determines whether or not the tick labels are visible.
setTickLabelType(int) - Method in class com.jrefinery.chart.MeterPlot
Sets the tick label type.
setTickMarkPaint(Paint) - Method in class com.jrefinery.chart.Axis
Sets the paint used to draw tick marks (if they are showing).
setTickMarkStroke(Stroke) - Method in class com.jrefinery.chart.Axis
Sets the pen/brush used to draw tick marks (if they are showing).
setTickMarksVisible(boolean) - Method in class com.jrefinery.chart.Axis
Sets the flag that indicates whether or not the tick marks are showing.
setTickSize(double) - Method in class com.jrefinery.chart.HighLow
Sets the width of the open/close tick.
setTickUnit(DateTickUnit) - Method in class com.jrefinery.chart.DateAxis
Sets the tick unit for the axis.
setTickUnit(NumberTickUnit) - Method in class com.jrefinery.chart.NumberAxis
Sets a fixed tick unit for the axis, and notifies registered listeners that the axis has been changed.
setTickUnitAttribute(DateTickUnit) - Method in class com.jrefinery.chart.DateAxis
Sets the tick unit attribute without any other side effects.
setTickUnitAttribute(NumberTickUnit) - Method in class com.jrefinery.chart.NumberAxis
Sets the tick unit attribute without any other side effects.
setTitleProperties(AbstractTitle) - Method in class com.jrefinery.chart.ui.TitlePropertyEditPanel
Sets the properties of the specified title to match the properties defined on this panel.
setTitles(List) - Method in class com.jrefinery.chart.JFreeChart
Sets the title list for the chart (completely replaces any existing titles).
setToolTipGenerator(CategoryToolTipGenerator) - Method in class com.jrefinery.chart.AbstractCategoryItemRenderer
Sets the tool tip generator.
setToolTipGenerator(PieToolTipGenerator) - Method in class com.jrefinery.chart.PiePlot
Sets the tool tip generator.
setToolTipGenerator(XYToolTipGenerator) - Method in class com.jrefinery.chart.AbstractXYItemRenderer
Sets the tool tip generator.
setToolTipGenerator(XYToolTipGenerator) - Method in interface com.jrefinery.chart.XYItemRenderer
Sets the tool tip generator for the renderer.
setToolTipText(String) - Method in class com.jrefinery.chart.entity.ChartEntity
Sets the tool tip text.
setTrailGapPercent(double) - Method in class com.jrefinery.chart.CategoryPlot
Sets the gap after the last bar on the chart, and notifies registered listeners that the plot has been modified.
setTranslate(double) - Method in class com.jrefinery.chart.demo.SampleXYDataset
Sets the translation constant for the x-axis.
setType(int) - Method in class com.jrefinery.chart.event.ChartChangeEvent
Sets the event type.
setUnits(int) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the units to be displayed in the thermometer.
setUnits(int) - Method in class com.jrefinery.chart.JThermometer
Sets the unit type.
setUnits(String) - Method in class com.jrefinery.data.DefaultMeterDataset
Sets the measurement unit description.
setUnits(String) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the unit type.
setupChart() - Method in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
Set an create the basic chart
setUpPaint(Paint) - Method in class com.jrefinery.chart.CandlestickRenderer
Sets the paint used to fill candles when the price moves up from open to close.
setUpperBound(double) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the upper bound for the thermometer.
setUpperMargin(double) - Method in class com.jrefinery.chart.ValueAxis
Sets the upper margin for the axis, as a percentage of the current range.
setupPickLists() - Method in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
Populate the contents of the JComboBox's for voyage and data code selection.
setupSmallLogFlag() - Method in class com.jrefinery.chart.HorizontalLogarithmicAxis
Sets up flag for log axis processing.
setupSmallLogFlag() - Method in class com.jrefinery.chart.VerticalLogarithmicAxis
Sets up flag for log axis processing.
setURL(String) - Method in class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
setURLGenerator(CategoryURLGenerator) - Method in class com.jrefinery.chart.AbstractCategoryItemRenderer
Sets the URL generator for HTML image maps.
setURLGenerator(PieURLGenerator) - Method in class com.jrefinery.chart.PiePlot
Sets the URL generator.
setURLGenerator(XYURLGenerator) - Method in class com.jrefinery.chart.AbstractXYItemRenderer
Sets the URL generator for HTML image maps.
setURLGenerator(XYURLGenerator) - Method in interface com.jrefinery.chart.XYItemRenderer
Sets the URL generator for HTML image maps.
setURLText(String) - Method in class com.jrefinery.chart.entity.ChartEntity
Sets the URL text.
setUserName(String) - Method in class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
setUseSubrangePaint(boolean) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the range colour change option.
setValue(double) - Method in class com.jrefinery.data.DefaultMeterDataset
Sets the value.
setValue(double) - Method in class com.jrefinery.chart.JThermometer
Sets the value of the thermometer.
setValue(int, double) - Method in class com.jrefinery.chart.HighLow
Sets either OPEN or Close value depending on the valueType.
setValue(int, Object, Number) - Method in class com.jrefinery.data.DefaultCategoryDataset
Sets the data value for one category in a series.
setValue(Number) - Method in class com.jrefinery.data.DefaultMeterDataset
Sets the value for the dataset.
setValue(Number) - Method in class com.jrefinery.data.TimeSeriesDataPair
Sets the value for this data pair.
setValue(Number) - Method in class com.jrefinery.chart.JThermometer
Sets the value of the thermometer.
setValue(Object, Number) - Method in class com.jrefinery.data.DefaultPieDataset
Sets the data value for one category in a series.
setValueAt(Object, int, int) - Method in class com.jrefinery.data.TimeSeriesTableModel
Updates the time series.
setValueFont(Font) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the font used to display the current value.
setValueFont(Font) - Method in class com.jrefinery.chart.MeterPlot
Sets the font used to display the value label.
setValueFont(Font) - Method in class com.jrefinery.chart.JThermometer
Sets the value font.
setValueFormat(DecimalFormat) - Method in class com.jrefinery.chart.JThermometer
Sets the value format for the thermometer.
setValueFormat(NumberFormat) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the formatter for the value label.
setValueFormat(NumberFormat) - Method in class com.jrefinery.chart.PiePlot
Sets the format for the value labels.
setValueFormatString(String) - Method in class com.jrefinery.chart.PiePlot
Sets the format string for the value labels.
setValueLabelsVisible(boolean) - Method in class com.jrefinery.chart.CategoryPlot
Sets the flag that indicates whether or not the value labels are showing.
setValueLocation(int) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the location at which the current value is displayed.
setValueLocation(int) - Method in class com.jrefinery.chart.JThermometer
Sets the location at which the temperature value is displayed.
setValuePaint(Paint) - Method in class com.jrefinery.chart.ThermometerPlot
Sets the paint used to display the current value.
setValuePaint(Paint) - Method in class com.jrefinery.chart.MeterPlot
Sets the paint used to display the value label.
setVerticalAlignment(int) - Method in class com.jrefinery.chart.AbstractTitle
Sets the vertical alignment for the title, and notifies any registered listeners of the change.
setVerticalAxisTrace(boolean) - Method in class com.jrefinery.chart.ChartPanel
A flag that controls trace lines on the vertical axis.
setVerticalAxisWidth(double) - Method in class com.jrefinery.chart.CombinedXYPlot
Sets the width for the vertical axis of each subplot.
setVerticalCategoryLabels(boolean) - Method in class com.jrefinery.chart.HorizontalCategoryAxis
Sets the flag that determines whether the category labels are drawn 'vertically'.
setVerticalLabel(boolean) - Method in class com.jrefinery.chart.VerticalNumberAxis
Sets a flag indicating whether or not the axis label is drawn vertically.
setVerticalLabel(boolean) - Method in class com.jrefinery.chart.VerticalCategoryAxis
Sets a flag indicating whether or not the axis label is drawn vertically.
setVerticalLabels(boolean) - Method in class com.jrefinery.chart.CategoryPlot
Sets the flag that determines the orientation of the value labels.
setVerticalTickLabels(boolean) - Method in class com.jrefinery.chart.HorizontalNumberAxis
Sets the flag that determines whether the tick labels are drawn 'vertically'.
setVerticalTickLabels(boolean) - Method in class com.jrefinery.chart.HorizontalCategoryAxis
Sets the flag that determines whether the category labels are drawn 'vertically'.
setVerticalTickLabels(boolean) - Method in class com.jrefinery.chart.HorizontalDateAxis
Sets the flag that determines the orientation of the tick labels.
setVerticalZoom(boolean) - Method in class com.jrefinery.chart.ChartPanel
A flag that controls mouse-based zooming on the vertical axis.
setVisible(boolean) - Method in class com.jrefinery.chart.Axis
Sets a flag that controls whether or not the axis is drawn on the chart.
setWarningPaint(Paint) - Method in class com.jrefinery.chart.MeterPlot
Sets the paint used to display the 'warning' range.
setWarningRange(Number, Number) - Method in class com.jrefinery.data.DefaultMeterDataset
Sets the warning range for the dataset.
setWeight(int) - Method in class com.jrefinery.chart.XYPlot
Sets the weight for the plot.
setX(double) - Method in class com.jrefinery.chart.DrawableLegendItem
Set the x-coordinate for the item's location.
setXSymbolicValues(String[]) - Method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Sets the list of X symbolic values.
setXValue(int, int, Number) - Method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Sets the x-value for the specified series and item with the specified new Number value.
setXYDataset(XYDataset) - Method in class com.jrefinery.chart.data.LinearPlotFitAlgorithm
Sets the dataset.
setXYDataset(XYDataset) - Method in class com.jrefinery.chart.data.PlotFit
Sets the underlying dataset.
setXYDataset(XYDataset) - Method in interface com.jrefinery.chart.data.PlotFitAlgorithm
This Algorithm might or might not need an XYDataset to be relevant.
setXYDataset(XYDataset) - Method in class com.jrefinery.chart.data.MovingAveragePlotFitAlgorithm
 
setXYItemRenderer(XYItemRenderer) - Method in class com.jrefinery.chart.XYPlot
Deprecated. Use setRenderer(...).
setXYItemRenderer(XYItemRenderer) - Method in class com.jrefinery.chart.CombinedXYPlot
Deprecated. use setRenderer(...) method.
setY(double) - Method in class com.jrefinery.chart.DrawableLegendItem
Set the y-coordinate for the item's location.
setY(Number) - Method in class com.jrefinery.data.XYDataPair
Sets the y-value for this data pair.
setYSymbolicValues(String[]) - Method in class com.jrefinery.chart.demo.SampleYSymbolicDataset
Sets the list of symbolic values.
setYSymbolicValues(String[]) - Method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Sets the list of Y symbolic values.
setYValue(int, int, Number) - Method in class com.jrefinery.chart.demo.SampleYSymbolicDataset
Sets the y-value for the specified series and item with the specified new Number value.
setYValue(int, int, Number) - Method in class com.jrefinery.chart.demo.SampleXYSymbolicDataset
Sets the y-value for the specified series and item with the specified new Number value.
shapeFactory - Variable in class com.jrefinery.chart.Plot
Factory for shapes used to represent data points
ShapeFactory - interface com.jrefinery.chart.ShapeFactory.
Interface to be implemented by classes which provide shapes for indicating data points on a Plot.
SHAPES - Static variable in class com.jrefinery.chart.StandardXYItemRenderer
Cconstant for the type of rendering (shapes only).
SHAPES - Static variable in class com.jrefinery.chart.HorizontalShapeRenderer
Useful constant for specifying the type of rendering (shapes only).
SHAPES - Static variable in class com.jrefinery.chart.LineAndShapeRenderer
Useful constant for specifying the type of rendering (shapes only).
SHAPES - Static variable in class com.jrefinery.chart.AreaXYItemRenderer
Useful constant for specifying the type of rendering (shapes only).
SHAPES_AND_LINES - Static variable in class com.jrefinery.chart.StandardXYItemRenderer
Constant for the type of rendering (shapes and lines).
SHAPES_AND_LINES - Static variable in class com.jrefinery.chart.HorizontalShapeRenderer
Useful constant for specifying the type of rendering (shapes and lines).
SHAPES_AND_LINES - Static variable in class com.jrefinery.chart.LineAndShapeRenderer
Useful constant for specifying the type of rendering (shapes and lines).
SHAPES_AND_LINES - Static variable in class com.jrefinery.chart.AreaXYItemRenderer
Useful constant for specifying the type of rendering (shapes and lines).
SHARED_DB - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
SHARED_DB - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
SHARED_DB_OPENER - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
SHARED_DB_OPENER - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
SHARED_VOYAGES - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
SHARED_VOYAGES - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
SHARED_VOYAGES_TIME - Static variable in interface com.jrefinery.chart.demo.jdbc.servlet.Constants
 
SHARED_VOYAGES_TIME - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
ShipNeedle - class com.jrefinery.chart.needle.ShipNeedle.
A needle...
ShipNeedle() - Constructor for class com.jrefinery.chart.needle.ShipNeedle
 
showDialog() - Method in class com.jrefinery.chart.demo.jdbc.swing.dbConnection
 
SignalRenderer - class com.jrefinery.chart.SignalRenderer.
A renderer that draws signals on an XY plot (requires a SignalsDataset).
SignalRenderer() - Constructor for class com.jrefinery.chart.SignalRenderer
Creates a new renderer.
SignalsDataset - interface com.jrefinery.data.SignalsDataset.
An interface that adds signal information to an XYDataset.
SimpleIntervalXYDataset - class com.jrefinery.chart.demo.SimpleIntervalXYDataset.
A quick and dirty sample dataset.
SimpleIntervalXYDataset() - Constructor for class com.jrefinery.chart.demo.SimpleIntervalXYDataset
Creates a new dataset.
size - Variable in class com.jrefinery.chart.needle.MeterNeedle
 
SMALL_LOG_VALUE - Static variable in class com.jrefinery.chart.HorizontalLogarithmicAxis
Smallest arbitrarily-close-to-zero value allowed.
SMALL_LOG_VALUE - Static variable in class com.jrefinery.chart.VerticalLogarithmicAxis
Smallest arbitrarily-close-to-zero value allowed.
SOUTH - Static variable in class com.jrefinery.chart.AbstractTitle
Useful constant for the title position.
SOUTH - Static variable in class com.jrefinery.chart.Legend
Constant anchor value for legend position SOUTH.
Spacer - class com.jrefinery.chart.Spacer.
Represents an amount of blank space inside (or sometimes outside) a rectangle.
Spacer(int, double, double, double, double) - Constructor for class com.jrefinery.chart.Spacer
Creates a new Spacer object.
sqlServerType - Variable in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
 
sqlServerType - Variable in class com.jrefinery.chart.demo.servlet.BaseImageServlet
 
StackedAreaCategoryItemRenderer - class com.jrefinery.chart.StackedAreaCategoryItemRenderer.
A category item renderer that draws stacked area charts.
StackedAreaCategoryItemRenderer() - Constructor for class com.jrefinery.chart.StackedAreaCategoryItemRenderer
 
StackedAreaChartDemo - class com.jrefinery.chart.demo.StackedAreaChartDemo.
A simple demonstration application showing how to create a stacked area chart using data from a CategoryDataset.
StackedAreaChartDemo(String) - Constructor for class com.jrefinery.chart.demo.StackedAreaChartDemo
Creates a new demo.
StackedHorizontalBarRenderer - class com.jrefinery.chart.StackedHorizontalBarRenderer.
A renderer that handles the drawing of "stacked" bars for a horizontal bar plot.
StackedHorizontalBarRenderer() - Constructor for class com.jrefinery.chart.StackedHorizontalBarRenderer
Constructs a renderer with a standard tool tip generator.
StackedHorizontalBarRenderer(CategoryToolTipGenerator) - Constructor for class com.jrefinery.chart.StackedHorizontalBarRenderer
Constructs a renderer with a specific tool tip generator.
StackedVerticalBarRenderer - class com.jrefinery.chart.StackedVerticalBarRenderer.
A bar renderer that draws stacked bars for a vertical bar plot.
StackedVerticalBarRenderer() - Constructor for class com.jrefinery.chart.StackedVerticalBarRenderer
Constructs a renderer with a standard tool tip generator.
StackedVerticalBarRenderer(CategoryToolTipGenerator) - Constructor for class com.jrefinery.chart.StackedVerticalBarRenderer
Constructs a renderer with a specific tool tip generator.
StackedVerticalBarRenderer3D - class com.jrefinery.chart.StackedVerticalBarRenderer3D.
Renders vertical stacked bars with 3D-effect.
StackedVerticalBarRenderer3D() - Constructor for class com.jrefinery.chart.StackedVerticalBarRenderer3D
 
StandardCategoryToolTipGenerator - class com.jrefinery.chart.tooltips.StandardCategoryToolTipGenerator.
A standard tooltip generator for plots that use data from a CategoryDataset.
StandardCategoryToolTipGenerator() - Constructor for class com.jrefinery.chart.tooltips.StandardCategoryToolTipGenerator
Creates a new tool tip generator with a default number formatter.
StandardCategoryToolTipGenerator(DateFormat) - Constructor for class com.jrefinery.chart.tooltips.StandardCategoryToolTipGenerator
Creates a tool tip generator with the specified date formatter.
StandardCategoryToolTipGenerator(NumberFormat) - Constructor for class com.jrefinery.chart.tooltips.StandardCategoryToolTipGenerator
Creates a tool tip generator with the specified number formatter.
StandardCategoryURLGenerator - class com.jrefinery.chart.urls.StandardCategoryURLGenerator.
A URL generator.
StandardCategoryURLGenerator() - Constructor for class com.jrefinery.chart.urls.StandardCategoryURLGenerator
Blank constructor
StandardCategoryURLGenerator(String) - Constructor for class com.jrefinery.chart.urls.StandardCategoryURLGenerator
Constructor that overrides default prefix to the URL.
StandardCategoryURLGenerator(String, String, String) - Constructor for class com.jrefinery.chart.urls.StandardCategoryURLGenerator
Constructor that overrides all the defaults.
StandardEntityCollection - class com.jrefinery.chart.entity.StandardEntityCollection.
A default implementation of the EntityCollection interface.
StandardEntityCollection() - Constructor for class com.jrefinery.chart.entity.StandardEntityCollection
Constructs a new entity collection (initially empty).
StandardLegend - class com.jrefinery.chart.StandardLegend.
A chart legend shows the names and visual representations of the series that are plotted in a chart.
StandardLegend(JFreeChart) - Constructor for class com.jrefinery.chart.StandardLegend
Constructs a new legend with default settings.
StandardLegend(JFreeChart, int, Spacer, Paint, Stroke, Paint, Font, Paint) - Constructor for class com.jrefinery.chart.StandardLegend
Constructs a new legend.
StandardLegendItemLayout - class com.jrefinery.chart.StandardLegendItemLayout.
A class for arranging legend items.
StandardLegendItemLayout(int, double) - Constructor for class com.jrefinery.chart.StandardLegendItemLayout
Constructs a new layout class for legend items.
StandardPieToolTipGenerator - class com.jrefinery.chart.tooltips.StandardPieToolTipGenerator.
A standard tool tip generator for plots that use data from a PieDataset.
StandardPieToolTipGenerator() - Constructor for class com.jrefinery.chart.tooltips.StandardPieToolTipGenerator
Creates a tool tip generator with a default number formatter.
StandardPieToolTipGenerator(NumberFormat) - Constructor for class com.jrefinery.chart.tooltips.StandardPieToolTipGenerator
Creates a tool tip generator with the specified number formatter.
StandardPieURLGenerator - class com.jrefinery.chart.urls.StandardPieURLGenerator.
A URL generator.
StandardPieURLGenerator() - Constructor for class com.jrefinery.chart.urls.StandardPieURLGenerator
Default constructor.
StandardPieURLGenerator(String) - Constructor for class com.jrefinery.chart.urls.StandardPieURLGenerator
Creates a new generator.
StandardPieURLGenerator(String, String) - Constructor for class com.jrefinery.chart.urls.StandardPieURLGenerator
Creates a new generator.
StandardXYItemRenderer - class com.jrefinery.chart.StandardXYItemRenderer.
Standard item renderer for an XYPlot.
StandardXYItemRenderer() - Constructor for class com.jrefinery.chart.StandardXYItemRenderer
Constructs a new renderer.
StandardXYItemRenderer(int) - Constructor for class com.jrefinery.chart.StandardXYItemRenderer
Constructs a new renderer.
StandardXYItemRenderer(int, XYToolTipGenerator) - Constructor for class com.jrefinery.chart.StandardXYItemRenderer
Constructs a new renderer.
StandardXYItemRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class com.jrefinery.chart.StandardXYItemRenderer
Constructs a new renderer.
StandardXYToolTipGenerator - class com.jrefinery.chart.tooltips.StandardXYToolTipGenerator.
A standard tool tip generator for plots that use data from an XYDataset.
StandardXYToolTipGenerator() - Constructor for class com.jrefinery.chart.tooltips.StandardXYToolTipGenerator
Creates a tool tip generator using default number formatters.
StandardXYToolTipGenerator(NumberFormat, NumberFormat) - Constructor for class com.jrefinery.chart.tooltips.StandardXYToolTipGenerator
Cnstructs a tool tip generator using the specified number formatters.
StandardXYURLGenerator - class com.jrefinery.chart.urls.StandardXYURLGenerator.
A URL generator.
StandardXYURLGenerator() - Constructor for class com.jrefinery.chart.urls.StandardXYURLGenerator
Blank constructor
StandardXYURLGenerator(String) - Constructor for class com.jrefinery.chart.urls.StandardXYURLGenerator
Constructor that overrides default prefix to the URL.
StandardXYURLGenerator(String, String, String) - Constructor for class com.jrefinery.chart.urls.StandardXYURLGenerator
Constructor that overrides all the defaults
START - Static variable in class com.jrefinery.data.TimeSeriesCollection
Useful constant for controlling the x-value returned for a time period.
start() - Method in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
Start running the frame.
StatisticalBarChartDemo - class com.jrefinery.chart.demo.StatisticalBarChartDemo.
Demonstration of the statistical bar graph.
StatisticalBarChartDemo() - Constructor for class com.jrefinery.chart.demo.StatisticalBarChartDemo
Creates a new demo.
StatisticalCategoryDataset - interface com.jrefinery.data.StatisticalCategoryDataset.
A category dataset that defines a median and standard deviation value for each series/category combination.
Statistics - class com.jrefinery.data.Statistics.
A utility class that provides some simple statistical functions.
Statistics() - Constructor for class com.jrefinery.data.Statistics
 
status(String, Date, Date) - Method in class com.jrefinery.chart.demo.Performance2
Outputs the current status to the console.
statusMessage(String) - Method in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
Display a status message
statusMessage(String) - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Write a status message to the server console (stdout) if debug enabled
SubSeriesDataset - class com.jrefinery.data.SubSeriesDataset.
This class will create a Dataset with one or more series from another SeriesDataset.
SubSeriesDataset(SeriesDataset, int) - Constructor for class com.jrefinery.data.SubSeriesDataset
Creates a SubSeriesDataset using one series from parent.
SubSeriesDataset(SeriesDataset, int[]) - Constructor for class com.jrefinery.data.SubSeriesDataset
Creates a SubSeriesDataset using one or more series from parent.
swingdemo - class com.jrefinery.chart.demo.jdbc.swing.swingdemo.
A demonstration of a swing application which display chart plots from a JDBC data source.
swingdemo.RefreshChartDataThread - class com.jrefinery.chart.demo.jdbc.swing.swingdemo.RefreshChartDataThread.
A seperate thread which is used to query the database and update the chart data.
swingdemo.RefreshChartDataThread(swingdemo) - Constructor for class com.jrefinery.chart.demo.jdbc.swing.swingdemo.RefreshChartDataThread
 
swingdemo() - Constructor for class com.jrefinery.chart.demo.jdbc.swing.swingdemo
Construct the Frame
switchedLog10(double) - Method in class com.jrefinery.chart.HorizontalLogarithmicAxis
Returns the log10 value, depending on if values between 0 and 1 are being plotted.
switchedLog10(double) - Method in class com.jrefinery.chart.VerticalLogarithmicAxis
Returns the log10 value, depending on if values between 0 and 1 are being plotted.
SymbolicTickUnit - class com.jrefinery.chart.SymbolicTickUnit.
A symbolic tick unit.
SymbolicTickUnit(double, String[]) - Constructor for class com.jrefinery.chart.SymbolicTickUnit
Creates a new symbolic tick unit.
SymbolicXYPlotDemo - class com.jrefinery.chart.demo.SymbolicXYPlotDemo.
A demonstration application for the symbolic XY plots.
SymbolicXYPlotDemo() - Constructor for class com.jrefinery.chart.demo.SymbolicXYPlotDemo
 
SymbolicXYToolTipGenerator - class com.jrefinery.chart.tooltips.SymbolicXYToolTipGenerator.
A standard tooltip generator for plots that use data from an XYDataset.
SymbolicXYToolTipGenerator() - Constructor for class com.jrefinery.chart.tooltips.SymbolicXYToolTipGenerator
 
SymbolicYPlotDemo - class com.jrefinery.chart.demo.SymbolicYPlotDemo.
A demonstration application for the symbolic axis plots.
SymbolicYPlotDemo() - Constructor for class com.jrefinery.chart.demo.SymbolicYPlotDemo
 

T

t - Static variable in class com.jrefinery.chart.needle.MeterNeedle
 
TEMP_DIR - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
TEMP_URL - Static variable in interface com.jrefinery.chart.demo.servlet.Constants
 
testConnection() - Method in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
Description of the Method
testConnection() - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Test the database connection is available
text - Variable in class com.jrefinery.chart.annotations.TextAnnotation
The text.
TextAnnotation - class com.jrefinery.chart.annotations.TextAnnotation.
A base class for text annotations.
TextAnnotation(String, Font, Paint) - Constructor for class com.jrefinery.chart.annotations.TextAnnotation
Constructs a text annotation.
TextTitle - class com.jrefinery.chart.TextTitle.
A standard chart title.
TextTitle(String) - Constructor for class com.jrefinery.chart.TextTitle
Constructs a new TextTitle, using default attributes where necessary.
TextTitle(String, Font) - Constructor for class com.jrefinery.chart.TextTitle
Constructs a new TextTitle, using default attributes where necessary.
TextTitle(String, Font, int) - Constructor for class com.jrefinery.chart.TextTitle
Constructs a new TextTitle, using default attributes where necessary.
TextTitle(String, Font, Paint) - Constructor for class com.jrefinery.chart.TextTitle
Constructs a new TextTitle, using default attributes where necessary.
TextTitle(String, Font, Paint, int, int, int, Spacer) - Constructor for class com.jrefinery.chart.TextTitle
Constructs a TextTitle with the specified properties.
ThermometerDemo - class com.jrefinery.chart.demo.ThermometerDemo.
A demonstration application for the thermometer plot.
ThermometerDemo() - Constructor for class com.jrefinery.chart.demo.ThermometerDemo
Default constructor.
ThermometerDemo2 - class com.jrefinery.chart.demo.ThermometerDemo2.
A simple demonstration application showing how to create a thermometer.
ThermometerDemo2(String) - Constructor for class com.jrefinery.chart.demo.ThermometerDemo2
Creates a new demo.
ThermometerPlot - class com.jrefinery.chart.ThermometerPlot.
A plot that displays a single value in a thermometer type display.
ThermometerPlot() - Constructor for class com.jrefinery.chart.ThermometerPlot
Creates a new thermometer plot.
ThermometerPlot(MeterDataset) - Constructor for class com.jrefinery.chart.ThermometerPlot
Creates a new thermometer plot, using default attributes where necessary.
ThermometerPlot(MeterDataset, Insets, Paint, Image, float, Stroke, Paint, float) - Constructor for class com.jrefinery.chart.ThermometerPlot
Constructs a new thermometer plot.
Tick - class com.jrefinery.chart.Tick.
Represents the dimensions of a tick on an axis (used during the process of drawing a chart, but not retained).
Tick(Object, String, float, float) - Constructor for class com.jrefinery.chart.Tick
Standard constructor: creates a Tick with the specified properties.
Tick(String, float, float) - Constructor for class com.jrefinery.chart.Tick
Standard constructor: creates a Tick with the specified properties.
tickLabelFont - Variable in class com.jrefinery.chart.Axis
The font used to display the tick labels.
tickLabelInsets - Variable in class com.jrefinery.chart.Axis
The blank space around each tick label.
tickLabelPaint - Variable in class com.jrefinery.chart.Axis
The color used to display the tick labels.
tickLabelsVisible - Variable in class com.jrefinery.chart.Axis
A flag that indicates whether or not tick labels are visible for the axis.
tickMarkPaint - Variable in class com.jrefinery.chart.Axis
The paint used to draw tick marks.
tickMarkStroke - Variable in class com.jrefinery.chart.Axis
The stroke used to draw tick marks.
tickMarksVisible - Variable in class com.jrefinery.chart.Axis
A flag that indicates whether or not tick marks are visible for the axis.
ticks - Variable in class com.jrefinery.chart.Axis
A working list of ticks - this list is refreshed as required.
TickUnit - class com.jrefinery.chart.TickUnit.
Base class representing a tick unit.
TickUnit(double) - Constructor for class com.jrefinery.chart.TickUnit
Constructs a new tick unit.
TickUnits - class com.jrefinery.chart.TickUnits.
A collection of tick units.
TickUnits() - Constructor for class com.jrefinery.chart.TickUnits
Constructs a new collection of tick units.
TimeAllocation - class com.jrefinery.data.TimeAllocation.
An arbitrary period of time.
TimeAllocation(Date, Date) - Constructor for class com.jrefinery.data.TimeAllocation
Creates a new time allocation.
TimePeriod - class com.jrefinery.data.TimePeriod.
An abstract class representing a unit of time.
TimePeriod() - Constructor for class com.jrefinery.data.TimePeriod
 
TimePeriodFormatException - exception com.jrefinery.data.TimePeriodFormatException.
An exception that indicates an invalid format in a string representing a time period.
TimePeriodFormatException(String) - Constructor for class com.jrefinery.data.TimePeriodFormatException
Creates a new exception.
TimeSeriesCollection - class com.jrefinery.data.TimeSeriesCollection.
A collection of time series objects.
TimeSeriesCollection() - Constructor for class com.jrefinery.data.TimeSeriesCollection
Constructs an empty dataset, tied to the default timezone.
TimeSeriesCollection(BasicTimeSeries) - Constructor for class com.jrefinery.data.TimeSeriesCollection
Constructs a dataset containing a single series (more can be added), tied to the default timezone.
TimeSeriesCollection(BasicTimeSeries, TimeZone) - Constructor for class com.jrefinery.data.TimeSeriesCollection
Constructs a dataset containing a single series (more can be added), tied to a specific timezone.
TimeSeriesCollection(TimeZone) - Constructor for class com.jrefinery.data.TimeSeriesCollection
Constructs an empty dataset, tied to a specific timezone.
TimeSeriesDataPair - class com.jrefinery.data.TimeSeriesDataPair.
Represents one data item in a time series.
TimeSeriesDataPair(TimePeriod, double) - Constructor for class com.jrefinery.data.TimeSeriesDataPair
Constructs a new data pair.
TimeSeriesDataPair(TimePeriod, Number) - Constructor for class com.jrefinery.data.TimeSeriesDataPair
Constructs a new data pair.
TimeSeriesDemo - class com.jrefinery.chart.demo.TimeSeriesDemo.
An example of a time series chart.
TimeSeriesDemo(String) - Constructor for class com.jrefinery.chart.demo.TimeSeriesDemo
A demonstration application showing a quarterly time series containing a null value.
TimeSeriesDemo2 - class com.jrefinery.chart.demo.TimeSeriesDemo2.
A demo showing a time series (quarterly data) with a null value.
TimeSeriesDemo2(String) - Constructor for class com.jrefinery.chart.demo.TimeSeriesDemo2
A demonstration application showing a quarterly time series containing a null value.
TimeSeriesDemo3 - class com.jrefinery.chart.demo.TimeSeriesDemo3.
A time series demo, with monthly data, where the tick unit on the axis is set to one month also (this switches off the auto tick unit selection, and *can* result in overlapping labels).
TimeSeriesDemo3(String) - Constructor for class com.jrefinery.chart.demo.TimeSeriesDemo3
A demonstration application showing a quarterly time series containing a null value.
TimeSeriesDemo4 - class com.jrefinery.chart.demo.TimeSeriesDemo4.
An example of a time series chart using hourly data and including a null value.
TimeSeriesDemo4(String) - Constructor for class com.jrefinery.chart.demo.TimeSeriesDemo4
A demonstration application showing a quarterly time series containing a null value.
TimeSeriesDemo5 - class com.jrefinery.chart.demo.TimeSeriesDemo5.
A time series chart with 4000 data points, to get an idea of how JFreeChart performs with a larger dataset.
TimeSeriesDemo5() - Constructor for class com.jrefinery.chart.demo.TimeSeriesDemo5
 
TimeSeriesTableModel - class com.jrefinery.data.TimeSeriesTableModel.
Wrapper around a time series to convert it to a table model for use in a JTable.
TimeSeriesTableModel() - Constructor for class com.jrefinery.data.TimeSeriesTableModel
Default constructor.
TimeSeriesTableModel(BasicTimeSeries) - Constructor for class com.jrefinery.data.TimeSeriesTableModel
Constructs a table model for a time series.
TimeSeriesTableModel(BasicTimeSeries, boolean) - Constructor for class com.jrefinery.data.TimeSeriesTableModel
Creates a table model based on a time series.
TimeSeriesToolTipGenerator - class com.jrefinery.chart.tooltips.TimeSeriesToolTipGenerator.
A standard tool tip generator for time series plots.
TimeSeriesToolTipGenerator() - Constructor for class com.jrefinery.chart.tooltips.TimeSeriesToolTipGenerator
Default constructor.
TimeSeriesToolTipGenerator(DateFormat, NumberFormat) - Constructor for class com.jrefinery.chart.tooltips.TimeSeriesToolTipGenerator
Constructs a new tooltip generator using the specified number formats.
TimeSeriesToolTipGenerator(String, String) - Constructor for class com.jrefinery.chart.tooltips.TimeSeriesToolTipGenerator
Creates a tool tip generator with the specified date and number format strings.
TimeSeriesURLGenerator - class com.jrefinery.chart.urls.TimeSeriesURLGenerator.
A URL generator.
TimeSeriesURLGenerator() - Constructor for class com.jrefinery.chart.urls.TimeSeriesURLGenerator
Blank constructor
TimeSeriesURLGenerator(DateFormat, String, String, String) - Constructor for class com.jrefinery.chart.urls.TimeSeriesURLGenerator
Construct TimeSeriesURLGenerator overriding defaults
titleChanged(TitleChangeEvent) - Method in class com.jrefinery.chart.JFreeChart
Receives notification that a chart title has changed, and passes this on to registered listeners.
titleChanged(TitleChangeEvent) - Method in interface com.jrefinery.chart.event.TitleChangeListener
Receives notification of a chart title change event.
TitleChangeEvent - class com.jrefinery.chart.event.TitleChangeEvent.
A change event that encapsulates information about a change to a chart title.
TitleChangeEvent(AbstractTitle) - Constructor for class com.jrefinery.chart.event.TitleChangeEvent
Default constructor.
TitleChangeListener - interface com.jrefinery.chart.event.TitleChangeListener.
The interface that must be supported by classes that wish to receive notification of changes to a chart title.
TitlePropertyEditPanel - class com.jrefinery.chart.ui.TitlePropertyEditPanel.
A panel for editing the properties of a chart title.
TitlePropertyEditPanel(AbstractTitle) - Constructor for class com.jrefinery.chart.ui.TitlePropertyEditPanel
Standard constructor: builds a panel for displaying/editing the properties of the specified title.
ToolTipGenerator - interface com.jrefinery.chart.tooltips.ToolTipGenerator.
Base interface for a tooltip generator.
TOP - Static variable in class com.jrefinery.chart.AbstractTitle
Useful constant for the title position (also used for vertical alignment).
TOP - Static variable in class com.jrefinery.chart.HorizontalShapeRenderer
Constant indicating that labels are to be shown above data points
TOP - Static variable in class com.jrefinery.chart.LineAndShapeRenderer
Constant indicating that labels are to be shown above data points
toString() - Method in class com.jrefinery.data.Year
Returns a string representing the year (e.g.
toString() - Method in class com.jrefinery.data.Month
Returns a string representing the month (e.g.
toString() - Method in class com.jrefinery.data.Week
Returns a string representing the week (e.g.
toString() - Method in class com.jrefinery.data.Day
Returns a string representing the day.
toString() - Method in class com.jrefinery.data.Millisecond
Returns a string representation of the millisecond.
toString() - Method in class com.jrefinery.data.Quarter
Returns a string representing the quarter (e.g.
toString() - Method in class com.jrefinery.chart.entity.CategoryItemEntity
Returns a string representing this object.
toString() - Method in class com.jrefinery.chart.entity.PieSectionEntity
Returns a string representing the entity.
trailGapPercent - Variable in class com.jrefinery.chart.CategoryPlot
The gap after the last item in the plot.
translateDateToJava2D(Date, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalDateAxis
Translates a date to Java2D coordinates, based on the range displayed by this axis for the specified data area.
translateJava2DtoValue(float, Rectangle2D) - Method in class com.jrefinery.chart.ValueAxis
Converts a coordinate in Java2D space to the corresponding data value, assuming that the axis runs along one edge of the specified dataArea.
translateJava2DtoValue(float, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalNumberAxis
Converts a coordinate in Java2D space to the corresponding data value, assuming that the axis runs along one edge of the specified dataArea.
translateJava2DtoValue(float, Rectangle2D) - Method in class com.jrefinery.chart.VerticalNumberAxis
Converts a coordinate in Java2D space to the corresponding data value, assuming that the axis runs along one edge of the specified dataArea.
translateJava2DtoValue(float, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalDateAxis
Translates the Java2D (horizontal) coordinate back to the corresponding data value.
translateJava2DtoValue(float, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalLogarithmicAxis
Converts a coordinate in Java2D space to the corresponding data value, assuming that the axis runs along one edge of the specified plotArea.
translateJava2DtoValue(float, Rectangle2D) - Method in class com.jrefinery.chart.VerticalLogarithmicAxis
Converts a coordinate in Java2D space to the corresponding data value, assuming that the axis runs along one edge of the specified dataArea.
translateValueToJava2D(double, Rectangle2D) - Method in class com.jrefinery.chart.ValueAxis
Converts a data value to a coordinate in Java2D space, assuming that the axis runs along one edge of the specified dataArea.
translateValueToJava2D(double, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalNumberAxis
Converts a data value to a coordinate in Java2D space, assuming that the axis runs along one edge of the specified dataArea.
translateValueToJava2D(double, Rectangle2D) - Method in class com.jrefinery.chart.VerticalNumberAxis
Converts a data value to a coordinate in Java2D space, assuming that the axis runs along one edge of the specified dataArea.
translateValueToJava2D(double, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalDateAxis
Translates the data value to the display coordinates (Java 2D User Space) of the chart.
translateValueToJava2D(double, Rectangle2D) - Method in class com.jrefinery.chart.HorizontalLogarithmicAxis
Converts a data value to a coordinate in Java2D space, assuming that the axis runs along one edge of the specified plotArea.
translateValueToJava2D(double, Rectangle2D) - Method in class com.jrefinery.chart.VerticalLogarithmicAxis
Converts a data value to a coordinate in Java2D space, assuming that the axis runs along one edge of the specified plot area.
trim(Rectangle2D) - Method in class com.jrefinery.chart.Spacer
Calculates the margins and trims them from the supplied area.

U

UNITS - Static variable in class com.jrefinery.chart.ThermometerPlot
The unit strings.
UNITS_CELCIUS - Static variable in class com.jrefinery.chart.ThermometerPlot
A constant for unit type 'Celcius'.
UNITS_FAHRENHEIT - Static variable in class com.jrefinery.chart.ThermometerPlot
A constant for unit type 'Fahrenheit'.
UNITS_KELVIN - Static variable in class com.jrefinery.chart.ThermometerPlot
A constant for unit type 'Kelvin'.
UNITS_NONE - Static variable in class com.jrefinery.chart.ThermometerPlot
A constant for unit type 'None'.
update(int, Number) - Method in class com.jrefinery.data.BasicTimeSeries
Updates (changes) the value of a data pair.
update(int, Number) - Method in class com.jrefinery.data.XYSeries
Updates the value of an item in the series.
update(TimePeriod, Number) - Method in class com.jrefinery.data.BasicTimeSeries
Updates (changes) the value for a time period.
updateChartProperties(JFreeChart) - Method in class com.jrefinery.chart.ui.ChartPropertyEditPanel
Updates the properties of a chart to match the properties defined on the panel.
updateCrosshairPoint(double, double) - Method in class com.jrefinery.chart.CrosshairInfo
Evaluates a data point and if it is the closest to the anchor point it becomes the new crosshair point.
updateCrosshairX(double) - Method in class com.jrefinery.chart.CrosshairInfo
Evaluates an x-value and if it is the closest to the anchor point it becomes the new crosshair point.
updateCrosshairY(double) - Method in class com.jrefinery.chart.CrosshairInfo
Evaluates a y-value and if it is the closest to the anchor point it becomes the new crosshair point.
UPDATED_DATASET - Static variable in class com.jrefinery.chart.event.ChartChangeEvent
Event type indicating that the chart's data source has been modified.
updatePlotProperties(Plot) - Method in class com.jrefinery.chart.ui.PlotPropertyEditPanel
Updates the plot properties to match the properties defined on the panel.
upperClip - Variable in class com.jrefinery.chart.BarRenderer
The upper clip (axis) value.
URLGenerator - interface com.jrefinery.chart.urls.URLGenerator.
Base interface for URL generators.

V

vals - Variable in class com.jrefinery.data.DefaultPieDataset
Storage for values
VALUE_AND_PERCENT_LABELS - Static variable in class com.jrefinery.chart.PiePlot
Constant indicating percent labels on the pie sections.
VALUE_LABELS - Static variable in class com.jrefinery.chart.MeterPlot
Constant for the label type.
VALUE_LABELS - Static variable in class com.jrefinery.chart.PiePlot
Constant indicating value labels on the pie sections.
VALUE_LABELS - Static variable in class com.jrefinery.chart.CompassPlot
A constant for the label type.
ValueAxis - class com.jrefinery.chart.ValueAxis.
The base class for axes that display value data (a "value" can be a Number or a Date).
ValueAxis(String, Font, Paint, Insets, boolean, Font, Paint, Insets, boolean, Stroke, Paint, Range, boolean, Number, boolean, TickUnits, boolean, Stroke, Paint, double, boolean, double, Stroke, Paint) - Constructor for class com.jrefinery.chart.ValueAxis
Constructs a value axis.
valueBound(HttpSessionBindingEvent) - Method in class com.jrefinery.chart.servlet.ChartDeleter
Binding this object to the session has no additional effects.
valueLabelsVisible - Variable in class com.jrefinery.chart.CategoryPlot
A flag indicating whether or not value labels are shown.
Values - interface com.jrefinery.data.Values.
An interface through which (single-dimension) data values can be accessed.
valueToString(double) - Method in class com.jrefinery.chart.VerticalSymbolicAxis
Converts a value to a string, using the list of symbolic values.
valueToString(double) - Method in class com.jrefinery.chart.TickUnit
Converts the supplied value to a string.
valueToString(double) - Method in class com.jrefinery.chart.NumberTickUnit
Converts a value to a string.
valueToString(double) - Method in class com.jrefinery.chart.SymbolicTickUnit
Converts a value to a string, using the list of symbolic values.
valueToString(double) - Method in class com.jrefinery.chart.DateTickUnit
Formats a value.
valueUnbound(HttpSessionBindingEvent) - Method in class com.jrefinery.chart.servlet.ChartDeleter
When this object is unbound from the session (including upon session expiry) the files that have been added to the ArrayList are iterated and deleted.
VERTICAL - Static variable in class com.jrefinery.chart.CombinedXYPlot
Constant used to indicate vertical layout.
VERTICAL - Static variable in class com.jrefinery.chart.StandardLegendItemLayout
Useful constant for vertical orientation.
VerticalAxis - interface com.jrefinery.chart.VerticalAxis.
An interface that must be supported by all vertical axes for layout purposes.
VerticalBarChart3DDemo - class com.jrefinery.chart.demo.VerticalBarChart3DDemo.
A simple demonstration application showing how to create a vertical 3D bar chart using data from a CategoryDataset.
VerticalBarChart3DDemo(String) - Constructor for class com.jrefinery.chart.demo.VerticalBarChart3DDemo
Creates a new demo.
VerticalBarChartDemo - class com.jrefinery.chart.demo.VerticalBarChartDemo.
A simple demonstration application showing how to create a vertical bar chart.
VerticalBarChartDemo(String) - Constructor for class com.jrefinery.chart.demo.VerticalBarChartDemo
Creates a new demo instance.
VerticalBarChartDemo2 - class com.jrefinery.chart.demo.VerticalBarChartDemo2.
A bar chart with just one series.
VerticalBarChartDemo2(String) - Constructor for class com.jrefinery.chart.demo.VerticalBarChartDemo2
Creates a new demo.
VerticalBarRenderer - class com.jrefinery.chart.VerticalBarRenderer.
A renderer that handles the drawing of bars for a vertical bar plot.
VerticalBarRenderer() - Constructor for class com.jrefinery.chart.VerticalBarRenderer
Creates a vertical bar renderer with no tool tip generator and no URL generator.
VerticalBarRenderer(CategoryToolTipGenerator) - Constructor for class com.jrefinery.chart.VerticalBarRenderer
Constructs a renderer with a specific tool tip generator.
VerticalBarRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class com.jrefinery.chart.VerticalBarRenderer
Constructs a renderer with specific tool tip and URL generators.
VerticalBarRenderer(CategoryURLGenerator) - Constructor for class com.jrefinery.chart.VerticalBarRenderer
Constructs a renderer with a specific URL generator.
VerticalBarRenderer3D - class com.jrefinery.chart.VerticalBarRenderer3D.
A renderer for vertical bars with a 3D effect.
VerticalBarRenderer3D() - Constructor for class com.jrefinery.chart.VerticalBarRenderer3D
Default constructor, creates a renderer with a standard tool tip generator and a ten pixel '3D effect'.
VerticalBarRenderer3D(CategoryToolTipGenerator, double) - Constructor for class com.jrefinery.chart.VerticalBarRenderer3D
Constructs a new renderer with a specific tool tip generator and '3D effect'.
VerticalCategoryAxis - class com.jrefinery.chart.VerticalCategoryAxis.
A vertical axis that displays categories, used for horizontal bar charts.
VerticalCategoryAxis(String) - Constructor for class com.jrefinery.chart.VerticalCategoryAxis
Constructs a new axis, using default attributes where necessary.
VerticalCategoryAxis(String, Font, Paint, Insets, boolean, boolean, Font, Paint, Insets, boolean, Stroke, Paint) - Constructor for class com.jrefinery.chart.VerticalCategoryAxis
Constructs a new axis.
VerticalCategoryPlot - class com.jrefinery.chart.VerticalCategoryPlot.
A general class for plotting vertical category charts (bars/lines/shapes), using data from any class that implements the CategoryDataset interface.
VerticalCategoryPlot(CategoryDataset, CategoryAxis, ValueAxis, CategoryItemRenderer) - Constructor for class com.jrefinery.chart.VerticalCategoryPlot
Constructs a new vertical category plot.
VerticalCategoryPlot(CategoryDataset, CategoryAxis, ValueAxis, CategoryItemRenderer, Insets, Paint, Image, float, Stroke, Paint, float, double, double, double, double) - Constructor for class com.jrefinery.chart.VerticalCategoryPlot
Constructs a new vertical category plot.
VerticalIntervalBarRenderer - class com.jrefinery.chart.VerticalIntervalBarRenderer.
A renderer that handles the drawing of bars for a vertical bar plot where each bar has a high and low value.
VerticalIntervalBarRenderer() - Constructor for class com.jrefinery.chart.VerticalIntervalBarRenderer
Constructs a new renderer.
VerticalIntervalBarRenderer(CategoryToolTipGenerator) - Constructor for class com.jrefinery.chart.VerticalIntervalBarRenderer
Constructs a new renderer.
VerticalIntervalBarRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class com.jrefinery.chart.VerticalIntervalBarRenderer
Constructs a new renderer.
VerticalIntervalBarRenderer(CategoryURLGenerator) - Constructor for class com.jrefinery.chart.VerticalIntervalBarRenderer
Constructs a new renderer.
verticalLabels - Variable in class com.jrefinery.chart.CategoryPlot
A flag indicating whether or not value labels are drawn vertically.
VerticalLogarithmicAxis - class com.jrefinery.chart.VerticalLogarithmicAxis.
A logarithmic value axis, for values displayed vertically.
VerticalLogarithmicAxis() - Constructor for class com.jrefinery.chart.VerticalLogarithmicAxis
Constructs a vertical logarithmic axis, using default values where necessary.
VerticalLogarithmicAxis(String) - Constructor for class com.jrefinery.chart.VerticalLogarithmicAxis
Constructs a vertical logarithmic axis, using default values where necessary.
VerticalLogarithmicAxis(String, Font, double, double) - Constructor for class com.jrefinery.chart.VerticalLogarithmicAxis
Constructs a vertical logarithmic axis.
VerticalLogarithmicAxis(String, Font, Paint, Insets, boolean, boolean, Font, Paint, Insets, boolean, Stroke, Paint, boolean, Number, boolean, double, double, boolean, boolean, NumberTickUnit, boolean, Stroke, Paint, double, boolean, double, Stroke, Paint, boolean, boolean) - Constructor for class com.jrefinery.chart.VerticalLogarithmicAxis
Constructs a vertical number axis.
VerticalNumberAxis - class com.jrefinery.chart.VerticalNumberAxis.
A standard linear value axis, for values displayed vertically.
VerticalNumberAxis() - Constructor for class com.jrefinery.chart.VerticalNumberAxis
Constructs a vertical number axis, using default values where necessary.
VerticalNumberAxis(String) - Constructor for class com.jrefinery.chart.VerticalNumberAxis
Constructs a vertical number axis, using default attribute values where necessary.
VerticalNumberAxis(String, Font, double, double) - Constructor for class com.jrefinery.chart.VerticalNumberAxis
Constructs a vertical number axis, using default attribute values where necessary.
VerticalNumberAxis(String, Font, Paint, Insets, boolean, boolean, Font, Paint, Insets, boolean, Stroke, Paint, boolean, Number, boolean, boolean, double, double, boolean, boolean, NumberTickUnit, boolean, Stroke, Paint, double, boolean, double, Stroke, Paint) - Constructor for class com.jrefinery.chart.VerticalNumberAxis
Constructs a new VerticalNumberAxis.
VerticalNumberAxis3D - class com.jrefinery.chart.VerticalNumberAxis3D.
A standard linear value axis, for values displayed vertically.
VerticalNumberAxis3D() - Constructor for class com.jrefinery.chart.VerticalNumberAxis3D
Constructs a VerticalNumberAxis3D, with no label and default attributes.
VerticalNumberAxis3D(String) - Constructor for class com.jrefinery.chart.VerticalNumberAxis3D
Constructs a VerticalNumberAxis3D, with the specified label and default attributes.
VerticalNumberAxis3D(String, Font, double, double) - Constructor for class com.jrefinery.chart.VerticalNumberAxis3D
Constructs a VerticalNumberAxis3D, using default attributes where necessary.
VerticalNumberAxis3D(String, Font, Paint, Insets, boolean, boolean, Font, Paint, Insets, boolean, Stroke, Paint, boolean, Number, boolean, boolean, double, double, boolean, boolean, NumberTickUnit, boolean, Stroke, Paint, double, boolean, double, Stroke, Paint, double) - Constructor for class com.jrefinery.chart.VerticalNumberAxis3D
Constructs a new VerticalNumberAxis3D.
VerticalStatisticalBarRenderer - class com.jrefinery.chart.VerticalStatisticalBarRenderer.
A renderer that handles the drawing of bars for a vertical bar plot where each bar has a mean value and a standard deviation vertical line.
VerticalStatisticalBarRenderer() - Constructor for class com.jrefinery.chart.VerticalStatisticalBarRenderer
Creates a new renderer with no tool tip or URL generator.
VerticalStatisticalBarRenderer(CategoryToolTipGenerator) - Constructor for class com.jrefinery.chart.VerticalStatisticalBarRenderer
Creates a new renderer with the specified tool tip generator.
VerticalStatisticalBarRenderer(CategoryToolTipGenerator, CategoryURLGenerator) - Constructor for class com.jrefinery.chart.VerticalStatisticalBarRenderer
Creates a new renderer with the specified tool tip generator.
VerticalStatisticalBarRenderer(CategoryURLGenerator) - Constructor for class com.jrefinery.chart.VerticalStatisticalBarRenderer
Creates a new renderer with the specified URL generator.
VerticalSymbolicAxis - class com.jrefinery.chart.VerticalSymbolicAxis.
A standard linear value axis, for SYMBOLIC values displayed vertically.
VerticalSymbolicAxis(String, String[]) - Constructor for class com.jrefinery.chart.VerticalSymbolicAxis
Constructs a vertical symbolic axis, using default attribute values where necessary.
VerticalSymbolicAxis(String, String[], Font, boolean, Paint) - Constructor for class com.jrefinery.chart.VerticalSymbolicAxis
Constructs a vertical symbolic axis, using default attribute values where necessary.
VerticalSymbolicAxis(String, String[], Font, Paint, Insets, boolean, boolean, Font, Paint, Insets, boolean, Stroke, Paint, boolean, Number, boolean, boolean, double, double, boolean, boolean, NumberTickUnit, boolean, Stroke, Paint, double, boolean, double, Stroke, Paint, boolean, Paint) - Constructor for class com.jrefinery.chart.VerticalSymbolicAxis
Constructs a vertical symbolic axis.
VerticalValuePlot - interface com.jrefinery.chart.VerticalValuePlot.
An interface defining methods for interrogating a plot that displays values along the vertical axis.
VerticalXYBarChartDemo - class com.jrefinery.chart.demo.VerticalXYBarChartDemo.
A simple demonstration application showing how to create a vertical bar chart.
VerticalXYBarChartDemo(String) - Constructor for class com.jrefinery.chart.demo.VerticalXYBarChartDemo
Constructs the demo application.
VerticalXYBarRenderer - class com.jrefinery.chart.VerticalXYBarRenderer.
A renderer that draws bars on an XY plot (requires an IntervalXYDataset).
VerticalXYBarRenderer() - Constructor for class com.jrefinery.chart.VerticalXYBarRenderer
The default constructor.
VerticalXYBarRenderer(double) - Constructor for class com.jrefinery.chart.VerticalXYBarRenderer
Constructs a new renderer.
VerticalXYBarRenderer(double, XYToolTipGenerator) - Constructor for class com.jrefinery.chart.VerticalXYBarRenderer
Constructs a new renderer.
visible - Variable in class com.jrefinery.chart.Axis
A flag indicating whether or not the axis is visible.

W

WARNING - Static variable in class com.jrefinery.chart.ThermometerPlot
A constant for the 'warning' range.
WARNING_DATA - Static variable in interface com.jrefinery.data.MeterDataset
A constant representing the 'warning' level.
WARNING_TEXT - Static variable in class com.jrefinery.chart.MeterPlot
The default text for the warning level.
Week - class com.jrefinery.data.Week.
Represents a week within a particular year.
Week() - Constructor for class com.jrefinery.data.Week
Constructs a Week, based on the system date/time.
Week(Date) - Constructor for class com.jrefinery.data.Week
Constructs a time period representing a week.
Week(Date, TimeZone) - Constructor for class com.jrefinery.data.Week
Constructs a Week, based on a date/time and a time zone.
Week(int, int) - Constructor for class com.jrefinery.data.Week
Constructs a time period representing the week in the specified year.
Week(int, Year) - Constructor for class com.jrefinery.data.Week
Constructs a time period representing the week in the specified year.
WEST - Static variable in class com.jrefinery.chart.AbstractTitle
Useful constant for the title position.
WEST - Static variable in class com.jrefinery.chart.Legend
Constant anchor value for legend position WEST.
WindDataset - interface com.jrefinery.data.WindDataset.
Interface for a dataset that supplies wind intensity and direction values observed at various points in time.
WindItemRenderer - class com.jrefinery.chart.WindItemRenderer.
A specialised renderer for displaying wind intensity/direction data.
WindItemRenderer() - Constructor for class com.jrefinery.chart.WindItemRenderer
Default constructor.
WindNeedle - class com.jrefinery.chart.needle.WindNeedle.
A needle...
WindNeedle() - Constructor for class com.jrefinery.chart.needle.WindNeedle
Default constructor.
windowActivated(WindowEvent) - Method in class com.jrefinery.chart.demo.JFreeChartDemo
Required for WindowListener interface, but not used by this class.
windowClosed(WindowEvent) - Method in class com.jrefinery.chart.demo.JFreeChartDemo
Clears the reference to the print preview frames when they are closed.
windowClosing(WindowEvent) - Method in class com.jrefinery.chart.demo.JFreeChartDemo
Required for WindowListener interface, but not used by this class.
windowDeactivated(WindowEvent) - Method in class com.jrefinery.chart.demo.JFreeChartDemo
Required for WindowListener interface, but not used by this class.
windowDeiconified(WindowEvent) - Method in class com.jrefinery.chart.demo.JFreeChartDemo
Required for WindowListener interface, but not used by this class.
windowIconified(WindowEvent) - Method in class com.jrefinery.chart.demo.JFreeChartDemo
Required for WindowListener interface, but not used by this class.
windowOpened(WindowEvent) - Method in class com.jrefinery.chart.demo.JFreeChartDemo
Required for WindowListener interface, but not used by this class.
WORKING_CALENDAR - Static variable in class com.jrefinery.data.TimePeriod
A working calendar (recycle to avoid unnecessary object creation).
workingThread - Variable in class com.jrefinery.chart.demo.jdbc.swing.swingdemo
Process management - The currently running update thread
writeBufferedImageAsJPEG(OutputStream, BufferedImage) - Static method in class com.jrefinery.chart.ChartUtilities
Writes the BufferedImage to the output stream in JPEG format.
writeBufferedImageAsJPEG(OutputStream, float, BufferedImage) - Static method in class com.jrefinery.chart.ChartUtilities
Writes the BufferedImage to the output stream in JPEG format.
writeBufferedImageAsPNG(OutputStream, BufferedImage) - Static method in class com.jrefinery.chart.ChartUtilities
Writes the BufferedImage to the output stream in PNG format.
writeBufferedImageAsPNG(OutputStream, BufferedImage, boolean, int) - Static method in class com.jrefinery.chart.ChartUtilities
Writes the BufferedImage to the output stream in PNG format.
writeChart(JFreeChart, OutputStream, int, Dimension) - Method in class com.jrefinery.chart.demo.servlet.BaseImageServlet
 
writeChartAsJPEG(OutputStream, float, JFreeChart, int, int) - Static method in class com.jrefinery.chart.ChartUtilities
Writes the chart to the output stream in JPEG format.
writeChartAsJPEG(OutputStream, float, JFreeChart, int, int, ChartRenderingInfo) - Static method in class com.jrefinery.chart.ChartUtilities
Writes the chart to the output stream in JPEG format.
writeChartAsJPEG(OutputStream, JFreeChart, int, int) - Static method in class com.jrefinery.chart.ChartUtilities
Writes the chart to the output stream in JPEG format.
writeChartAsJPEG(OutputStream, JFreeChart, int, int, ChartRenderingInfo) - Static method in class com.jrefinery.chart.ChartUtilities
Writes the chart to the output stream in JPEG format.
writeChartAsPNG(OutputStream, JFreeChart, int, int) - Static method in class com.jrefinery.chart.ChartUtilities
Writes the chart to the output stream in PNG format.
writeChartAsPNG(OutputStream, JFreeChart, int, int, boolean, int) - Static method in class com.jrefinery.chart.ChartUtilities
Writes the chart to the output stream in PNG format.
writeChartAsPNG(OutputStream, JFreeChart, int, int, ChartRenderingInfo) - Static method in class com.jrefinery.chart.ChartUtilities
Writes the chart to the output stream in PNG format.
writeChartAsPNG(OutputStream, JFreeChart, int, int, ChartRenderingInfo, boolean, int) - Static method in class com.jrefinery.chart.ChartUtilities
Writes the chart to the output stream in PNG format.
writeErrorPage(HttpServletResponse, String) - Method in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
 
writeImageMap(PrintWriter, String, ChartRenderingInfo) - Static method in class com.jrefinery.chart.ChartUtilities
Writes an image map to the output stream.
writeImageMap(PrintWriter, String, ChartRenderingInfo, boolean) - Static method in class com.jrefinery.chart.ChartUtilities
Writes an image map to the output stream.
writeTime(String, Date) - Method in class com.jrefinery.chart.demo.Performance
Writes the current time to the console.

X

x - Variable in class com.jrefinery.chart.annotations.XYTextAnnotation
The x-coordinate.
xAxisTitle - Variable in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
Title of the x axis
xAxisTitle - Variable in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Title of the x axis
XisSymbolic - interface com.jrefinery.data.XisSymbolic.
Represent a data set where X is a symbolic values.
XYAnnotation - interface com.jrefinery.chart.annotations.XYAnnotation.
A plot annotation that works with XYPlots.
XYDataPair - class com.jrefinery.data.XYDataPair.
Represents one (x, y) data item for an xy-series.
XYDataPair(double, double) - Constructor for class com.jrefinery.data.XYDataPair
Constructs a new data pair.
XYDataPair(Number, Number) - Constructor for class com.jrefinery.data.XYDataPair
Constructs a new data pair.
XYDataset - interface com.jrefinery.data.XYDataset.
An interface through which data in the form of (x, y) pairs can be accessed.
XYDotRenderer - class com.jrefinery.chart.XYDotRenderer.
 
XYDotRenderer() - Constructor for class com.jrefinery.chart.XYDotRenderer
Constructs a new renderer.
XYItemEntity - class com.jrefinery.chart.entity.XYItemEntity.
A chart entity that represents one item within an XY plot.
XYItemEntity(Shape, String, int, int) - Constructor for class com.jrefinery.chart.entity.XYItemEntity
Creates a new entity.
XYItemEntity(Shape, String, String, int, int) - Constructor for class com.jrefinery.chart.entity.XYItemEntity
Creates a new entity.
XYItemRenderer - interface com.jrefinery.chart.XYItemRenderer.
Interface for rendering the visual representation of a single (x, y) item on an XYPlot.
XYLogAxesDemo - class com.jrefinery.chart.demo.XYLogAxesDemo.
A demo showing the use of log axes.
XYLogAxesDemo(String) - Constructor for class com.jrefinery.chart.demo.XYLogAxesDemo
Creates a new demo.
XYPlot - class com.jrefinery.chart.XYPlot.
A general class for plotting data in the form of (x, y) pairs.
XYPlot(XYDataset, ValueAxis, ValueAxis) - Constructor for class com.jrefinery.chart.XYPlot
Constructs an XYPlot with the specified axes (other attributes take default values).
XYPlot(XYDataset, ValueAxis, ValueAxis, Insets, Paint, Image, float, Stroke, Paint, float, XYItemRenderer) - Constructor for class com.jrefinery.chart.XYPlot
Constructs a new XY plot.
XYPlot(XYDataset, ValueAxis, ValueAxis, XYItemRenderer) - Constructor for class com.jrefinery.chart.XYPlot
Constructs an XYPlot with the specified axes and renderer (other attributes take default values).
XYSeries - class com.jrefinery.data.XYSeries.
Represents a sequence of zero or more data pairs in the form (x, y).
XYSeries(String) - Constructor for class com.jrefinery.data.XYSeries
Constructs a new xy-series that contains no data.
XYSeries(String, boolean) - Constructor for class com.jrefinery.data.XYSeries
Constructs a new xy-series that contains no data.
XYSeriesCollection - class com.jrefinery.data.XYSeriesCollection.
Represents a collection of time series that can be used as a dataset.
XYSeriesCollection() - Constructor for class com.jrefinery.data.XYSeriesCollection
Constructs an empty dataset.
XYSeriesCollection(XYSeries) - Constructor for class com.jrefinery.data.XYSeriesCollection
Constructs a dataset and populates it with a single time series.
XYSeriesDemo - class com.jrefinery.chart.demo.XYSeriesDemo.
A simple demo for XYSeries.
XYSeriesDemo(String) - Constructor for class com.jrefinery.chart.demo.XYSeriesDemo
A demonstration application showing an XY series containing a null value.
XYSeriesDemo2 - class com.jrefinery.chart.demo.XYSeriesDemo2.
Demo for XYSeries, where all the y values are the same.
XYSeriesDemo2(String) - Constructor for class com.jrefinery.chart.demo.XYSeriesDemo2
A demonstration application showing an XY series containing a null value.
XYStepChartDemo - class com.jrefinery.chart.demo.XYStepChartDemo.
A demonstration of the XYStepRenderer class.
XYStepChartDemo() - Constructor for class com.jrefinery.chart.demo.XYStepChartDemo
 
XYStepRenderer - class com.jrefinery.chart.XYStepRenderer.
Line/Step item renderer for an XYPlot.
XYStepRenderer() - Constructor for class com.jrefinery.chart.XYStepRenderer
Constructs a new renderer.
XYTextAnnotation - class com.jrefinery.chart.annotations.XYTextAnnotation.
A text annotation that can be placed on any XYPlot.
XYTextAnnotation(String, double, double) - Constructor for class com.jrefinery.chart.annotations.XYTextAnnotation
Constructor.
XYTextAnnotation(String, Font, double, double) - Constructor for class com.jrefinery.chart.annotations.XYTextAnnotation
Constructor.
XYTextAnnotation(String, Font, Paint, double, double) - Constructor for class com.jrefinery.chart.annotations.XYTextAnnotation
Constructor.
XYToolTipGenerator - interface com.jrefinery.chart.tooltips.XYToolTipGenerator.
Interface for a tooltip generator for plots that use data from an XYDataset.
XYURLGenerator - interface com.jrefinery.chart.urls.XYURLGenerator.
Interface for a URL generator for plots that uses data from an XYDataset.
XYZDataset - interface com.jrefinery.data.XYZDataset.
The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.

Y

y - Variable in class com.jrefinery.chart.annotations.XYTextAnnotation
The y-coordinate.
yAxisTitle - Variable in class com.jrefinery.chart.demo.jdbc.servlet.BaseImageServlet
Title of the y axis
yAxisTitle - Variable in class com.jrefinery.chart.demo.servlet.BaseImageServlet
Title of the y axis
Year - class com.jrefinery.data.Year.
Represents a year in the range 1900 to 9999.
YEAR - Static variable in class com.jrefinery.chart.DateTickUnit
A constant for years.
Year() - Constructor for class com.jrefinery.data.Year
Constructs a new Year, based on the current system date/time.
Year(Date) - Constructor for class com.jrefinery.data.Year
Constructs a new Year, based on a particular instant in time, using the default time zone.
Year(Date, TimeZone) - Constructor for class com.jrefinery.data.Year
Constructs a year, based on a particular instant in time and a time zone.
Year(int) - Constructor for class com.jrefinery.data.Year
Constructs a time period representing a single year.
YisSymbolic - interface com.jrefinery.data.YisSymbolic.
Represent a data set where Y is a symbolic values.

Z

ZERO - Static variable in class com.jrefinery.chart.Plot
Useful constant representing zero.
zeroInJava2D - Variable in class com.jrefinery.chart.BarRenderer
The data value ZERO translated to Java2D user space.
ZOOM_IN_BOTH_ACTION_COMMAND - Static variable in interface com.jrefinery.chart.ChartPanelConstants
Zoom in (both axes) action command.
ZOOM_IN_HORIZONTAL_ACTION_COMMAND - Static variable in interface com.jrefinery.chart.ChartPanelConstants
Zoom in (horizontal axis only) action command.
ZOOM_IN_VERTICAL_ACTION_COMMAND - Static variable in interface com.jrefinery.chart.ChartPanelConstants
Zoom in (vertical axis only) action command.
ZOOM_OUT_BOTH_ACTION_COMMAND - Static variable in interface com.jrefinery.chart.ChartPanelConstants
Zoom out (both axes) action command.
ZOOM_OUT_HORIZONTAL_ACTION_COMMAND - Static variable in interface com.jrefinery.chart.ChartPanelConstants
Zoom out (horizontal axis only) action command.
ZOOM_OUT_VERTICAL_ACTION_COMMAND - Static variable in interface com.jrefinery.chart.ChartPanelConstants
Zoom out (vertical axis only) action command.
zoom(double) - Method in class com.jrefinery.chart.Plot
Performs a zoom on the plot.
zoom(double) - Method in class com.jrefinery.chart.ThermometerPlot
A zoom method that does nothing.
zoom(double) - Method in class com.jrefinery.chart.XYPlot
Zooms the axis ranges by the specified percentage about the anchor point.
zoom(double) - Method in class com.jrefinery.chart.CombinedXYPlot
A zoom method that (currently) does nothing.
zoom(double) - Method in class com.jrefinery.chart.MeterPlot
A zoom method that does nothing.
zoom(double) - Method in class com.jrefinery.chart.PiePlot
A zoom method that does nothing.
zoom(double) - Method in class com.jrefinery.chart.CategoryPlot
Zooms (in or out) on the plot's value axis.
zoom(double) - Method in class com.jrefinery.chart.CompassPlot
No zooming is implemented for compass plot, so this method is empty.
zoom(double) - Method in class com.jrefinery.chart.PeriodMarkerPlot
A zoom method that does nothing.
zoom(Rectangle2D) - Method in class com.jrefinery.chart.ChartPanel
Zooms in on a selected region.
zoomInBoth(double, double) - Method in class com.jrefinery.chart.ChartPanel
Zooms in on an anchor point (measured in Java2D coordinates).
zoomInHorizontal(double) - Method in class com.jrefinery.chart.ChartPanel
Decreases the range on the horizontal axis, centered about a Java2D x coordinate.
zoomInVertical(double) - Method in class com.jrefinery.chart.ChartPanel
Decreases the range on the vertical axis, centered about a Java2D y coordinate.
zoomOutBoth(double, double) - Method in class com.jrefinery.chart.ChartPanel
Zooms out on an anchor point (measured in Java2D coordinates).
zoomOutHorizontal(double) - Method in class com.jrefinery.chart.ChartPanel
Increases the range on the horizontal axis, centered about a Java2D x coordinate.
zoomOutVertical(double) - Method in class com.jrefinery.chart.ChartPanel
Increases the range on the vertical axis, centered about a Java2D y coordinate.

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