public class ThreeDOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
Double |
alpha
One of the two rotation angles for the chart.
|
Double |
beta
One of the two rotation angles for the chart.
|
Double |
depth
The total depth of the chart.
|
Boolean |
enabled
Whether to render the chart using the 3D functionality.
|
ThreeDFrameOptions |
frame_back
Defines the back panel of the frame around 3D charts.
|
ThreeDFrameOptions |
frame_bottom
The bottom of the frame around a 3D chart.
|
ThreeDFrameOptions |
frame_side
The side for the frame around a 3D chart.
|
Double |
viewDistance
Defines the distance the viewer is standing in front of the chart, this setting is important
to calculate the perspective effect in column and scatter charts.
|
| Constructor and Description |
|---|
ThreeDOptions() |
public Double alpha
public Double beta
public Double depth
public Boolean enabled
public final ThreeDFrameOptions frame_back
public final ThreeDFrameOptions frame_bottom
public final ThreeDFrameOptions frame_side
public Double viewDistance
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.