Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I L M N O P R S T U W X Y

A

AbstractCategoryItemRenderer - class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer.
An abstract base class that you can use to implement a new CategoryItemRenderer.
AbstractCategoryItemRenderer() - Constructor for class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Creates a new renderer with no tool tip generator and no URL generator.
AreaRenderer - class org.jfree.chart.renderer.category.AreaRenderer.
A category item renderer that draws area charts.
AreaRenderer() - Constructor for class org.jfree.chart.renderer.category.AreaRenderer
Creates a new renderer.
addChangeListener(RendererChangeListener) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Adds a change listener.
artifactPaint - Variable in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
The color used to paint the median line and average marker.

B

BAR_OUTLINE_WIDTH_THRESHOLD - Static variable in class org.jfree.chart.renderer.category.BarRenderer
Constant that controls the minimum width before a bar has an outline drawn.
BarRenderer - class org.jfree.chart.renderer.category.BarRenderer.
A CategoryItemRenderer that draws individual data items as bars.
BarRenderer() - Constructor for class org.jfree.chart.renderer.category.BarRenderer
Creates a new bar renderer with default settings.
BarRenderer3D - class org.jfree.chart.renderer.category.BarRenderer3D.
A renderer for bars with a 3D effect, for use with the org.jfree.chart.plot.CategoryPlot class.
BarRenderer3D() - Constructor for class org.jfree.chart.renderer.category.BarRenderer3D
Default constructor, creates a renderer with a ten pixel '3D effect'.
BarRenderer3D(double, double) - Constructor for class org.jfree.chart.renderer.category.BarRenderer3D
Constructs a new renderer with the specified '3D effect'.
BoxAndWhiskerRenderer - class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer.
A box-and-whisker renderer.
BoxAndWhiskerRenderer() - Constructor for class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Default constructor.
barWidth - Variable in class org.jfree.chart.renderer.category.CategoryItemRendererState
The bar width.
base - Variable in class org.jfree.chart.renderer.category.BarRenderer
 
baseItemLabelGenerator - Variable in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
The base item label generator.
baseItemURLGenerator - Variable in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
The base item label generator.
baseToolTipGenerator - Variable in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
The base tool tip generator.

C

CategoryItemRenderer - interface org.jfree.chart.renderer.category.CategoryItemRenderer.
A plug-in object that is used by the org.jfree.chart.plot.CategoryPlot class to display individual data items from a org.jfree.data.category.CategoryDataset.
CategoryItemRendererState - class org.jfree.chart.renderer.category.CategoryItemRendererState.
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.
CategoryStepRenderer - class org.jfree.chart.renderer.category.CategoryStepRenderer.
A "step" renderer similar to org.jfree.chart.renderer.xy.XYStepRenderer but that can be used with the org.jfree.chart.plot.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.
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.
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.
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, Rectangle2D, PlotOrientation) - Method in class org.jfree.chart.renderer.category.BarRenderer
Calculates the item label anchor point.
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.
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.
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.
columnCount - Variable in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
The number of columns in the dataset (temporary record).
completePaint - Variable in class org.jfree.chart.renderer.category.GanttRenderer
The paint for displaying the percentage complete.

D

DEFAULT_ITEM_MARGIN - Static variable in class org.jfree.chart.renderer.category.BarRenderer
The default item margin percentage.
DEFAULT_ITEM_MARGIN - Static variable in class org.jfree.chart.renderer.category.LevelRenderer
The default item margin percentage.
DEFAULT_WALL_PAINT - Static variable in class org.jfree.chart.renderer.category.BarRenderer3D
The default wall paint.
DEFAULT_WALL_PAINT - Static variable in class org.jfree.chart.renderer.category.LineRenderer3D
The default wall paint.
DEFAULT_X_OFFSET - Static variable in class org.jfree.chart.renderer.category.BarRenderer3D
The default x-offset for the 3D effect.
DEFAULT_X_OFFSET - Static variable in class org.jfree.chart.renderer.category.LineRenderer3D
The default x-offset for the 3D effect.
DEFAULT_Y_OFFSET - Static variable in class org.jfree.chart.renderer.category.BarRenderer3D
The default y-offset for the 3D effect.
DEFAULT_Y_OFFSET - Static variable in class org.jfree.chart.renderer.category.LineRenderer3D
The default y-offset for the 3D effect.
DefaultCategoryItemRenderer - class org.jfree.chart.renderer.category.DefaultCategoryItemRenderer.
A default renderer for the org.jfree.chart.plot.CategoryPlot class.
DefaultCategoryItemRenderer() - Constructor for class org.jfree.chart.renderer.category.DefaultCategoryItemRenderer
 
defaultShapesFilled - Variable in class org.jfree.chart.renderer.category.LineAndShapeRenderer
The default value returned by the getShapeFilled() method.
drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Draws a background for the data area.
drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Draws the background for the plot.
drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws a background for the data area.
drawBackground(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Draws the background for the plot.
drawBarOutline - Variable in class org.jfree.chart.renderer.category.BarRenderer
A flag that controls whether or not bar outlines are drawn.
drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Draws a grid line against the domain axis.
drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Draws a grid line against the domain axis.
drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws a grid line against the domain axis.
drawDomainGridline(Graphics2D, CategoryPlot, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Draws a grid line against the domain axis.
drawDomainMarker(Graphics2D, CategoryPlot, CategoryAxis, CategoryMarker, Rectangle2D) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Draws a marker for the domain axis.
drawDomainMarker(Graphics2D, CategoryPlot, CategoryAxis, CategoryMarker, Rectangle2D) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws a line (or some other marker) to indicate a particular category on the domain axis.
drawEllipse(Point2D, double, Graphics2D) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Draws a dot to represent an outlier.
drawHighFarOut(double, Graphics2D, double, double) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Draws a triangle to indicate the presence of far-out values.
drawHorizontalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Draws the visual representation of a single data item when the plot has a horizontal orientation.
drawHorizontalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.LayeredBarRenderer
Draws the bar for a single (series, category) data item.
drawHorizontalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, StatisticalCategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
Draws an item for a plot with a horizontal orientation.
drawInterval(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, IntervalCategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.IntervalBarRenderer
Draws a single interval.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.AreaRenderer
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.BarRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Draws a 3D bar to represent one data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.GanttRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Draws a stacked bar for a specific item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.IntervalBarRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.LayeredBarRenderer
Draws the bar for one item in the dataset.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.LevelRenderer
Draws the bar for a single (series, category) data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
Draws a stacked bar for a specific item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
Draws a stacked bar (with 3D-effect) for a specific item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
Draws the bar with its standard deviation line range for a single (series, category) data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
Draw a single data item.
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Draws the bar for a single (series, category) data item.
drawItemLabel(Graphics2D, PlotOrientation, CategoryDataset, int, int, double, double, boolean) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Draws an item label.
drawItemLabel(Graphics2D, CategoryDataset, int, int, CategoryPlot, CategoryItemLabelGenerator, Rectangle2D, boolean) - Method in class org.jfree.chart.renderer.category.BarRenderer
Draws an item label.
drawLine(Graphics2D, PlotOrientation, double, double, double, double) - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
Draws the line.
drawLowFarOut(double, Graphics2D, double, double) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Draws a triangle to indicate the presence of far-out values.
drawMultipleEllipse(Point2D, double, double, Graphics2D) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Draws two dots to represent the average value of more than one outlier.
drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Draws an outline for the data area.
drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Draws the outline for the plot.
drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws an outline for the data area.
drawOutline(Graphics2D, CategoryPlot, Rectangle2D) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Draws the outline for the plot.
drawOutlines - Variable in class org.jfree.chart.renderer.category.LineAndShapeRenderer
A flag that controls whether outlines are drawn for shapes.
drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Draws a grid line against the range axis.
drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Draws a grid line against the range axis.
drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws a grid line against the range axis.
drawRangeGridline(Graphics2D, CategoryPlot, ValueAxis, Rectangle2D, double) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Draws a grid line against the range axis.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Draws a marker for the range axis.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Draws a range marker.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Draws a line (or some other marker) to indicate a particular value on the range axis.
drawRangeMarker(Graphics2D, CategoryPlot, ValueAxis, Marker, Rectangle2D) - Method in class org.jfree.chart.renderer.category.LineRenderer3D
Draws a range marker.
drawTask(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, GanttCategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.GanttRenderer
Draws a single task.
drawTasks(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, GanttCategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.GanttRenderer
Draws the tasks/subtasks for one item.
drawVerticalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Draws the visual representation of a single data item when the plot has a vertical orientation.
drawVerticalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.LayeredBarRenderer
Draws the bar for a single (series, category) data item.
drawVerticalItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, StatisticalCategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
Draws an item for a plot with a vertical orientation.

E

endPercent - Variable in class org.jfree.chart.renderer.category.GanttRenderer
Controls the ending edge of the progress indicator (expressed as a percentage of the overall bar width).
endType - Variable in class org.jfree.chart.renderer.category.AreaRenderer
A flag that controls how the ends of the areas are drawn.
equals(Object) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Tests this renderer for equality with another object.
equals(Object) - Method in class org.jfree.chart.renderer.category.BarRenderer
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.LevelRenderer
Tests an object for equality with this instance.
equals(Object) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Tests this renderer for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Tests an object for equality with this instance.

F

fillBox - Variable in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
A flag that controls whether or not the box is filled.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
firstBarPaint - Variable in class org.jfree.chart.renderer.category.WaterfallBarRenderer
The paint used to draw the first bar.

G

GanttRenderer - class org.jfree.chart.renderer.category.GanttRenderer.
A renderer for simple Gantt charts.
GanttRenderer() - Constructor for class org.jfree.chart.renderer.category.GanttRenderer
Creates a new renderer.
GroupedStackedBarRenderer - class org.jfree.chart.renderer.category.GroupedStackedBarRenderer.
A renderer that draws stacked bars within groups.
GroupedStackedBarRenderer() - Constructor for class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Creates a new renderer.
getArtifactPaint() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Returns the paint used to color the median and average markers.
getBarWidth() - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
Returns the bar width.
getBase() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the base value for the bars.
getBaseItemLabelFont() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base item label font (this is used when no other font setting is available).
getBaseItemLabelGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the base item label generator.
getBaseItemLabelGenerator() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base item label generator.
getBaseItemLabelPaint() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base item label paint.
getBaseItemLabelsVisible() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base setting for item label visibility.
getBaseItemURLGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the base item URL generator.
getBaseItemURLGenerator() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base item URL generator.
getBaseNegativeItemLabelPosition() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base item label position for negative values.
getBaseOutlinePaint() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base outline paint.
getBaseOutlineStroke() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base outline stroke.
getBasePaint() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base paint.
getBasePositiveItemLabelPosition() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base positive item label position.
getBaseSeriesVisible() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base visibility for all series.
getBaseSeriesVisibleInLegend() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base visibility in the legend for all series.
getBaseShape() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base shape.
getBaseStroke() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base stroke.
getBaseToolTipGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the base tool tip generator (the "layer 2" generator).
getBaseToolTipGenerator() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the base tool tip generator (the "layer 2" generator).
getColumnCount() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the number of columns in the dataset.
getCompletePaint() - Method in class org.jfree.chart.renderer.category.GanttRenderer
Returns the paint used to show the percentage complete.
getDefaultShapesFilled() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns the default 'shape filled' attribute.
getDomainAxis(CategoryPlot, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns a domain axis for a plot.
getDrawOutlines() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns true if outlines should be drawn for shapes, and false otherwise.
getDrawingSupplier() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the drawing supplier from the plot.
getEndPercent() - Method in class org.jfree.chart.renderer.category.GanttRenderer
Returns the position of the end of the progress indicator, as a percentage of the bar width.
getEndType() - Method in class org.jfree.chart.renderer.category.AreaRenderer
Returns a token that controls how the renderer draws the end points.
getFillBox() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Returns the flag that controls whether or not the box is filled.
getFirstBarPaint() - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Returns the paint used to draw the first bar.
getGradientPaintTransformer() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the gradient paint transformer (an object used to transform gradient paint objects to fit each bar.
getGroupPaint() - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Gets the paint of the line between the minimum value and the maximum value.
getGroupStroke() - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Gets the stroke of the line between the minimum value and the maximum value.
getIcon(Shape, Paint, Paint) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Returns an icon.
getIcon(Shape, boolean, boolean) - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Returns an icon.
getIncompletePaint() - Method in class org.jfree.chart.renderer.category.GanttRenderer
Returns the paint used to show the percentage incomplete.
getItemLabelFont(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the font for an item label.
getItemLabelFont() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the font used for all item labels.
getItemLabelGenerator(int, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the item label generator for a data item.
getItemLabelGenerator(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label generator for the specified data item.
getItemLabelPaint(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the paint used to draw an item label.
getItemLabelPaint() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the paint used for all item labels.
getItemMargin() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the item margin as a percentage of the available space for all bars.
getItemMargin() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Returns the item margin.
getItemMargin() - Method in class org.jfree.chart.renderer.category.LevelRenderer
Returns the item margin.
getItemOutlinePaint(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the paint used to outline data items as they are drawn.
getItemOutlineStroke(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the stroke used to outline data items.
getItemPaint(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the paint used to fill data items as they are drawn.
getItemShape(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns a shape used to represent a data item.
getItemShapeFilled(int, int) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns the flag used to control whether or not the shape for an item is filled.
getItemStroke(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the stroke used to draw data items.
getItemURLGenerator(int, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the URL generator for a data item.
getItemURLGenerator(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the URL generator for an item.
getItemVisible(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns a boolean that indicates whether or not the specified item should be drawn (this is typically used to hide an entire series).
getLastBarPaint() - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Returns the paint used to draw the last bar.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns a legend item for a series.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.AreaRenderer
Returns a legend item for a series.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns a legend item for a series.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Returns a legend item for a series.
getLegendItem(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns a legend item for a series.
getLegendItem(int, int) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns a legend item for a series.
getLegendItemLabelGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the legend item label generator.
getLegendItemToolTipGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the legend item tool tip generator.
getLegendItemURLGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the legend item URL generator.
getLegendItems() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns a (possibly empty) collection of legend items for the series that this renderer is responsible for drawing.
getLowerClip() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the lower clip value.
getMaxBarWidth() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the maximum bar width, as a percentage of the available drawing space.
getMaxIcone() - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Gets the icon used to indicate the maximum value.
getMaxItemWidth() - Method in class org.jfree.chart.renderer.category.LevelRenderer
Returns the maximum width, as a percentage of the available drawing space.
getMinIcon() - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Gets the icon used to indicate the minimum value.
getMinimumBarLength() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the minimum bar length (in Java2D units).
getNegativeBarPaint() - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Returns the paint used to draw bars with negative values.
getNegativeItemLabelPosition(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label position for negative values.
getNegativeItemLabelPosition() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label position for negative values in ALL series.
getNegativeItemLabelPositionFallback() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the fallback position for negative item labels that don't fit within a bar.
getObjectIcon() - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Gets the icon used to indicate the values.
getPassCount() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the number of passes through the dataset required by the renderer.
getPassCount() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the number of passes through the dataset required by the renderer.
getPassCount() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
This renderer uses two passes to draw the data.
getPassCount() - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
Returns the number of passes (2) required by this renderer.
getPassCount() - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
Returns the number of passes through the dataset required by the renderer.
getPlot() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the plot that the renderer has been assigned to (where null indicates that the renderer is not currently assigned to a plot).
getPlot() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the plot that the renderer has been assigned to (where null indicates that the renderer is not currently assigned to a plot).
getPositiveBarPaint() - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Returns the paint used to draw bars with positive values.
getPositiveItemLabelPosition(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label position for positive values.
getPositiveItemLabelPosition() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label position for positive values in ALL series.
getPositiveItemLabelPositionFallback() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the fallback position for positive item labels that don't fit within a bar.
getPreviousHeight(CategoryDataset, int, int) - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
Calculates the stacked value of the all series up to, but not including series for the specified category, category.
getRangeAxis(CategoryPlot, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns a range axis for a plot.
getRowCount() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the number of rows in the dataset.
getSeriesBarWidth(int, CategoryItemRendererState) - Method in class org.jfree.chart.renderer.category.LayeredBarRenderer
Returns the bar width for a series.
getSeriesItemLabelFont(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the font for all the item labels in a series.
getSeriesItemLabelGenerator(int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the item label generator for a series.
getSeriesItemLabelGenerator(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label generator for a series.
getSeriesItemLabelPaint(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the paint used to draw the item labels for a series.
getSeriesItemURLGenerator(int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the URL generator for a series.
getSeriesItemURLGenerator(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item URL generator for a series.
getSeriesNegativeItemLabelPosition(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label position for all negative values in a series.
getSeriesOutlinePaint(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the paint used to outline an item drawn by the renderer.
getSeriesOutlineStroke(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the stroke used to outline the items in a series.
getSeriesPaint(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the paint used to fill an item drawn by the renderer.
getSeriesPositiveItemLabelPosition(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the item label position for all positive values in a series.
getSeriesRunningTotal() - Method in class org.jfree.chart.renderer.category.CategoryItemRendererState
Returns the series running total.
getSeriesShape(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns a shape used to represent the items in a series.
getSeriesShapesFilled(int) - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns the flag used to control whether or not the shapes for a series are filled.
getSeriesStroke(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the stroke used to draw the items in a series.
getSeriesToolTipGenerator(int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the tool tip generator for the specified series (a "layer 1" generator).
getSeriesToolTipGenerator(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the tool tip generator for the specified series (a "layer 1" generator).
getSeriesVisible() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the flag that controls the visibility of ALL series.
getSeriesVisible(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the flag that controls whether a series is visible.
getSeriesVisibleInLegend() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the flag that controls the visibility of ALL series in the legend.
getSeriesVisibleInLegend(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the flag that controls whether a series is visible in the legend.
getShapesFilled() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns the flag that controls whether or not shapes are filled for ALL series.
getStagger() - Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
Returns the flag that controls whether the series steps are staggered.
getStartPercent() - Method in class org.jfree.chart.renderer.category.GanttRenderer
Returns the position of the start of the progress indicator, as a percentage of the bar width.
getToolTipGenerator(int, int) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the tool tip generator that should be used for the specified item.
getToolTipGenerator() - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the tool tip generator that will be used for ALL items in the dataset (the "layer 0" generator).
getToolTipGenerator(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the tool tip generator that should be used for the specified item.
getToolTipGenerator() - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the tool tip generator that will be used for ALL items in the dataset (the "layer 0" generator).
getUpperClip() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the upper clip value.
getUseFillPaint() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns true if the renderer should use the fill paint setting to fill shapes, and false if it should just use the regular paint.
getUseOutlinePaint() - Method in class org.jfree.chart.renderer.category.LineAndShapeRenderer
Returns the flag that controls whether the outline paint is used for shape outlines.
getWallPaint() - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Returns the paint used to highlight the left and bottom wall in the plot background.