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

C

calculateAnchorPoint(ValueTick, double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Calculates the anchor point for a tick.
calculateAnchorPoint(ValueTick, double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ValueAxis
Calculates the anchor point for a tick label.
calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CategoryPlot
Calculates the space required for the axes.
calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Calculates the space required for the axes.
calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Calculates the axis space required.
calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Calculates the space required for the axes.
calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Calculates the space required for the axes.
calculateAxisSpace(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.XYPlot
Calculates the space required for all the axes in the plot.
calculateBarL0L1(double) - Method in class org.jfree.chart.renderer.category.BarRenderer
Calculates the coordinates for the length of a single bar.
calculateBarW0(CategoryPlot, PlotOrientation, Rectangle2D, CategoryAxis, CategoryItemRendererState, int, int) - Method in class org.jfree.chart.renderer.category.BarRenderer
Calculates the coordinate of the first "side" of a bar.
calculateBarW0(CategoryPlot, PlotOrientation, Rectangle2D, CategoryAxis, CategoryItemRendererState, int, int) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Calculates the coordinate of the first "side" of a bar.
calculateBarW0(CategoryPlot, PlotOrientation, Rectangle2D, CategoryAxis, CategoryItemRendererState, int, int) - Method in class org.jfree.chart.renderer.category.LevelRenderer
Calculates the coordinate of the first "side" of a bar.
calculateBarWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.BarRenderer
Calculates the bar width and stores it in the renderer state.
calculateBarWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Calculates the bar width and stores it in the renderer state.
calculateBarWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.LayeredBarRenderer
Calculates the bar width and stores it in the renderer state.
calculateBarWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
Calculates the bar width and stores it in the renderer state.
calculateBarWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
Calculates the bar width and stores it in the renderer state.
calculateBoxAndWhiskerStatistics(List) - Static method in class org.jfree.data.statistics.BoxAndWhiskerCalculator
Calculates the statistics required for a BoxAndWhiskerItem from a list of Number objects.
calculateBoxAndWhiskerStatistics(List, boolean) - Static method in class org.jfree.data.statistics.BoxAndWhiskerCalculator
Calculates the statistics required for a BoxAndWhiskerItem from a list of Number objects.
calculateCategoryGapSize(int, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
Calculates the size (width or height, depending on the location of the axis) of a category gap.
calculateCategorySize(int, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.CategoryAxis
Calculates the size (width or height, depending on the location of the axis) of a category.
calculateColumnTotal(Values2D, int) - Static method in class org.jfree.data.DataUtilities
Returns the total of the values in one column of the supplied data table.
calculateConstrainedSize(Size2D) - Method in class org.jfree.chart.block.RectangleConstraint
Returns the new size that reflects the constraints defined by this instance.
calculateDomainAxisSpace(Graphics2D, Rectangle2D, AxisSpace) - Method in class org.jfree.chart.plot.CategoryPlot
Calculates the space required for the domain axis/axes.
calculateDomainAxisSpace(Graphics2D, Rectangle2D, AxisSpace) - Method in class org.jfree.chart.plot.XYPlot
Calculates the space required for the domain axis/axes.
calculateDomainMarkerTextAnchorPoint(Graphics2D, PlotOrientation, Rectangle2D, Rectangle2D, RectangleInsets, LengthAdjustmentType, RectangleAnchor) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Calculates the (x, y) coordinates for drawing the label for a marker on the range axis.
calculateDomainMarkerTextAnchorPoint(Graphics2D, PlotOrientation, Rectangle2D, Rectangle2D, RectangleInsets, LengthAdjustmentType, RectangleAnchor) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Calculates the (x, y) coordinates for drawing a marker label.
calculateHighestVisibleTickValue(DateTickUnit) - Method in class org.jfree.chart.axis.DateAxis
Calculates the value of the highest visible tick on the axis.
calculateHighestVisibleTickValue() - Method in class org.jfree.chart.axis.NumberAxis
Calculates the value of the highest visible tick on the axis.
calculateItemWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.LevelRenderer
Calculates the bar width and stores it in the renderer state.
calculateLabelAnchorPoint(ItemLabelAnchor, double, double, PlotOrientation) - Method in class org.jfree.chart.renderer.AbstractRenderer
Calculates the item label anchor point.
calculateLabelLocation(Rectangle2D, double, Rectangle2D, double) - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns the location for a label
calculateLog(double) - Method in class org.jfree.chart.axis.LogAxis
Calculates the log of the given value, using the current base.
calculateLowestVisibleTickValue(DateTickUnit) - Method in class org.jfree.chart.axis.DateAxis
Calculates the value of the lowest visible tick on the axis.
calculateLowestVisibleTickValue() - Method in class org.jfree.chart.axis.NumberAxis
Calculates the value of the lowest visible tick on the axis.
calculateMean(Number[]) - Static method in class org.jfree.data.statistics.Statistics
Returns the mean of an array of numbers.
calculateMean(Number[], boolean) - Static method in class org.jfree.data.statistics.Statistics
Returns the mean of an array of numbers.
calculateMean(Collection) - Static method in class org.jfree.data.statistics.Statistics
Returns the mean of a collection of Number objects.
calculateMean(Collection, boolean) - Static method in class org.jfree.data.statistics.Statistics
Returns the mean of a collection of Number objects.
calculateMedian(List) - Static method in class org.jfree.data.statistics.Statistics
Calculates the median for a list of values (Number objects).
calculateMedian(List, boolean) - Static method in class org.jfree.data.statistics.Statistics
Calculates the median for a list of values (Number objects).
calculateMedian(List, int, int) - Static method in class org.jfree.data.statistics.Statistics
Calculates the median for a sublist within a list of values (Number objects).
calculateMedian(List, int, int, boolean) - Static method in class org.jfree.data.statistics.Statistics
Calculates the median for a sublist within a list of values (Number objects).
calculatePieDatasetTotal(PieDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Calculates the total of all the values in a PieDataset.
calculateQ1(List) - Static method in class org.jfree.data.statistics.BoxAndWhiskerCalculator
Calculates the first quartile for a list of numbers in ascending order.
calculateQ3(List) - Static method in class org.jfree.data.statistics.BoxAndWhiskerCalculator
Calculates the third quartile for a list of numbers in ascending order.
calculateRangeAxisSpace(Graphics2D, Rectangle2D, AxisSpace) - Method in class org.jfree.chart.plot.CategoryPlot
Calculates the space required for the range axis/axes.
calculateRangeAxisSpace(Graphics2D, Rectangle2D, AxisSpace) - Method in class org.jfree.chart.plot.XYPlot
Calculates the space required for the range axis/axes.
calculateRangeMarkerTextAnchorPoint(Graphics2D, PlotOrientation, Rectangle2D, Rectangle2D, RectangleInsets, LengthAdjustmentType, RectangleAnchor) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Calculates the (x, y) coordinates for drawing a marker label.
calculateRowTotal(Values2D, int) - Static method in class org.jfree.data.DataUtilities
Returns the total of the values in one row of the supplied data table.
calculateSegmentNumber(long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Calculates the segment number for a given millisecond.
calculateSeriesWidth(double, CategoryAxis, int, int) - Method in class org.jfree.chart.renderer.category.BarRenderer
Calculates the available space for each series.
calculateSeriesWidth(double, CategoryAxis, int, int) - Method in class org.jfree.chart.renderer.category.LevelRenderer
Calculates the available space for each series.
calculateStackTotal(TableXYDataset, int) - Static method in class org.jfree.data.general.DatasetUtilities
Calculates the total for the y-values in all series for a given item index.
calculateTextBlockHeight(TextBlock, CategoryLabelPosition, Graphics2D) - Method in class org.jfree.chart.axis.CategoryAxis
A utility method for determining the height of a text block.
calculateTextBlockWidth(TextBlock, CategoryLabelPosition, Graphics2D) - Method in class org.jfree.chart.axis.CategoryAxis
A utility method for determining the width of a text block.
calculateTotalHeight(double) - Method in class org.jfree.chart.block.AbstractBlock
Adds the margin, border and padding to the specified content height.
calculateTotalWidth(double) - Method in class org.jfree.chart.block.AbstractBlock
Adds the margin, border and padding to the specified content width.
calculateValue(double) - Method in class org.jfree.chart.axis.LogAxis
Calculates the value from a given log.
calculateVisibleTickCount() - Method in class org.jfree.chart.axis.NumberAxis
Calculates the number of visible ticks.
CandlestickRenderer - Class in org.jfree.chart.renderer.xy
A renderer that draws candlesticks on an XYPlot (requires a OHLCDataset).
CandlestickRenderer() - Constructor for class org.jfree.chart.renderer.xy.CandlestickRenderer
Creates a new renderer for candlestick charts.
CandlestickRenderer(double) - Constructor for class org.jfree.chart.renderer.xy.CandlestickRenderer
Creates a new renderer for candlestick charts.
CandlestickRenderer(double, boolean, XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.xy.CandlestickRenderer
Creates a new renderer for candlestick charts.
canPrune(Number) - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns true if all the y-values for the specified x-value are null and false otherwise.
CATEGORY - Static variable in class org.jfree.chart.axis.CategoryLabelWidthType
Percentage of category.
CategoryAnchor - Class in org.jfree.chart.axis
Used to indicate one of three positions within a category: START, MIDDLE and END.
CategoryAnnotation - Interface in org.jfree.chart.annotations
The interface that must be supported by annotations that are to be added to a CategoryPlot.
CategoryAxis - Class in org.jfree.chart.axis
An axis that displays categories.
CategoryAxis() - Constructor for class org.jfree.chart.axis.CategoryAxis
Creates a new category axis with no label.
CategoryAxis(String) - Constructor for class org.jfree.chart.axis.CategoryAxis
Constructs a category axis, using default values where necessary.
CategoryAxis3D - Class in org.jfree.chart.axis
An axis that displays categories and has a 3D effect.
CategoryAxis3D() - Constructor for class org.jfree.chart.axis.CategoryAxis3D
Creates a new axis.
CategoryAxis3D(String) - Constructor for class org.jfree.chart.axis.CategoryAxis3D
Creates a new axis using default attribute values.
CategoryCrosshairState - Class in org.jfree.chart.plot
Represents state information for the crosshairs in a CategoryPlot.
CategoryCrosshairState() - Constructor for class org.jfree.chart.plot.CategoryCrosshairState
Creates a new instance.
CategoryDataset - Interface in org.jfree.data.category
The interface for a dataset with one or more series, and values associated with categories.
CATEGORYDATASET_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'CategoryDataset' element name.
CategoryDatasetHandler - Class in org.jfree.data.xml
A SAX handler for reading a CategoryDataset from an XML file.
CategoryDatasetHandler() - Constructor for class org.jfree.data.xml.CategoryDatasetHandler
Creates a new handler.
CategoryItemEntity - Class in org.jfree.chart.entity
A chart entity that represents one item within a category plot.
CategoryItemEntity(Shape, String, String, CategoryDataset, int, Object, int) - Constructor for class org.jfree.chart.entity.CategoryItemEntity
Deprecated. As of 1.0.6, use CategoryItemEntity.CategoryItemEntity(Shape, String, String, CategoryDataset, Comparable, Comparable).
CategoryItemEntity(Shape, String, String, CategoryDataset, Comparable, Comparable) - Constructor for class org.jfree.chart.entity.CategoryItemEntity
Creates a new entity instance for an item in the specified dataset.
CategoryItemLabelGenerator - Interface in org.jfree.chart.labels
A category item label generator is an object that can be assigned to a CategoryItemRenderer and that assumes responsibility for creating text items to be used as labels for the items in a CategoryPlot.
CategoryItemRenderer - Interface in org.jfree.chart.renderer.category
A plug-in object that is used by the CategoryPlot class to display individual data items from a CategoryDataset.
CategoryItemRendererState - Class in org.jfree.chart.renderer.category
An object that retains temporary state information for a CategoryItemRenderer.
CategoryItemRendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.category.CategoryItemRendererState
Creates a new object for recording temporary state information for a renderer.
CategoryLabelEntity - Class in org.jfree.chart.entity
An entity to represent the labels on a CategoryAxis.
CategoryLabelEntity(Comparable, Shape, String, String) - Constructor for class org.jfree.chart.entity.CategoryLabelEntity
Creates a new entity.
CategoryLabelPosition - Class in org.jfree.chart.axis
The attributes that control the position of the labels for the categories on a CategoryAxis.
CategoryLabelPosition() - Constructor for class org.jfree.chart.axis.CategoryLabelPosition
Creates a new position record with default settings.
CategoryLabelPosition(RectangleAnchor, TextBlockAnchor) - Constructor for class org.jfree.chart.axis.CategoryLabelPosition
Creates a new category label position record.
CategoryLabelPosition(RectangleAnchor, TextBlockAnchor, CategoryLabelWidthType, float) - Constructor for class org.jfree.chart.axis.CategoryLabelPosition
Creates a new category label position record.
CategoryLabelPosition(RectangleAnchor, TextBlockAnchor, TextAnchor, double, CategoryLabelWidthType, float) - Constructor for class org.jfree.chart.axis.CategoryLabelPosition
Creates a new position record.
CategoryLabelPositions - Class in org.jfree.chart.axis
Records the label positions for a category axis.
CategoryLabelPositions() - Constructor for class org.jfree.chart.axis.CategoryLabelPositions
Default constructor.
CategoryLabelPositions(CategoryLabelPosition, CategoryLabelPosition, CategoryLabelPosition, CategoryLabelPosition) - Constructor for class org.jfree.chart.axis.CategoryLabelPositions
Creates a new position specification.
CategoryLabelWidthType - Class in org.jfree.chart.axis
Represents the width types for a category label.
CategoryLineAnnotation - Class in org.jfree.chart.annotations
A line annotation that can be placed on a CategoryPlot.
CategoryLineAnnotation(Comparable, double, Comparable, double, Paint, Stroke) - Constructor for class org.jfree.chart.annotations.CategoryLineAnnotation
Creates a new annotation that draws a line between (category1, value1) and (category2, value2).
CategoryMarker - Class in org.jfree.chart.plot
A marker for a category.
CategoryMarker(Comparable) - Constructor for class org.jfree.chart.plot.CategoryMarker
Creates a new category marker for the specified category.
CategoryMarker(Comparable, Paint, Stroke) - Constructor for class org.jfree.chart.plot.CategoryMarker
Creates a new category marker.
CategoryMarker(Comparable, Paint, Stroke, Paint, Stroke, float) - Constructor for class org.jfree.chart.plot.CategoryMarker
Creates a new category marker.
CategoryPlot - Class in org.jfree.chart.plot
A general plotting class that uses data from a CategoryDataset and renders each data item using a CategoryItemRenderer.
CategoryPlot() - Constructor for class org.jfree.chart.plot.CategoryPlot
Default constructor.
CategoryPlot(CategoryDataset, CategoryAxis, ValueAxis, CategoryItemRenderer) - Constructor for class org.jfree.chart.plot.CategoryPlot
Creates a new plot.
CategoryPointerAnnotation - Class in org.jfree.chart.annotations
An arrow and label that can be placed on a CategoryPlot.
CategoryPointerAnnotation(String, Comparable, double, double) - Constructor for class org.jfree.chart.annotations.CategoryPointerAnnotation
Creates a new label and arrow annotation.
CategorySeriesHandler - Class in org.jfree.data.xml
A handler for reading a series for a category dataset.
CategorySeriesHandler(RootHandler) - Constructor for class org.jfree.data.xml.CategorySeriesHandler
Creates a new item handler.
CategorySeriesLabelGenerator - Interface in org.jfree.chart.labels
A generator that creates labels for the series in a CategoryDataset.
CategoryStepRenderer - Class in org.jfree.chart.renderer.category
A "step" renderer similar to XYStepRenderer but that can be used with the CategoryPlot class.
CategoryStepRenderer() - Constructor for class org.jfree.chart.renderer.category.CategoryStepRenderer
Creates a new renderer (stagger defaults to false).
CategoryStepRenderer(boolean) - Constructor for class org.jfree.chart.renderer.category.CategoryStepRenderer
Creates a new renderer.
CategoryStepRenderer.State - Class in org.jfree.chart.renderer.category
State information for the renderer.
CategoryStepRenderer.State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.category.CategoryStepRenderer.State
Creates a new state instance.
CategoryTableXYDataset - Class in org.jfree.data.xy
An implementation variant of the TableXYDataset where every series shares the same x-values (required for generating stacked area charts).
CategoryTableXYDataset() - Constructor for class org.jfree.data.xy.CategoryTableXYDataset
Creates a new empty CategoryTableXYDataset.
CategoryTextAnnotation - Class in org.jfree.chart.annotations
A text annotation that can be placed on a CategoryPlot.
CategoryTextAnnotation(String, Comparable, double) - Constructor for class org.jfree.chart.annotations.CategoryTextAnnotation
Creates a new annotation to be displayed at the given location.
CategoryTick - Class in org.jfree.chart.axis
A tick for a CategoryAxis.
CategoryTick(Comparable, TextBlock, TextBlockAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.CategoryTick
Creates a new tick.
CategoryToolTipGenerator - Interface in org.jfree.chart.labels
A category tool tip generator is an object that can be assigned to a CategoryItemRenderer and that assumes responsibility for creating text items to be used as tooltips for the items in a CategoryPlot.
CategoryToPieDataset - Class in org.jfree.data.category
A PieDataset implementation that obtains its data from one row or column of a CategoryDataset.
CategoryToPieDataset(CategoryDataset, TableOrder, int) - Constructor for class org.jfree.data.category.CategoryToPieDataset
An adaptor class that converts any CategoryDataset into a PieDataset, by taking the values from a single row or column.
CategoryURLGenerator - Interface in org.jfree.chart.urls
A URL generator for items in a CategoryDataset.
CENTER - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
CENTER.
CenterArrangement - Class in org.jfree.chart.block
Arranges a block in the center of its container.
CenterArrangement() - Constructor for class org.jfree.chart.block.CenterArrangement
Creates a new instance.
centerRange(double) - Method in class org.jfree.chart.axis.CyclicNumberAxis
Centers the range about the given value.
centerRange(double) - Method in class org.jfree.chart.axis.ValueAxis
Centers the axis range about the specified value and sends an AxisChangeEvent to all registered listeners.
changeTickFontSize(int) - Method in class org.jfree.chart.plot.JThermometer
Increases or decreases the tick font size.
characters(char[], int, int) - Method in class org.jfree.data.xml.KeyHandler
Receives some (or all) of the text in the current element.
characters(char[], int, int) - Method in class org.jfree.data.xml.RootHandler
Receives some (or all) of the text in the current element.
characters(char[], int, int) - Method in class org.jfree.data.xml.ValueHandler
Receives some (or all) of the text in the current element.
chartChanged(ChartChangeEvent) - Method in class org.jfree.chart.ChartPanel
Receives notification of changes to the chart, and redraws the chart.
chartChanged(ChartChangeEvent) - Method in interface org.jfree.chart.event.ChartChangeListener
Receives notification of a chart change event.
ChartChangeEvent - Class in org.jfree.chart.event
A change event that encapsulates information about a change to a chart.
ChartChangeEvent(Object) - Constructor for class org.jfree.chart.event.ChartChangeEvent
Creates a new chart change event.
ChartChangeEvent(Object, JFreeChart) - Constructor for class org.jfree.chart.event.ChartChangeEvent
Creates a new chart change event.
ChartChangeEvent(Object, JFreeChart, ChartChangeEventType) - Constructor for class org.jfree.chart.event.ChartChangeEvent
Creates a new chart change event.
ChartChangeEventType - Class in org.jfree.chart.event
Defines tokens used to indicate an event type.
ChartChangeListener - Interface in org.jfree.chart.event
The interface that must be supported by classes that wish to receive notification of chart events.
ChartColor - Class in org.jfree.chart
Class to extend the number of Colors available to the charts.
ChartColor(int, int, int) - Constructor for class org.jfree.chart.ChartColor
Creates a Color with an opaque sRGB with red, green and blue values in range 0-255.
ChartDeleter - Class in org.jfree.chart.servlet
Used for deleting charts from the temporary directory when the users session expires.
ChartDeleter() - Constructor for class org.jfree.chart.servlet.ChartDeleter
Blank constructor.
ChartEditor - Interface in org.jfree.chart.editor
A chart editor is typically a JComponent containing a user interface for modifying the properties of a chart.
ChartEditorFactory - Interface in org.jfree.chart.editor
A factory for creating new ChartEditor instances.
ChartEditorManager - Class in org.jfree.chart.editor
The central point for obtaining ChartEditor instances for editing charts.
ChartEntity - Class in org.jfree.chart.entity
A class that captures information about some component of a chart (a bar, line etc).
ChartEntity(Shape) - Constructor for class org.jfree.chart.entity.ChartEntity
Creates a new chart entity.
ChartEntity(Shape, String) - Constructor for class org.jfree.chart.entity.ChartEntity
Creates a new chart entity.
ChartEntity(Shape, String, String) - Constructor for class org.jfree.chart.entity.ChartEntity
Creates a new entity.
ChartFactory - Class in org.jfree.chart
A collection of utility methods for creating some standard charts with JFreeChart.
ChartFactory() - Constructor for class org.jfree.chart.ChartFactory
 
ChartFrame - Class in org.jfree.chart
A frame for displaying a chart.
ChartFrame(String, JFreeChart) - Constructor for class org.jfree.chart.ChartFrame
Constructs a frame for a chart.
ChartFrame(String, JFreeChart, boolean) - Constructor for class org.jfree.chart.ChartFrame
Constructs a frame for a chart.
chartMouseClicked(ChartMouseEvent) - Method in interface org.jfree.chart.ChartMouseListener
Callback method for receiving notification of a mouse click on a chart.
ChartMouseEvent - Class in org.jfree.chart
A mouse event for a chart that is displayed in a ChartPanel.
ChartMouseEvent(JFreeChart, MouseEvent, ChartEntity) - Constructor for class org.jfree.chart.ChartMouseEvent
Constructs a new event.
ChartMouseListener - Interface in org.jfree.chart
The interface that must be implemented by classes that wish to receive ChartMouseEvent notifications from a ChartPanel.
chartMouseMoved(ChartMouseEvent) - Method in interface org.jfree.chart.ChartMouseListener
Callback method for receiving notification of a mouse movement on a chart.
ChartPanel - Class in org.jfree.chart
A Swing GUI component for displaying a JFreeChart object.
ChartPanel(JFreeChart) - Constructor for class org.jfree.chart.ChartPanel
Constructs a panel that displays the specified chart.
ChartPanel(JFreeChart, boolean) - Constructor for class org.jfree.chart.ChartPanel
Constructs a panel containing a chart.
ChartPanel(JFreeChart, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jfree.chart.ChartPanel
Constructs a JFreeChart panel.
ChartPanel(JFreeChart, int, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jfree.chart.ChartPanel
Constructs a JFreeChart panel.
chartProgress(ChartProgressEvent) - Method in class org.jfree.chart.ChartPanel
Receives notification of a chart progress event.
chartProgress(ChartProgressEvent) - Method in interface org.jfree.chart.event.ChartProgressListener
Receives notification of a chart progress event.
ChartProgressEvent - Class in org.jfree.chart.event
An event that contains information about the drawing progress of a chart.
ChartProgressEvent(Object, JFreeChart, int, int) - Constructor for class org.jfree.chart.event.ChartProgressEvent
Creates a new chart change event.
ChartProgressListener - Interface in org.jfree.chart.event
The interface that must be supported by classes that wish to receive notification of chart progress events.
ChartRenderingInfo - Class in org.jfree.chart
A structure for storing rendering information from one call to the JFreeChart.draw() method.
ChartRenderingInfo() - Constructor for class org.jfree.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 org.jfree.chart.ChartRenderingInfo
Constructs a new instance.
ChartTheme - Interface in org.jfree.chart
A ChartTheme a class that can apply a style or 'theme' to a chart.
ChartUtilities - Class in org.jfree.chart
A collection of utility methods for JFreeChart.
ChartUtilities() - Constructor for class org.jfree.chart.ChartUtilities
 
CHORD - Static variable in class org.jfree.chart.plot.DialShape
Chord.
CIRCLE - Static variable in class org.jfree.chart.plot.DialShape
Circle.
clear() - Method in interface org.jfree.chart.block.Arrangement
Clears any cached layout information retained by the arrangement.
clear() - Method in class org.jfree.chart.block.BlockContainer
Clears all the blocks from the container.
clear() - Method in class org.jfree.chart.block.BorderArrangement
Clears the layout.
clear() - Method in class org.jfree.chart.block.CenterArrangement
Clears any cached information.
clear() - Method in class org.jfree.chart.block.ColumnArrangement
Clears any cached information.
clear() - Method in class org.jfree.chart.block.FlowArrangement
Clears any cached information.
clear() - Method in class org.jfree.chart.block.GridArrangement
Clears any cached layout information retained by the arrangement.
clear() - Method in class org.jfree.chart.ChartRenderingInfo
Clears the information recorded by this object.
clear() - Method in interface org.jfree.chart.entity.EntityCollection
Clears all entities.
clear() - Method in class org.jfree.chart.entity.StandardEntityCollection
Clears all the entities from the collection.
clear() - Method in class org.jfree.chart.PaintMap
Resets the map to empty.
clear() - Method in class org.jfree.chart.plot.AbstractPieLabelDistributor
Clears the list of labels.
clear() - Method in class org.jfree.chart.StrokeMap
Resets the map to empty.
clear() - Method in class org.jfree.data.category.DefaultCategoryDataset
Clears all data from the dataset and sends a DatasetChangeEvent to all registered listeners.
clear() - Method in class org.jfree.data.ComparableObjectSeries
Removes all data items from the series and, unless the series is already empty, sends a SeriesChangeEvent to all registered listeners.
clear() - Method in class org.jfree.data.DefaultKeyedValues
Clears all values from the collection.
clear() - Method in class org.jfree.data.DefaultKeyedValues2D
Clears all the data and associated keys.
clear() - Method in class org.jfree.data.general.DefaultPieDataset
Clears all data from this dataset and sends a DatasetChangeEvent to all registered listeners (unless the dataset was already empty).
clear() - Method in class org.jfree.data.KeyedObjects
Clears all values from the collection.
clear() - Method in class org.jfree.data.KeyedObjects2D
Clears all the data and associated keys.
clear() - Method in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
Clears all data from the dataset and sends a DatasetChangeEvent to all registered listeners.
clear() - Method in class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
Clears all data from the dataset and sends a DatasetChangeEvent to all registered listeners.
clear() - Method in class org.jfree.data.time.TimeSeries
Removes all data items from the series and sends a SeriesChangeEvent to all registered listeners.
clear() - Method in class org.jfree.data.time.TimeTableXYDataset
Removes all data items from the dataset and sends a DatasetChangeEvent to all registered listeners.
clear() - Method in class org.jfree.data.xy.XYSeries
Removes all data items from the series.
clearAnnotations() - Method in class org.jfree.chart.plot.CategoryPlot
Clears all the annotations and sends a PlotChangeEvent to all registered listeners.
clearAnnotations() - Method in class org.jfree.chart.plot.ContourPlot
Deprecated. Clears all the annotations.
clearAnnotations() - Method in class org.jfree.chart.plot.XYPlot
Clears all the annotations and sends a PlotChangeEvent to all registered listeners.
clearCategoryLabelToolTips() - Method in class org.jfree.chart.axis.CategoryAxis
Clears the category label tooltips and sends an AxisChangeEvent to all registered listeners.
clearCornerTextItems() - Method in class org.jfree.chart.plot.PolarPlot
Clear the list of corner text items and sends a PlotChangeEvent to all registered listeners.
clearCurrentText() - Method in class org.jfree.data.xml.KeyHandler
Removes all text from the textbuffer at the end of a CDATA section.
clearCurrentText() - Method in class org.jfree.data.xml.ValueHandler
Removes all text from the textbuffer at the end of a CDATA section.
clearDomainAxes() - Method in class org.jfree.chart.plot.CategoryPlot
Clears the domain axes from the plot and sends a PlotChangeEvent to all registered listeners.
clearDomainAxes() - Method in class org.jfree.chart.plot.XYPlot
Clears the domain axes from the plot and sends a PlotChangeEvent to all registered listeners.
clearDomainMarkers() - Method in class org.jfree.chart.plot.CategoryPlot
Clears all the domain markers for the plot and sends a PlotChangeEvent to all registered listeners.
clearDomainMarkers(int) - Method in class org.jfree.chart.plot.CategoryPlot
Clears all the domain markers for the specified renderer.
clearDomainMarkers() - Method in class org.jfree.chart.plot.ContourPlot
Deprecated. Clears all the domain markers.
clearDomainMarkers() - Method in class org.jfree.chart.plot.XYPlot
Clears all the (foreground and background) domain markers and sends a PlotChangeEvent to all registered listeners.
clearDomainMarkers(int) - Method in class org.jfree.chart.plot.XYPlot
Clears the (foreground and background) domain markers for a particular renderer.
clearIntervals() - Method in class org.jfree.chart.plot.MeterPlot
Clears the intervals for the plot and sends a PlotChangeEvent to all registered listeners.
clearObservations() - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Removes all current observation data and sends a DatasetChangeEvent to all registered listeners.
clearRangeAxes() - Method in class org.jfree.chart.plot.CategoryPlot
Clears the range axes from the plot and sends a PlotChangeEvent to all registered listeners.
clearRangeAxes() - Method in class org.jfree.chart.plot.XYPlot
Clears the range axes from the plot and sends a PlotChangeEvent to all registered listeners.
clearRangeMarkers() - Method in class org.jfree.chart.plot.CategoryPlot
Clears all the range markers for the plot and sends a PlotChangeEvent to all registered listeners.
clearRangeMarkers(int) - Method in class org.jfree.chart.plot.CategoryPlot
Clears all the range markers for the specified renderer.
clearRangeMarkers() - Method in class org.jfree.chart.plot.ContourPlot
Deprecated. Clears all the range markers.
clearRangeMarkers() - Method in class org.jfree.chart.plot.XYPlot
Clears all the range markers and sends a PlotChangeEvent to all registered listeners.
clearRangeMarkers(int) - Method in class org.jfree.chart.plot.XYPlot
Clears the (foreground and background) range markers for a particular renderer.
clearSectionOutlinePaints(boolean) - Method in class org.jfree.chart.plot.PiePlot
Clears the section outline paint settings for this plot and, if requested, sends a PlotChangeEvent to all registered listeners.
clearSectionOutlineStrokes(boolean) - Method in class org.jfree.chart.plot.PiePlot
Clears the section outline stroke settings for this plot and, if requested, sends a PlotChangeEvent to all registered listeners.
clearSectionPaints(boolean) - Method in class org.jfree.chart.plot.PiePlot
Clears the section paint settings for this plot and, if requested, sends a PlotChangeEvent to all registered listeners.
clearSeriesLabels(int) - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Clears the extra labels for the specified series.
clearSeriesPaints(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Clears the series paint settings for this renderer and, if requested, sends a RendererChangeEvent to all registered listeners.
clearSeriesStrokes(boolean) - Method in class org.jfree.chart.renderer.AbstractRenderer
Clears the series stroke settings for this renderer and, if requested, sends a RendererChangeEvent to all registered listeners.
clearSubtitles() - Method in class org.jfree.chart.JFreeChart
Clears all subtitles from the chart and sends a ChartChangeEvent to all registered listeners.
ClipPath - Class in org.jfree.chart
Deprecated. This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.
ClipPath() - Constructor for class org.jfree.chart.ClipPath
Deprecated. Constructor for ClipPath.
ClipPath(double[], double[]) - Constructor for class org.jfree.chart.ClipPath
Deprecated. Constructor for ClipPath.
ClipPath(double[], double[], boolean, boolean, boolean) - Constructor for class org.jfree.chart.ClipPath
Deprecated. Constructor for ClipPath.
ClipPath(double[], double[], boolean, boolean, Paint, Paint, Stroke, Composite) - Constructor for class org.jfree.chart.ClipPath
Deprecated. Constructor for ClipPath.
clone() - Method in class org.jfree.chart.annotations.CategoryLineAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.CategoryPointerAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.CategoryTextAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.XYBoxAnnotation
Returns a clone.
clone() - Method in class org.jfree.chart.annotations.XYDataImageAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.XYDrawableAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.XYImageAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.XYLineAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.XYPointerAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.XYPolygonAnnotation
Returns a clone.
clone() - Method in class org.jfree.chart.annotations.XYShapeAnnotation
Returns a clone.
clone() - Method in class org.jfree.chart.annotations.XYTextAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.annotations.XYTitleAnnotation
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.axis.Axis
Returns a clone of the axis.
clone() - Method in class org.jfree.chart.axis.AxisSpace
Returns a clone of the object.
clone() - Method in class org.jfree.chart.axis.CategoryAxis
Creates a clone of the axis.
clone() - Method in class org.jfree.chart.axis.CategoryAxis3D
Returns a clone of the axis.
clone() - Method in class org.jfree.chart.axis.ColorBar
Deprecated. Returns a clone of the object.
clone() - Method in class org.jfree.chart.axis.DateAxis
Returns a clone of the object.
clone() - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
Returns a clone of this axis.
clone() - Method in class org.jfree.chart.axis.NumberAxis
Returns a clone of the axis.
clone() - Method in class org.jfree.chart.axis.PeriodAxis
Returns a clone of the axis.
clone() - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
Returns a clone of the object.
clone() - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns a clone of the timeline.
clone() - Method in class org.jfree.chart.axis.Tick
Returns a clone of the tick.
clone() - Method in class org.jfree.chart.axis.TickUnits
Returns a clone of the collection.
clone() - Method in class org.jfree.chart.axis.ValueAxis
Returns a clone of the object.
clone() - Method in class org.jfree.chart.block.AbstractBlock
Returns a clone of this block.
clone() - Method in class org.jfree.chart.block.BlockContainer
Returns a clone of the container.
clone() - Method in class org.jfree.chart.block.EmptyBlock
Returns a clone of the block.
clone() - Method in class org.jfree.chart.block.LabelBlock
Returns a clone of this LabelBlock instance.
clone() - Method in class org.jfree.chart.ChartRenderingInfo
Returns a clone of this object.
clone() - Method in class org.jfree.chart.ClipPath
Deprecated. Returns a clone of the object (a deeper clone than default to avoid bugs when setting values in cloned object).
clone() - Method in class org.jfree.chart.entity.ChartEntity
Returns a clone of the entity.
clone() - Method in class org.jfree.chart.entity.ContourEntity
Deprecated. Returns a clone of the entity.
clone() - Method in class org.jfree.chart.entity.LegendItemEntity
Returns a clone of the entity.
clone() - Method in class org.jfree.chart.entity.StandardEntityCollection
Returns a clone of this entity collection.
clone() - Method in class org.jfree.chart.JFreeChart
Clones the object, and takes care of listeners.
clone() - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.CustomXYToolTipGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.HighLowItemLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.IntervalXYItemLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.StandardPieSectionLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.StandardPieToolTipGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.StandardXYItemLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.StandardXYToolTipGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.labels.SymbolicXYItemLabelGenerator
Returns an independent copy of the generator.
clone() - Method in class org.jfree.chart.LegendItem
Returns an independent copy of this object (except that the clone will still reference the same dataset as the original LegendItem).
clone() - Method in class org.jfree.chart.LegendItemCollection
Returns a clone of the collection.
clone() - Method in class org.jfree.chart.needle.ArrowNeedle
Returns a clone of this needle.
clone() - Method in class org.jfree.chart.needle.LineNeedle
Returns a clone of this needle.
clone() - Method in class org.jfree.chart.needle.LongNeedle
Returns a clone of this needle.
clone() - Method in class org.jfree.chart.needle.MiddlePinNeedle
Returns a clone of this needle.
clone() - Method in class org.jfree.chart.needle.PinNeedle
Returns a clone of this needle.
clone() - Method in class org.jfree.chart.needle.PlumNeedle
Returns a clone of this needle.
clone() - Method in class org.jfree.chart.needle.PointerNeedle
Returns a clone of this needle.
clone() - Method in class org.jfree.chart.needle.ShipNeedle
Returns a clone of this needle.
clone() - Method in class org.jfree.chart.PaintMap
Returns a clone of this PaintMap.
clone() - Method in class org.jfree.chart.plot.CategoryPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.ColorPalette
Deprecated. Returns a clone of the palette.
clone() - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Returns a clone of the annotation.
clone() - Method in class org.jfree.chart.plot.CombinedRangeCategoryPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.CompassPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.ContourPlot
Deprecated. Extends plot cloning to this plot type
clone() - Method in class org.jfree.chart.plot.DefaultDrawingSupplier
Returns a clone.
clone() - Method in class org.jfree.chart.plot.dial.AbstractDialLayer
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.dial.DialBackground
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.dial.DialCap
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.dial.DialPointer
Returns a clone of the pointer.
clone() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.dial.StandardDialRange
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns a clone of this instance.
clone() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.IntervalMarker
Returns a clone of the marker.
clone() - Method in class org.jfree.chart.plot.Marker
Creates a clone of the marker.
clone() - Method in class org.jfree.chart.plot.MeterPlot
Returns an independent copy (clone) of the plot.
clone() - Method in class org.jfree.chart.plot.PiePlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.Plot
Creates a clone of the plot.
clone() - Method in class org.jfree.chart.plot.PlotRenderingInfo
Returns a clone of this object.
clone() - Method in class org.jfree.chart.plot.PolarPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.SpiderWebPlot
Returns a clone of this plot.
clone() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.XYPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns an independent copy of the renderer.
clone() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns an independent copy of the renderer.
clone() - Method in class org.jfree.chart.renderer.category.AreaRenderer
Returns an independent copy of the renderer.
clone() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns an independent copy of the renderer.
clone() - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Returns an independent copy of the renderer.
clone() - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.