Uses of Interface
org.jfree.chart.ui.Drawable
| 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.
|
-
Uses of Drawable in org.jfree.chart
Classes in org.jfree.chart that implement Drawable Modifier and Type Class Description classJFreeChartA 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 Drawable Constructor 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. -
Uses of Drawable in org.jfree.chart.block
Subinterfaces of Drawable in org.jfree.chart.block Modifier and Type Interface Description interfaceBlockA 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 Drawable Modifier and Type Class Description classBlockContainerA container for a collection ofBlockobjects.classColorBlockA block that is filled with a single color.classEmptyBlockAn empty block with a fixed size.classLabelBlockA block containing a label. -
Uses of Drawable in org.jfree.chart.title
Classes in org.jfree.chart.title that implement Drawable Modifier and Type Class Description classCompositeTitleA title that contains multiple titles within aBlockContainer.classDateTitleA chart title that displays the date.classImageTitleA chart title that displays an image.classLegendGraphicThe graphical item within a legend item.classLegendItemBlockContainerA container that holds all the pieces of a single legend item.classLegendTitleA chart title that displays a legend for the data in the chart.classPaintScaleLegendA legend that shows a range of values and their associated colors, driven by an underlyingPaintScaleimplementation.classShortTextTitleA text title that is only displayed if the entire text will be visible without line wrapping.classTextTitleA chart title that displays a text string with automatic wrapping as required.classTitleThe base class for all chart titles. -
Uses of Drawable in org.jfree.chart.util
Methods in org.jfree.chart.util with parameters of type Drawable Modifier and Type Method Description static 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.