:: com :: sun :: star :: chart ::
|
service Dim3DDiagram |
- Description
- is a service for diagrams that support the capability to render
themselves as three-dimensional diagrams as well as
two-dimensional ones.
- Developers Guide
- Charts - 3-D Charts
|
Exported Interfaces - Summary |
X3DDisplay |
gives access to the properties of the wall and floor objects
of the three-dimensional cuboid that contains the actual
diagram.
|
X3DDefaultSetter |
makes it easy to set suitable defaults for illumination and rotation for 3D charts
(details)
|
Properties' Summary |
boolean
Dim3D |
If set to true, the chart becomes a three-dimensional
chart. Otherwise it is two-dimensional.
|
long
Perspective |
[ OPTIONAL ]
Perspective of 3D charts ( [0,100] ).
|
long
RotationHorizontal |
[ OPTIONAL ]
Horizontal rotation of 3D charts in degrees ( ]-180,180] ).
|
long
RotationVertical |
[ OPTIONAL ]
Vertical rotation of 3D charts in degrees ( ]-180,180] ).
|
Exported Interfaces - Details |
X3DDisplay
- Description
- gives access to the properties of the wall and floor objects
of the three-dimensional cuboid that contains the actual
diagram.
|
|
X3DDefaultSetter
- Usage Restrictions
- optional
- Description
- makes it easy to set suitable defaults for illumination and rotation for 3D charts
|
|
Properties' Details |
Dim3D
boolean Dim3D;
- Description
- If set to true, the chart becomes a three-dimensional
chart. Otherwise it is two-dimensional.
|
|
Perspective
long Perspective;
- Usage Restrictions
- optional
- Description
- Perspective of 3D charts ( [0,100] ).
|
|
RotationHorizontal
long RotationHorizontal;
- Usage Restrictions
- optional
- Description
- Horizontal rotation of 3D charts in degrees ( ]-180,180] ).
|
|
RotationVertical
long RotationVertical;
- Usage Restrictions
- optional
- Description
- Vertical rotation of 3D charts in degrees ( ]-180,180] ).
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.