Constant that controls the minimum width before a bar has an outline
drawn.
A simple demonstration application showing how to create a bar chart.
Creates a new demo instance.
Creates a new bar renderer with default settings.
A renderer for bars with a 3D effect, for use with the
CategoryPlot
class.
Default constructor, creates a renderer with a default '3D effect'.
Constructs a new renderer with the specified '3D effect'.
Special SegmentRange
that came from the BaseTimeline.
Returns true
if this segment is wholly before another
segment.
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.
Creates a default border.
Creates a new border with the specified line widths (in black).
Creates a new border with the specified line widths (in black).
Creates a new border with the specified color.
A container for a collection of
Block
objects.
Creates a new instance with default settings.
Creates a new instance with the specified arrangement.
A block frame is a type of border that can be drawn around the outside of
any
AbstractBlock
.
A standard parameter object that can be passed to the draw() method defined
by the
Block
class.
Used to return results from the draw() method in the
Block
class.
Creates a new result instance.
An arrangement manager that lays out blocks in a similar way to
Swing's BorderLayout class.
Axis at the bottom or left.
Axis at the bottom or right.
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.
A category dataset that defines various medians, outliers and an average
value for each item.
Represents one data item within a box-and-whisker dataset.
Creates a new box-and-whisker item.
A box-and-whisker renderer.
Creates a default tool tip generator.
Creates a tool tip formatter.
An interface that defines data in the form of (x, max, min, average, median)
tuples.
Creates a default item label generator.
Creates a new item label generator.
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.
A constant for the value label position (in the thermometer bulb).
An object representing 'by key' sorting.
An object representing 'by value' sorting.