Uses of Interface
org.jfree.chart.Drawable
-
Packages that use Drawable Package Description org.jfree.chart Core classes for JFreeChart includingJFreeChartandChartFactory.org.jfree.chart.annotations A framework for adding annotations to charts.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.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.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.
-