| Package | Description |
|---|---|
| com.orsoncharts | |
| com.orsoncharts.graphics3d |
The core 3D graphics rendering engine which is fully implemented using
the Java2D (Graphics2D) API.
|
| com.orsoncharts.graphics3d.swing |
Components to display 3D graphics in Swing applications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Chart3D
A chart object for 3D charts (this is the umbrella object that manages all
the components of the chart).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDrawable3D
Provides a default implementation of the
Drawable3D interface. |
| Modifier and Type | Method and Description |
|---|---|
static RenderingInfo |
ExportUtils.writeAsJPEG(Drawable3D drawable,
int w,
int h,
java.io.File file)
Writes the current content to the specified file in JPEG format.
|
static RenderingInfo |
ExportUtils.writeAsPDF(Drawable3D drawable,
int w,
int h,
java.io.File file)
Writes a
Drawable3D to the specified file in PDF format. |
static RenderingInfo |
ExportUtils.writeAsPNG(Drawable3D drawable,
int w,
int h,
java.io.File file)
Writes the current content to the specified file in PNG format.
|
static RenderingInfo |
ExportUtils.writeAsSVG(Drawable3D drawable,
int w,
int h,
java.io.File file)
Writes the current content to the specified file in SVG format.
|
| Modifier and Type | Method and Description |
|---|---|
Drawable3D |
Panel3D.getDrawable()
Returns the
Drawable3D object that is displayed in this
panel. |
| Constructor and Description |
|---|
Panel3D(Drawable3D drawable)
Creates a new panel with the specified
Drawable3D to
display. |