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 TypeClassDescriptionclass
A 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 RenderingInfo
ExportUtils.writeAsJPEG
(Drawable3D drawable, int w, int h, File file) Writes the current content to the specified file in JPEG format.static RenderingInfo
ExportUtils.writeAsPDF
(Drawable3D drawable, int w, int h, File file) Writes aDrawable3D
to the specified file in PDF format.static RenderingInfo
ExportUtils.writeAsPNG
(Drawable3D drawable, int w, int h, File file) Writes the current content to the specified file in PNG format.static RenderingInfo
ExportUtils.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 TypeClassDescriptionclass
Provides a default implementation of theDrawable3D
interface. -
Uses of Drawable3D in org.jfree.chart3d.graphics3d.swing
Methods in org.jfree.chart3d.graphics3d.swing that return Drawable3DModifier and TypeMethodDescriptionPanel3D.getDrawable()
Returns theDrawable3D
object 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 specifiedDrawable3D
to display.