Alphabetical Index: B

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

B

b - field in class org.jfree.chart.plot.ColorPalette
Blue components.
BAR_OUTLINE_WIDTH_THRESHOLD - static field in class org.jfree.chart.renderer.category.BarRenderer
Constant that controls the minimum width before a bar has an outline drawn.
BarChartDemo1 - class org.jfree.chart.demo.BarChartDemo1
A simple demonstration application showing how to create a bar chart.
BarChartDemo1(String) - constructor for class org.jfree.chart.demo.BarChartDemo1
Creates a new demo instance.
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 CategoryPlot class.
BarRenderer3D() - constructor for class org.jfree.chart.renderer.category.BarRenderer3D
Default constructor, creates a renderer with a default '3D effect'.
BarRenderer3D(double,double) - constructor for class org.jfree.chart.renderer.category.BarRenderer3D
Constructs a new renderer with the specified '3D effect'.
Special SegmentRange that came from the BaseTimeline.
Constructor.
Returns true if this segment is wholly before another segment.
Block - interface org.jfree.chart.block.Block
A block is an arbitrary item that can be drawn (in Java2D space) within a rectangular area, has a preferred size, and can be arranged by an Arrangement manager.
BlockBorder - class org.jfree.chart.block.BlockBorder
A border for a block.
BlockBorder() - constructor for class org.jfree.chart.block.BlockBorder
Creates a default border.
BlockBorder(double,double,double,double) - constructor for class org.jfree.chart.block.BlockBorder
Creates a new border with the specified line widths (in black).
BlockBorder(double,double,double,double,Paint) - constructor for class org.jfree.chart.block.BlockBorder
Creates a new border with the specified line widths (in black).
BlockBorder(Paint) - constructor for class org.jfree.chart.block.BlockBorder
Creates a new border with the specified color.
BlockBorder(RectangleInsets,Paint) - constructor for class org.jfree.chart.block.BlockBorder
Creates a new border.
BlockContainer - class org.jfree.chart.block.BlockContainer
A container for a collection of Block objects.
BlockContainer() - constructor for class org.jfree.chart.block.BlockContainer
Creates a new instance with default settings.
BlockContainer(org.jfree.chart.block.Arrangement) - constructor for class org.jfree.chart.block.BlockContainer
Creates a new instance with the specified arrangement.
BlockFrame - interface org.jfree.chart.block.BlockFrame
A block frame is a type of border that can be drawn around the outside of any AbstractBlock.
BlockParams - class org.jfree.chart.block.BlockParams
A standard parameter object that can be passed to the draw() method defined by the Block class.
BlockParams() - constructor for class org.jfree.chart.block.BlockParams
Creates a new instance.
BlockResult - class org.jfree.chart.block.BlockResult
Used to return results from the draw() method in the Block class.
BlockResult() - constructor for class org.jfree.chart.block.BlockResult
Creates a new result instance.
BorderArrangement - class org.jfree.chart.block.BorderArrangement
An arrangement manager that lays out blocks in a similar way to Swing's BorderLayout class.
BorderArrangement() - constructor for class org.jfree.chart.block.BorderArrangement
Creates a new instance.
BOTTOM_OR_LEFT - static field in class org.jfree.chart.axis.AxisLocation
Axis at the bottom or left.
BOTTOM_OR_RIGHT - static field in class org.jfree.chart.axis.AxisLocation
Axis at the bottom or right.
boundMappedToLastCycle - field in class org.jfree.chart.axis.CyclicNumberAxis
??.
BoxAndWhiskerCalculator - class org.jfree.data.statistics.BoxAndWhiskerCalculator
A utility class that calculates the mean, median, quartiles Q1 and Q3, plus a list of outlier values...all from an arbitrary list of Number objects.
BoxAndWhiskerCategoryDataset - interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
A category dataset that defines various medians, outliers and an average value for each item.
BoxAndWhiskerItem - class org.jfree.data.statistics.BoxAndWhiskerItem
Represents one data item within a box-and-whisker dataset.
Creates a new box-and-whisker item.
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.
An item label generator for plots that use data from a BoxAndWhiskerCategoryDataset.
BoxAndWhiskerToolTipGenerator() - constructor for class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
Creates a default tool tip generator.
Creates a tool tip formatter.
BoxAndWhiskerXYDataset - interface org.jfree.data.statistics.BoxAndWhiskerXYDataset
An interface that defines data in the form of (x, max, min, average, median) tuples.
An item label generator for plots that use data from a BoxAndWhiskerXYDataset.
BoxAndWhiskerXYToolTipGenerator() - constructor for class org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator
Creates a default item label generator.
Creates a new item label generator.
An item label generator defined for use with the XYBubbleRenderer class, or any other class that uses an XYZDataset.
BubbleXYItemLabelGenerator() - constructor for class org.jfree.chart.labels.BubbleXYItemLabelGenerator
Creates a new tool tip generator using default number formatters for the x, y and z-values.
Constructs a new item label generator using the specified date formatters.
Constructs a new tool tip generator using the specified number formatters.
buildGrid(int,int,int) - method in class org.jfree.data.contour.NonGridContourDataset
Builds a regular grid.
BULB - static field in class org.jfree.chart.plot.ThermometerPlot
A constant for the value label position (in the thermometer bulb).
BULB_DIAMETER - static field in class org.jfree.chart.plot.ThermometerPlot
The bulb diameter.
BULB_RADIUS - static field in class org.jfree.chart.plot.ThermometerPlot
The bulb radius.
BY_KEY - static field in class org.jfree.data.KeyedValueComparatorType
An object representing 'by key' sorting.
BY_VALUE - static field in class org.jfree.data.KeyedValueComparatorType
An object representing 'by value' sorting.