| Package | Description |
|---|---|
| com.orsoncharts | |
| com.orsoncharts.graphics3d.swing |
Components to display 3D graphics in Swing applications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Chart3DPanel
A panel designed to display a
Chart3D in a Swing-based desktop
application. |
| Modifier and Type | Method and Description |
|---|---|
Panel3D |
DisplayPanel3D.getContent()
Returns a reference to the content panel.
|
| Constructor and Description |
|---|
DisplayPanel3D(Panel3D content)
Creates a new display panel for the given content, with a toolbar
and popup menu configured.
|
DisplayPanel3D(Panel3D content,
boolean toolbar,
boolean popupMenu)
Creates a new display panel.
|
DownAction(Panel3D panel)
Creates a new action associated with the specified panel.
|
ExportToJPEGAction(Panel3D panel)
Creates a new action instance.
|
ExportToPDFAction(Panel3D panel)
Creates a new action.
|
ExportToPNGAction(Panel3D panel)
Creates a new action instance.
|
ExportToSVGAction(Panel3D panel)
Creates a new action.
|
LeftAction(Panel3D panel)
Creates a new action instance.
|
RightAction(Panel3D panel)
Creates a new action instance.
|
RollLeftAction(Panel3D panel)
Creates a new action instance.
|
RollRightAction(Panel3D panel)
Creates a new action instance.
|
UpAction(Panel3D panel)
Creates a new action associated with the specified panel.
|
ZoomInAction(Panel3D panel,
boolean fontAwesome)
Creates a new zoom-in action associated with the specified panel.
|
ZoomOutAction(Panel3D panel,
boolean fontAwesome)
Creates a new zoom-out action associated with the specified panel.
|
ZoomToFitAction(Panel3D panel,
boolean fontAwesome)
Creates a new action associated with the specified panel.
|