Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.annotations |
A framework for adding annotations to charts.
|
org.jfree.chart.block |
Blocks and layout classes used extensively by the
LegendTitle class. |
org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
org.jfree.chart.util |
Utility classes used by JFreeChart.
|
Modifier and Type | Class and Description |
---|---|
class |
JFreeChart
A chart class implemented using the Java 2D APIs.
|
Constructor and Description |
---|
XYDrawableAnnotation(double x,
double y,
double displayWidth,
double displayHeight,
double drawScaleFactor,
Drawable drawable)
Creates a new annotation to be displayed within the given area.
|
XYDrawableAnnotation(double x,
double y,
double width,
double height,
Drawable drawable)
Creates a new annotation to be displayed within the given area.
|
Modifier and Type | Interface and Description |
---|---|
interface |
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. |
Modifier and Type | Class and Description |
---|---|
class |
BlockContainer
A container for a collection of
Block objects. |
class |
ColorBlock
A block that is filled with a single color.
|
class |
EmptyBlock
An empty block with a fixed size.
|
class |
LabelBlock
A block containing a label.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeTitle
A title that contains multiple titles within a
BlockContainer . |
class |
DateTitle |
class |
ImageTitle
A chart title that displays an image.
|
class |
LegendGraphic
The graphical item within a legend item.
|
class |
LegendItemBlockContainer
A container that holds all the pieces of a single legend item.
|
class |
LegendTitle
A chart title that displays a legend for the data in the chart.
|
class |
PaintScaleLegend
A legend that shows a range of values and their associated colors, driven
by an underlying
PaintScale implementation. |
class |
ShortTextTitle
A text title that is only displayed if the entire text will be visible
without line wrapping.
|
class |
TextTitle
A chart title that displays a text string with automatic wrapping as
required.
|
class |
Title
The base class for all chart titles.
|
Modifier and Type | Method and Description |
---|---|
static void |
ExportUtils.writeAsJPEG(Drawable drawable,
int w,
int h,
File file)
Writes the current content to the specified file in JPEG format.
|
static void |
ExportUtils.writeAsPDF(Drawable drawable,
int w,
int h,
File file)
Writes a
Drawable to the specified file in PDF format. |
static void |
ExportUtils.writeAsPNG(Drawable drawable,
int w,
int h,
File file)
Writes the current content to the specified file in PNG format.
|
static void |
ExportUtils.writeAsSVG(Drawable drawable,
int w,
int h,
File file)
Writes the current content to the specified file in SVG format.
|
Copyright © 2001–2017 JFree.org. All rights reserved.