Uses of Interface
org.jfree.chart.ui.Drawable
Package
Description
-
Uses of Drawable in org.jfree.chart
Modifier and TypeClassDescriptionclass
A chart class implemented using the Java 2D APIs. -
Uses of Drawable in org.jfree.chart.annotations
ModifierConstructorDescriptionXYDrawableAnnotation
(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. -
Uses of Drawable in org.jfree.chart.block
Modifier and TypeInterfaceDescriptioninterface
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 anArrangement
manager.Modifier and TypeClassDescriptionclass
A container for a collection ofBlock
objects.class
A block that is filled with a single color.class
An empty block with a fixed size.class
A block containing a label. -
Uses of Drawable in org.jfree.chart.title
Modifier and TypeClassDescriptionclass
A title that contains multiple titles within aBlockContainer
.class
A chart title that displays the date.class
A chart title that displays an image.class
The graphical item within a legend item.class
A container that holds all the pieces of a single legend item.class
A chart title that displays a legend for the data in the chart.class
A legend that shows a range of values and their associated colors, driven by an underlyingPaintScale
implementation.class
A text title that is only displayed if the entire text will be visible without line wrapping.class
A chart title that displays a text string with automatic wrapping as required.class
The base class for all chart titles. -
Uses of Drawable in org.jfree.chart.util
Modifier and TypeMethodDescriptionstatic void
ExportUtils.writeAsJPEG
(Drawable drawable, int w, int h, File file) Writes the current content to the specified file in JPEG format.static final void
ExportUtils.writeAsPDF
(Drawable drawable, int w, int h, File file) Writes aDrawable
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.