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.
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
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(Collection) - 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) that are assumed to be in ascending order.
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.
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.
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.
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
Creates a new category item entity.
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.
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.
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.
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.
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.
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 the entities.
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.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.time.TimeSeries
Removes all data items from the series and sends a SeriesChangeEvent 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
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.
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
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.
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
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.
clearSeriesLabels(int) - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Clears the extra labels for the specified series.
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
This class would typically be used with a ContourPlot.
ClipPath() - Constructor for class org.jfree.chart.ClipPath
Constructor for ClipPath.
ClipPath(double[], double[]) - Constructor for class org.jfree.chart.ClipPath
Constructor for ClipPath.
ClipPath(double[], double[], boolean, boolean, boolean) - Constructor for class org.jfree.chart.ClipPath
Constructor for ClipPath.
ClipPath(double[], double[], boolean, boolean, Paint, Paint, Stroke, Composite) - Constructor for class org.jfree.chart.ClipPath
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.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.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.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
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.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.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
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
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.
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.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.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.plot.CategoryPlot
Returns a clone of the plot.
clone() - Method in class org.jfree.chart.plot.ColorPalette
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 annotation.
clone() - Method in class org.jfree.chart.plot.ContourPlot
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.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.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.DefaultPolarItemRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.WindItemRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYBubbleRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYDotRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.XYStepRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.renderer.xy.YIntervalRenderer
Returns a clone of the renderer.
clone() - Method in class org.jfree.chart.title.LegendGraphic
Returns a clone of this LegendGraphic instance.
clone() - Method in class org.jfree.chart.title.TextTitle
Returns a clone of this object.
clone() - Method in class org.jfree.chart.title.Title
Returns a clone of the title.
clone() - Method in class org.jfree.chart.urls.CustomPieURLGenerator
Returns a clone of the generator.
clone() - Method in class org.jfree.chart.urls.StandardCategoryURLGenerator
Returns an independent copy of the URL generator.
clone() - Method in class org.jfree.data.DefaultKeyedValue
Returns a clone.
clone() - Method in class org.jfree.data.DefaultKeyedValues
Returns a clone.
clone() - Method in class org.jfree.data.DefaultKeyedValues2D
Returns a clone.
clone() - Method in class org.jfree.data.gantt.Task
Returns a clone of the task.
clone() - Method in class org.jfree.data.general.AbstractDataset
Returns a clone of the dataset.
clone() - Method in class org.jfree.data.general.DatasetGroup
Clones the group.
clone() - Method in class org.jfree.data.general.DefaultKeyedValueDataset
Creates a clone of the dataset.
clone() - Method in class org.jfree.data.general.DefaultPieDataset
Returns a clone of the dataset.
clone() - Method in class org.jfree.data.general.Series
Returns a clone of the series.
clone() - Method in class org.jfree.data.KeyedObject
Returns a clone of this object.
clone() - Method in class org.jfree.data.KeyedObjects
Returns a clone of this object.
clone() - Method in class org.jfree.data.KeyedObjects2D
Returns a clone.
clone() - Method in class org.jfree.data.KeyToGroupMap
Returns a clone of the map.
clone() - Method in class org.jfree.data.statistics.HistogramBin
Returns a clone of the bin.
clone() - Method in class org.jfree.data.statistics.HistogramDataset
Returns a clone of the dataset.
clone() - Method in class org.jfree.data.statistics.SimpleHistogramBin
Returns a clone of the bin.
clone() - Method in class org.jfree.data.statistics.SimpleHistogramDataset
Returns a clone of the dataset.
clone() - Method in class org.jfree.data.time.TimePeriodValue
Clones the object.
clone() - Method in class org.jfree.data.time.TimePeriodValues
Returns a clone of the collection.
clone() - Method in class org.jfree.data.time.TimeSeries
Returns a clone of the time series.
clone() - Method in class org.jfree.data.time.TimeSeriesDataItem
Clones the data item.
clone() - Method in class org.jfree.data.time.TimeTableXYDataset
Returns a clone of this dataset.
clone() - Method in class org.jfree.data.xy.DefaultXYDataset
Creates an independent copy of this dataset.
clone() - Method in class org.jfree.data.xy.DefaultXYZDataset
Creates an independent copy of this dataset.
clone() - Method in class org.jfree.data.xy.IntervalXYDelegate
 
clone() - Method in class org.jfree.data.xy.XYDataItem
Returns a clone of this object.
clone() - Method in class org.jfree.data.xy.XYSeries
Returns a clone of the series.
close() - Method in class org.jfree.data.jdbc.JDBCPieDataset
Close the database connection
close() - Method in class org.jfree.data.jdbc.JDBCXYDataset
Close the database connection
ClusteredXYBarRenderer - Class in org.jfree.chart.renderer.xy
An extension of XYBarRenderer that displays bars for different series values at the same x next to each other.
ClusteredXYBarRenderer() - Constructor for class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
Default constructor.
ClusteredXYBarRenderer(double, boolean) - Constructor for class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
Constructs a new XY clustered bar renderer.
ColorBar - Class in org.jfree.chart.axis
A color bar.
ColorBar(String) - Constructor for class org.jfree.chart.axis.ColorBar
Constructs a horizontal colorbar axis, using default values where necessary.
ColorBlock - Class in org.jfree.chart.block
A block that is filled with a single color.
ColorBlock(Paint, double, double) - Constructor for class org.jfree.chart.block.ColorBlock
Creates a new block.
ColorPalette - Class in org.jfree.chart.plot
Defines palette used in Contour Plots.
ColorPalette() - Constructor for class org.jfree.chart.plot.ColorPalette
Default contructor.
COLUMN_DIAMETER - Static variable in class org.jfree.chart.plot.ThermometerPlot
The column diameter.
COLUMN_RADIUS - Static variable in class org.jfree.chart.plot.ThermometerPlot
The column radius.
ColumnArrangement - Class in org.jfree.chart.block
Arranges blocks in a column layout.
ColumnArrangement() - Constructor for class org.jfree.chart.block.ColumnArrangement
Creates a new instance.
ColumnArrangement(HorizontalAlignment, VerticalAlignment, double, double) - Constructor for class org.jfree.chart.block.ColumnArrangement
Creates a new instance.
CombinationDataset - Interface in org.jfree.data.general
Interface that describes the new methods that any combined dataset needs to implement.
combine(Range, Range) - Static method in class org.jfree.data.Range
Creates a new range by combining two existing ranges.
CombinedDataset - Class in org.jfree.data.general
This class can combine instances of XYDataset, OHLCDataset and IntervalXYDataset together exposing the union of all the series under one dataset.
CombinedDataset() - Constructor for class org.jfree.data.general.CombinedDataset
Default constructor for an empty combination.
CombinedDataset(SeriesDataset[]) - Constructor for class org.jfree.data.general.CombinedDataset
Creates a CombinedDataset initialized with an array of SeriesDatasets.
CombinedDomainCategoryPlot - Class in org.jfree.chart.plot
A combined category plot where the domain axis is shared.
CombinedDomainCategoryPlot() - Constructor for class org.jfree.chart.plot.CombinedDomainCategoryPlot
Default constructor.
CombinedDomainCategoryPlot(CategoryAxis) - Constructor for class org.jfree.chart.plot.CombinedDomainCategoryPlot
Creates a new plot.
CombinedDomainXYPlot - Class in org.jfree.chart.plot
An extension of XYPlot that contains multiple subplots that share a common domain axis.
CombinedDomainXYPlot() - Constructor for class org.jfree.chart.plot.CombinedDomainXYPlot
Default constructor.
CombinedDomainXYPlot(ValueAxis) - Constructor for class org.jfree.chart.plot.CombinedDomainXYPlot
Creates a new combined plot that shares a domain axis among multiple subplots.
CombinedRangeCategoryPlot - Class in org.jfree.chart.plot
A combined category plot where the range axis is shared.
CombinedRangeCategoryPlot() - Constructor for class org.jfree.chart.plot.CombinedRangeCategoryPlot
Default constructor.
CombinedRangeCategoryPlot(ValueAxis) - Constructor for class org.jfree.chart.plot.CombinedRangeCategoryPlot
Creates a new plot.
CombinedRangeXYPlot - Class in org.jfree.chart.plot
An extension of XYPlot that contains multiple subplots that share a common range axis.
CombinedRangeXYPlot() - Constructor for class org.jfree.chart.plot.CombinedRangeXYPlot
Default constructor.
CombinedRangeXYPlot(ValueAxis) - Constructor for class org.jfree.chart.plot.CombinedRangeXYPlot
Creates a new plot.
compare(Object, Object) - Method in class org.jfree.data.KeyedValueComparator
Compares two KeyedValue instances and returns an int that indicates the relative order of the two objects.
compareTo(Object) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Will compare this Segment with another Segment (from Comparable interface).
compareTo(Object) - Method in class org.jfree.chart.axis.TickUnit
Compares this tick unit to an arbitrary object.
compareTo(Object) - Method in class org.jfree.chart.plot.PieLabelRecord
Compares this object to an arbitrary object.
compareTo(Object) - Method in class org.jfree.chart.renderer.Outlier
Compares this object with the specified object for order, based on the outlier's point.
compareTo(Object) - Method in class org.jfree.data.statistics.SimpleHistogramBin
Compares the bin to an arbitrary object and returns the relative ordering.
compareTo(Object) - Method in class org.jfree.data.time.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 org.jfree.data.time.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 org.jfree.data.time.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 org.jfree.data.time.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 org.jfree.data.time.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 org.jfree.data.time.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 org.jfree.data.time.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 org.jfree.data.time.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 org.jfree.data.time.SimpleTimePeriod
Returns an integer that indicates the relative ordering of two time periods.
compareTo(Object) - Method in class org.jfree.data.time.TimeSeriesDataItem
Returns an integer indicating the order of this data pair object relative to another object.
compareTo(Object) - Method in class org.jfree.data.time.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 org.jfree.data.time.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 org.jfree.data.xy.OHLCDataItem
Compares this object with the specified object for order.
compareTo(Object) - Method in class org.jfree.data.xy.XYDataItem
Returns an integer indicating the order of this object relative to another object.
CompassFormat - Class in org.jfree.chart.axis
A formatter that displays numbers as directions.
CompassFormat() - Constructor for class org.jfree.chart.axis.CompassFormat
Creates a new formatter.
CompassPlot - Class in org.jfree.chart.plot
A specialised plot that draws a compass to indicate a direction based on the value from a ValueDataset.
CompassPlot() - Constructor for class org.jfree.chart.plot.CompassPlot
Default constructor.
CompassPlot(ValueDataset) - Constructor for class org.jfree.chart.plot.CompassPlot
Constructs a new compass plot.
CompositeTitle - Class in org.jfree.chart.title
A title that contains multiple titles within a BlockContainer.
CompositeTitle() - Constructor for class org.jfree.chart.title.CompositeTitle
Creates a new composite title with a default border arrangement.
CompositeTitle(BlockContainer) - Constructor for class org.jfree.chart.title.CompositeTitle
Creates a new title using the specified container.
computeLogCeil(double) - Method in class org.jfree.chart.axis.LogarithmicAxis
Returns the smallest (closest to negative infinity) double value that is not less than the argument, is equal to a mathematical integer and satisfying the condition that log base 10 of the value is an integer (i.e., the value returned will be a power of 10: 1, 10, 100, 1000, etc.).
computeLogFloor(double) - Method in class org.jfree.chart.axis.LogarithmicAxis
Returns the largest (closest to positive infinity) double value that is not greater than the argument, is equal to a mathematical integer and satisfying the condition that log base 10 of the value is an integer (i.e., the value returned will be a power of 10: 1, 10, 100, 1000, etc.).
configure() - Method in class org.jfree.chart.axis.Axis
Configures the axis to work with the current plot.
configure() - Method in class org.jfree.chart.axis.CategoryAxis
Configures the axis against the current plot.
configure(ContourPlot) - Method in class org.jfree.chart.axis.ColorBar
Configures the color bar.
configure() - Method in class org.jfree.chart.axis.DateAxis
Configures the axis to work with the specified plot.
configure() - Method in class org.jfree.chart.axis.NumberAxis
Configures the axis to work with the specified plot.
configure() - Method in class org.jfree.chart.axis.PeriodAxis
Configures the axis to work with the current plot.
configureDomainAxes() - Method in class org.jfree.chart.plot.CategoryPlot
Configures the domain axes.
configureDomainAxes() - Method in class org.jfree.chart.plot.XYPlot
Configures the domain axes.
configureRangeAxes() - Method in class org.jfree.chart.plot.CategoryPlot
Configures the range axes.
configureRangeAxes() - Method in class org.jfree.chart.plot.XYPlot
Configures the range axes.
constrain(double) - Method in class org.jfree.data.Range
Returns the value within the range that is closest to the specified value.
contained(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if this segment is contained in an interval.
contains(long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if a particular millisecond is contained in this segment.
contains(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if an interval is contained in this segment.
contains(SegmentedTimeline.Segment) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if a segment is contained in this segment.
contains(double) - Method in class org.jfree.data.Range
Returns true if the range contains the specified value and false otherwise.
containsDomainRange(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns true if a range of values are contained in the timeline.
containsDomainRange(Date, Date) - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns true if a range of values are contained in the timeline.
containsDomainRange(long, long) - Method in interface org.jfree.chart.axis.Timeline
Returns true if a range of values are contained in the timeline.
containsDomainRange(Date, Date) - Method in interface org.jfree.chart.axis.Timeline
Returns true if a range of dates are contained in the timeline.
containsDomainValue(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns true if a value is contained in the timeline.
containsDomainValue(Date) - Method in class org.jfree.chart.axis.SegmentedTimeline
Returns true if a value is contained in the timeline.
containsDomainValue(long) - Method in interface org.jfree.chart.axis.Timeline
Returns true if a value is contained in the timeline values.
containsDomainValue(Date) - Method in interface org.jfree.chart.axis.Timeline
Returns true if a date is contained in the timeline values.
ContourDataset - Interface in org.jfree.data.contour
The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
ContourEntity - Class in org.jfree.chart.entity
Represents an item on a contour chart.
ContourEntity(Shape, String) - Constructor for class org.jfree.chart.entity.ContourEntity
Constructor for ContourEntity.
ContourEntity(Shape, String, String) - Constructor for class org.jfree.chart.entity.ContourEntity
Constructor for ContourEntity.
ContourPlot - Class in org.jfree.chart.plot
A class for creating shaded contours.
ContourPlot() - Constructor for class org.jfree.chart.plot.ContourPlot
Creates a new plot with no dataset or axes.
ContourPlot(ContourDataset, ValueAxis, ValueAxis, ColorBar) - Constructor for class org.jfree.chart.plot.ContourPlot
Constructs a contour plot with the specified axes (other attributes take default values).
ContourPlotUtilities - Class in org.jfree.chart.plot
Some utility methods for the ContourPlot class.
ContourPlotUtilities() - Constructor for class org.jfree.chart.plot.ContourPlotUtilities
 
contourRenderer(Graphics2D, Rectangle2D, PlotRenderingInfo, ContourPlot, ValueAxis, ValueAxis, ColorBar, ContourDataset, CrosshairState) - Method in class org.jfree.chart.plot.ContourPlot
Fills the plot.
ContourToolTipGenerator - Interface in org.jfree.chart.labels
Interface for a tooltip generator for plots that use data from a ContourDataset.
ContourValuePlot - Interface in org.jfree.chart.plot
An interface defining methods related to contour plots.
copy() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns a copy of ourselves or null if there was an exception during cloning.
createAreaChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates an area chart with default settings.
createBarChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a bar chart.
createBarChart3D(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a bar chart with a 3D effect.
createBoxAndWhiskerChart(String, String, String, BoxAndWhiskerXYDataset, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a default instance of a box and whisker chart.
createBubbleChart(String, String, String, XYZDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a bubble chart with default settings.
createBufferedImage(int, int) - Method in class org.jfree.chart.JFreeChart
Creates and returns a buffered image into which the chart has been drawn.
createBufferedImage(int, int, ChartRenderingInfo) - Method in class org.jfree.chart.JFreeChart
Creates and returns a buffered image into which the chart has been drawn.
createBufferedImage(int, int, int, ChartRenderingInfo) - Method in class org.jfree.chart.JFreeChart
Creates and returns a buffered image into which the chart has been drawn.
createBufferedImage(int, int, double, double, ChartRenderingInfo) - Method in class org.jfree.chart.JFreeChart
Creates and returns a buffered image into which the chart has been drawn.
createCandlestickChart(String, String, String, OHLCDataset, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a default instance of a candlesticks chart.
createCategoryDataset(String, String, double[][]) - Static method in class org.jfree.data.general.DatasetUtilities
Creates a CategoryDataset that contains a copy of the data in an array (instances of Double are created to represent the data items).
createCategoryDataset(String, String, Number[][]) - Static method in class org.jfree.data.general.DatasetUtilities
Creates a CategoryDataset that contains a copy of the data in an array.
createCategoryDataset(Comparable[], Comparable[], double[][]) - Static method in class org.jfree.data.general.DatasetUtilities
Creates a CategoryDataset that contains a copy of the data in an array (instances of Double are created to represent the data items).
createCategoryDataset(Comparable, KeyedValues) - Static method in class org.jfree.data.general.DatasetUtilities
Creates a CategoryDataset by copying the data from the supplied KeyedValues instance.
createChartPrintJob() - Method in class org.jfree.chart.ChartPanel
Creates a print job for the chart.
createConsolidatedPieDataset(PieDataset, Comparable, double) - Static method in class org.jfree.data.general.DatasetUtilities
Creates a new pie dataset based on the supplied dataset, but modified by aggregating all the low value items (those whose value is lower than the percentThreshold) into a single item with the key "Other".
createConsolidatedPieDataset(PieDataset, Comparable, double, int) - Static method in class org.jfree.data.general.DatasetUtilities
Creates a new pie dataset based on the supplied dataset, but modified by aggregating all the low value items (those whose value is lower than the percentThreshold) into a single item.
createCopy(int, int) - Method in class org.jfree.data.time.TimePeriodValues
Creates a new instance by copying a subset of the data in this collection.
createCopy(int, int) - Method in class org.jfree.data.time.TimeSeries
Creates a new timeseries by copying a subset of the data in this time series.
createCopy(RegularTimePeriod, RegularTimePeriod) - Method in class org.jfree.data.time.TimeSeries
Creates a new timeseries by copying a subset of the data in this time series.
createCopy(int, int) - Method in class org.jfree.data.xy.XYSeries
Creates a new series by copying a subset of the data in this time series.
createDefaultPaintArray() - Static method in class org.jfree.chart.ChartColor
Convenience method to return an array of Paint objects that represent the pre-defined colors in the Color and ChartColor objects.
createDemoPanel() - Static method in class org.jfree.chart.demo.PieChartDemo1
Creates a panel for the demo (used by SuperDemo.java).
createDemoPanel() - Static method in class org.jfree.chart.demo.TimeSeriesChartDemo1
Creates a panel for the demo (used by SuperDemo.java).
createDownRotationLabelPositions(double) - Static method in class org.jfree.chart.axis.CategoryLabelPositions
Creates a new instance where the category labels angled downwards by the specified amount.
createEditor(JFreeChart) - Method in interface org.jfree.chart.editor.ChartEditorFactory
Creates an editor for the given chart.
createEditor(JFreeChart) - Method in class org.jfree.chart.editor.DefaultChartEditorFactory
Returns a new instance of a ChartEditor.
createGanttChart(String, String, String, IntervalCategoryDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a Gantt chart using the supplied attributes plus default values where required.
createHighLowChart(String, String, String, OHLCDataset, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a default instance of a high-low-open-close chart.
createHighLowChart(String, String, String, OHLCDataset, Timeline, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a default instance of a high-low-open-close chart with a special timeline.
createHistogram(String, String, String, IntervalXYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a histogram chart.
createInstance(Date, TimeZone) - Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
Creates a time period that includes the specified millisecond, assuming the given time zone.
createInstance(Class, Date, TimeZone) - Static method in class org.jfree.data.time.RegularTimePeriod
Creates a time period that includes the specified millisecond, assuming the given time zone.
createIntegerTickUnits() - Static method in class org.jfree.chart.axis.NumberAxis
Returns a collection of tick units for integer values.
createIntegerTickUnits(Locale) - Static method in class org.jfree.chart.axis.NumberAxis
Returns a collection of tick units for integer values.
createItemArray(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(PieDataset, Comparable) - Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(XYDataset, int, int) - Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(XYDataset, int, int) - Method in class org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(XYZDataset, int, int) - Method in class org.jfree.chart.labels.BubbleXYItemLabelGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(CategoryDataset, int, int) - Method in class org.jfree.chart.labels.IntervalCategoryToolTipGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(XYDataset, int) - Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(CategoryDataset, int) - Method in class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(XYDataset, int) - Method in class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createItemArray(XYZDataset, int, int) - Method in class org.jfree.chart.labels.StandardXYZToolTipGenerator
Creates the array of items that can be passed to the MessageFormat class for creating labels.
createLabel(Comparable, float, RectangleEdge, Graphics2D) - Method in class org.jfree.chart.axis.CategoryAxis
Creates a label.
createLabel(Comparable, float, RectangleEdge, Graphics2D) - Method in class org.jfree.chart.axis.ExtendedCategoryAxis
Overrides the default behaviour by adding the sublabel to the text block that is used for the category label.
createLegendItemBlock(LegendItem) - Method in class org.jfree.chart.title.LegendTitle
Creates a legend item block.
createLineChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a line chart with default settings.
createLineChart3D(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a line chart with default settings.
createMovingAverage(TimeSeriesCollection, String, int, int) - Static method in class org.jfree.data.time.MovingAverage
Creates a new TimeSeriesCollection containing a moving average series for each series in the source collection.
createMovingAverage(TimeSeries, String, int, int) - Static method in class org.jfree.data.time.MovingAverage
Creates a new TimeSeries containing moving average values for the given series.
createMovingAverage(XYDataset, String, long, long) - Static method in class org.jfree.data.time.MovingAverage
Creates a new XYDataset containing the moving averages of each series in the source dataset.
createMovingAverage(XYDataset, String, double, double) - Static method in class org.jfree.data.time.MovingAverage
Creates a new XYDataset containing the moving averages of each series in the source dataset.
createMovingAverage(XYDataset, int, String, double, double) - Static method in class org.jfree.data.time.MovingAverage
Creates a new XYSeries containing the moving averages of one series in the source dataset.
createMultiplePieChart(String, CategoryDataset, TableOrder, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a chart that displays multiple pie plots.
createMultiplePieChart3D(String, CategoryDataset, TableOrder, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a chart that displays multiple pie plots.
createNumberArray(double[]) - Static method in class org.jfree.data.DataUtilities
Constructs an array of Number objects from an array of double primitives.
createNumberArray(double[]) - Static method in class org.jfree.data.xy.DefaultHighLowDataset
Constructs an array of Number objects from an array of doubles.
createNumberArray2D(double[][]) - Static method in class org.jfree.data.DataUtilities
Constructs an array of arrays of Number objects from a corresponding structure containing double primitives.
createPieChart(String, PieDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a pie chart with default settings.
createPieChart(String, PieDataset, PieDataset, int, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a pie chart with default settings that compares 2 datasets.
createPieChart3D(String, PieDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a 3D pie chart using the specified dataset.
createPieDatasetForColumn(CategoryDataset, Comparable) - Static method in class org.jfree.data.general.DatasetUtilities
Creates a pie dataset from a table dataset by taking all the values for a single column.
createPieDatasetForColumn(CategoryDataset, int) - Static method in class org.jfree.data.general.DatasetUtilities
Creates a pie dataset from a CategoryDataset by taking all the values for a single column.
createPieDatasetForRow(CategoryDataset, Comparable) - Static method in class org.jfree.data.general.DatasetUtilities
Creates a pie dataset from a table dataset by taking all the values for a single row.
createPieDatasetForRow(CategoryDataset, int) - Static method in class org.jfree.data.general.DatasetUtilities
Creates a pie dataset from a table dataset by taking all the values for a single row.
createPointMovingAverage(TimeSeries, String, int) - Static method in class org.jfree.data.time.MovingAverage
Creates a new TimeSeries containing moving average values for the given series, calculated by number of points (irrespective of the 'age' of those points).
createPolarChart(String, XYDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a polar plot for the specified dataset (x-values interpreted as angles in degrees).
createPopupMenu(boolean, boolean, boolean, boolean) - Method in class org.jfree.chart.ChartPanel
Creates a popup menu for the panel.
createPopupMenu(boolean, boolean, boolean, boolean) - Method in class org.jfree.chart.PolarChartPanel
Creates a popup menu for the panel.
createRingChart(String, PieDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a ring chart with default settings.
createScatterPlot(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a scatter plot with default settings.
createStackedAreaChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a stacked area chart with default settings.
createStackedBarChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a stacked bar chart with default settings.
createStackedBarChart3D(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a stacked bar chart with a 3D effect and default settings.
createStackedXYAreaChart(String, String, String, TableXYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a stacked XY area plot.
createStandardDateTickUnits() - Static method in class org.jfree.chart.axis.DateAxis
Returns a collection of standard date tick units that uses the default time zone.
createStandardDateTickUnits(TimeZone) - Static method in class org.jfree.chart.axis.DateAxis
Returns a collection of standard date tick units.
createStandardSeriesShapes() - Static method in class org.jfree.chart.plot.DefaultDrawingSupplier
Creates an array of standard shapes to display for the items in series on charts.
createStandardTickUnits() - Static method in class org.jfree.chart.axis.NumberAxis
Creates the standard tick units.
createStandardTickUnits(Locale) - Static method in class org.jfree.chart.axis.NumberAxis
Creates a collection of standard tick units.
createTempDir() - Static method in class org.jfree.chart.servlet.ServletUtilities
Creates the temporary directory if it does not exist.
createTimeSeriesChart(String, String, String, XYDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a time series chart.
createUpRotationLabelPositions(double) - Static method in class org.jfree.chart.axis.CategoryLabelPositions
Creates a new instance where the category labels angled upwards by the specified amount.
createWaferMapChart(String, WaferMapDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a wafer map chart.
createWaterfallChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a waterfall chart.
createWindPlot(String, String, String, WindDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a wind plot with default settings.
createXYAreaChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates an area chart using an XYDataset.
createXYBarChart(String, String, boolean, String, IntervalXYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates and returns a default instance of an XY bar chart.
createXYLineChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a line chart (based on an XYDataset) with default settings.
createXYStepAreaChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a filled stepped XY plot with default settings.
createXYStepChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
Creates a stepped XY plot with default settings.
CRITICAL - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the 'critical' range.
CrosshairState - Class in org.jfree.chart.plot
Maintains state information about crosshairs on a plot.
CrosshairState() - Constructor for class org.jfree.chart.plot.CrosshairState
Default constructor.
CrosshairState(boolean) - Constructor for class org.jfree.chart.plot.CrosshairState
Creates a new info object.
CSV - Class in org.jfree.data.io
A utility class for reading CategoryDataset data from a CSV file.
CSV() - Constructor for class org.jfree.data.io.CSV
Creates a new CSV reader where the field delimiter is a comma, and the text delimiter is a double-quote.
CSV(char, char) - Constructor for class org.jfree.data.io.CSV
Creates a new reader with the specified field and text delimiters.
cursorDown(double) - Method in class org.jfree.chart.axis.AxisState
Moves the cursor down by the specified number of Java 2D units.
cursorLeft(double) - Method in class org.jfree.chart.axis.AxisState
Moves the cursor left by the specified number of Java 2D units.
cursorRight(double) - Method in class org.jfree.chart.axis.AxisState
Moves the cursor right by the specified number of Java 2D units.
cursorUp(double) - Method in class org.jfree.chart.axis.AxisState
Moves the cursor up by the specified number of Java 2D units.
CustomPieURLGenerator - Class in org.jfree.chart.urls
A custom URL generator for pie charts.
CustomPieURLGenerator() - Constructor for class org.jfree.chart.urls.CustomPieURLGenerator
Default constructor.
CustomXYToolTipGenerator - Class in org.jfree.chart.labels
A tool tip generator that stores custom tooltips.
CustomXYToolTipGenerator() - Constructor for class org.jfree.chart.labels.CustomXYToolTipGenerator
Default constructor.
CustomXYURLGenerator - Class in org.jfree.chart.urls
A custom URL generator.
CustomXYURLGenerator() - Constructor for class org.jfree.chart.urls.CustomXYURLGenerator
Default constructor.
CyclicNumberAxis - Class in org.jfree.chart.axis
This class extends NumberAxis and handles cycling.
CyclicNumberAxis(double) - Constructor for class org.jfree.chart.axis.CyclicNumberAxis
Creates a CycleNumberAxis with the given period.
CyclicNumberAxis(double, double) - Constructor for class org.jfree.chart.axis.CyclicNumberAxis
Creates a CycleNumberAxis with the given period and offset.
CyclicNumberAxis(double, String) - Constructor for class org.jfree.chart.axis.CyclicNumberAxis
Creates a named CycleNumberAxis with the given period.
CyclicNumberAxis(double, double, String) - Constructor for class org.jfree.chart.axis.CyclicNumberAxis
Creates a named CycleNumberAxis with the given period and offset.
CyclicNumberAxis.CycleBoundTick - Class in org.jfree.chart.axis
A special Number tick that also hold information about the cycle bound mapping for this tick.
CyclicNumberAxis.CycleBoundTick(boolean, Number, String, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.CyclicNumberAxis.CycleBoundTick
Creates a new tick.
CyclicXYItemRenderer - Class in org.jfree.chart.renderer.xy
The Cyclic XY item renderer is specially designed to handle cyclic axis.
CyclicXYItemRenderer() - Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
Default constructor.
CyclicXYItemRenderer(int) - Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
Creates a new renderer.
CyclicXYItemRenderer(int, XYToolTipGenerator) - Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
Creates a new renderer.
CyclicXYItemRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
Creates a new renderer.
CyclicXYItemRenderer.OverwriteDataSet - Class in org.jfree.chart.renderer.xy
A dataset to hold the interpolated points when drawing new lines.
CyclicXYItemRenderer.OverwriteDataSet(double[], double[], XYDataset) - Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
Creates a new dataset.

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