Uses of Interface
org.jfree.chart3d.graphics3d.Drawable3D
Packages that use Drawable3D
Package
Description
Classes for exporting charts.
The core 3D graphics rendering engine which is fully implemented using
the Java2D (Graphics2D) API.
Components to display 3D graphics in Swing applications.
-
Uses of Drawable3D in org.jfree.chart3d
Classes in org.jfree.chart3d that implement Drawable3DModifier and TypeClassDescriptionclassA chart object for 3D charts (this is the umbrella object that manages all the components of the chart). -
Uses of Drawable3D in org.jfree.chart3d.export
Methods in org.jfree.chart3d.export with parameters of type Drawable3DModifier and TypeMethodDescriptionstatic RenderingInfoExportUtils.writeAsJPEG(Drawable3D drawable, int w, int h, File file) Writes the current content to the specified file in JPEG format.static RenderingInfoExportUtils.writeAsPDF(Drawable3D drawable, int w, int h, File file) Writes aDrawable3Dto the specified file in PDF format.static RenderingInfoExportUtils.writeAsPNG(Drawable3D drawable, int w, int h, File file) Writes the current content to the specified file in PNG format.static RenderingInfoExportUtils.writeAsSVG(Drawable3D drawable, int w, int h, File file) Writes the current content to the specified file in SVG format. -
Uses of Drawable3D in org.jfree.chart3d.graphics3d
Classes in org.jfree.chart3d.graphics3d that implement Drawable3DModifier and TypeClassDescriptionclassProvides a default implementation of theDrawable3Dinterface. -
Uses of Drawable3D in org.jfree.chart3d.graphics3d.swing
Methods in org.jfree.chart3d.graphics3d.swing that return Drawable3DModifier and TypeMethodDescriptionPanel3D.getDrawable()Returns theDrawable3Dobject that is displayed in this panel.Constructors in org.jfree.chart3d.graphics3d.swing with parameters of type Drawable3DModifierConstructorDescriptionPanel3D(Drawable3D drawable) Creates a new panel with the specifiedDrawable3Dto display.