Header
And More

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 - Variable in class org.jfree.chart.plot.ColorPalette
Deprecated. Blue components.
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.
BarChartDemo1 - Class in org.jfree.chart.demo
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.
BarPainter - Interface in org.jfree.chart.renderer.category
The interface for plugin painter for the BarRenderer class.
BarRenderer - Class in org.jfree.chart.renderer.category
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 in org.jfree.chart.renderer.category
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'.
before(SegmentedTimeline.Segment) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if this segment is wholly before another segment.
Block - Interface in org.jfree.chart.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 in org.jfree.chart.block
A border for a block.
BlockBorder() - Constructor for class org.jfree.chart.block.BlockBorder
Creates a default border.
BlockBorder(Paint) - Constructor for class org.jfree.chart.block.BlockBorder
Creates a new border with the specified color.
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(RectangleInsets, Paint) - Constructor for class org.jfree.chart.block.BlockBorder
Creates a new border.
BlockContainer - Class in org.jfree.chart.block
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(Arrangement) - Constructor for class org.jfree.chart.block.BlockContainer
Creates a new instance with the specified arrangement.
BlockFrame - Interface in org.jfree.chart.block
A block frame is a type of border that can be drawn around the outside of any AbstractBlock.
BlockParams - Class in org.jfree.chart.block
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 in org.jfree.chart.block
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 in org.jfree.chart.block
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 variable in class org.jfree.chart.axis.AxisLocation
Axis at the bottom or left.
BOTTOM_OR_RIGHT - Static variable in class org.jfree.chart.axis.AxisLocation
Axis at the bottom or right.
boundMappedToLastCycle - Variable in class org.jfree.chart.axis.CyclicNumberAxis
??.
BoxAndWhiskerCalculator - Class in org.jfree.data.statistics
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.
BoxAndWhiskerCalculator() - Constructor for class org.jfree.data.statistics.BoxAndWhiskerCalculator
 
BoxAndWhiskerCategoryDataset - Interface in org.jfree.data.statistics
A category dataset that defines various medians, outliers and an average value for each item.
BoxAndWhiskerItem - Class in org.jfree.data.statistics
Represents one data item within a box-and-whisker dataset.
BoxAndWhiskerItem(Number, Number, Number, Number, Number, Number, Number, Number, List) - Constructor for class org.jfree.data.statistics.BoxAndWhiskerItem
Creates a new box-and-whisker item.
BoxAndWhiskerItem(double, double, double, double, double, double, double, double, List) - Constructor for class org.jfree.data.statistics.BoxAndWhiskerItem
Creates a new box-and-whisker item.
BoxAndWhiskerRenderer - Class in org.jfree.chart.renderer.category
A box-and-whisker renderer.
BoxAndWhiskerRenderer() - Constructor for class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Default constructor.
BoxAndWhiskerToolTipGenerator - Class in org.jfree.chart.labels
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.
BoxAndWhiskerToolTipGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
Creates a tool tip formatter.
BoxAndWhiskerXYDataset - Interface in org.jfree.data.statistics
An interface that defines data in the form of (x, max, min, average, median) tuples.
BoxAndWhiskerXYToolTipGenerator - Class in org.jfree.chart.labels
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.
BoxAndWhiskerXYToolTipGenerator(String, DateFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator
Creates a new item label generator.
BubbleXYItemLabelGenerator - Class in org.jfree.chart.labels
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.
BubbleXYItemLabelGenerator(String, NumberFormat, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.BubbleXYItemLabelGenerator
Constructs a new tool tip generator using the specified number formatters.
BubbleXYItemLabelGenerator(String, DateFormat, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.BubbleXYItemLabelGenerator
Constructs a new item label generator using the specified date formatters.
buildGrid(int, int, int) - Method in class org.jfree.data.contour.NonGridContourDataset
Deprecated. Builds a regular grid.
BULB - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the value label position (in the thermometer bulb).
BULB_DIAMETER - Static variable in class org.jfree.chart.plot.ThermometerPlot
Deprecated. As of 1.0.7, use ThermometerPlot.getBulbDiameter().
BULB_RADIUS - Static variable in class org.jfree.chart.plot.ThermometerPlot
Deprecated. As of 1.0.7, use ThermometerPlot.getBulbRadius().
BY_KEY - Static variable in class org.jfree.data.KeyedValueComparatorType
An object representing 'by key' sorting.
BY_VALUE - Static variable in class org.jfree.data.KeyedValueComparatorType
An object representing 'by value' sorting.
BYTE - Static variable in class org.jfree.chart.util.HexNumberFormat
Number of hexadecimal digits for a byte.

Footer
And More

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
Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.