Uses of Interface
org.jfree.chart.ui.Drawable
Packages that use Drawable
Package
Description
Core classes, including
JFreeChart and
ChartPanel.A framework for adding annotations to charts.
Blocks and layout classes used extensively by the
LegendTitle class.Classes used to display chart titles and subtitles.
Utility classes used by JFreeChart.
-
Uses of Drawable in org.jfree.chart
Classes in org.jfree.chart that implement DrawableModifier and TypeClassDescriptionclassA chart class implemented using the Java 2D APIs. -
Uses of Drawable in org.jfree.chart.annotations
Constructors in org.jfree.chart.annotations with parameters of type DrawableModifierConstructorDescriptionXYDrawableAnnotation(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
Subinterfaces of Drawable in org.jfree.chart.blockModifier and TypeInterfaceDescriptioninterfaceA 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 anArrangementmanager.Classes in org.jfree.chart.block that implement DrawableModifier and TypeClassDescriptionclassA container for a collection ofBlockobjects.classA block that is filled with a single color.classAn empty block with a fixed size.classA block containing a label. -
Uses of Drawable in org.jfree.chart.title
Classes in org.jfree.chart.title that implement DrawableModifier and TypeClassDescriptionclassA title that contains multiple titles within aBlockContainer.classA chart title that displays the date.classA chart title that displays an image.classThe graphical item within a legend item.classA container that holds all the pieces of a single legend item.classA chart title that displays a legend for the data in the chart.classA legend that shows a range of values and their associated colors, driven by an underlyingPaintScaleimplementation.classA text title that is only displayed if the entire text will be visible without line wrapping.classA chart title that displays a text string with automatic wrapping as required.classThe base class for all chart titles. -
Uses of Drawable in org.jfree.chart.util
Methods in org.jfree.chart.util with parameters of type DrawableModifier and TypeMethodDescriptionstatic voidExportUtils.writeAsJPEG(Drawable drawable, int w, int h, File file) Writes the current content to the specified file in JPEG format.static voidExportUtils.writeAsPDF(Drawable drawable, int w, int h, File file) Writes aDrawableto the specified file in PDF format.static voidExportUtils.writeAsPNG(Drawable drawable, int w, int h, File file) Writes the current content to the specified file in PNG format.static voidExportUtils.writeAsSVG(Drawable drawable, int w, int h, File file) Writes the current content to the specified file in SVG format.