PDF3DView
Inheritance: java.lang.Object, com.aspose.pdf.PDF3DView
public class PDF3DView extends Object
Class PDF3DView.
Constructors
| Constructor | Description |
|---|---|
| PDF3DView | Initializes a new instance of the {@code PDF3DView} class. |
| PDF3DView | Initializes a new instance of the {@code PDF3DView} class. |
Methods
| Method | Description |
|---|---|
| getBackGroundColor | Gets or sets the color of the background of view. |
| getCameraOrbit | Gets or sets the camera orbit of view. |
| getCameraPosition | Gets or sets the camera position of view. |
| getCrossSectionsArray | Gets the cross sections array of view. |
| getLightingScheme | Gets or sets the lighting scheme of view. |
| getRenderMode | Gets or sets the render mode of view. |
| getViewName | Gets or sets the name of the view. |
| setBackGroundColor | Gets or sets the color of the back ground of view. |
| setCameraOrbit | Gets or sets the camera orbit of view. |
| setCameraPosition | Gets or sets the camera position of view. |
| setLightingScheme | Gets or sets the lighting scheme of view. |
| setRenderMode | Gets or sets the render mode of view. |
| setViewName | Gets or sets the name of the view. |
PDF3DView
Initializes a new instance of the {@code PDF3DView} class.
PDF3DView
Initializes a new instance of the {@code PDF3DView} class.
getBackGroundColor
public Color getBackGroundColor()
Gets or sets the color of the background of view.
Returns: Color Value: The color of the background of view.
getCameraOrbit
public double getCameraOrbit()
Gets or sets the camera orbit of view.
Returns: double value: The camera orbit of view.
getCameraPosition
public Matrix3D getCameraPosition()
Gets or sets the camera position of view.
Returns: Matrix3D object: The camera position of view.
getCrossSectionsArray
public PDF3DCrossSectionArray getCrossSectionsArray()
Gets the cross sections array of view.
Returns: PDF3DCrossSectionArray Value: The cross sections array of view.
getLightingScheme
public PDF3DLightingScheme getLightingScheme()
Gets or sets the lighting scheme of view.
Returns: PDF3DLightingScheme object: The lighting scheme of view.
getRenderMode
public PDF3DRenderMode getRenderMode()
Gets or sets the render mode of view.
Returns: PDF3DRenderMode Value: The render mode of view.
getViewName
public String getViewName()
Gets or sets the name of the view.
Returns: String object - the name of the view.
setBackGroundColor
Gets or sets the color of the back ground of view.
setCameraOrbit
public void setCameraOrbit(double value)
Gets or sets the camera orbit of view.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | : The camera orbit of view. |
setCameraPosition
Gets or sets the camera position of view.
setLightingScheme
Gets or sets the lighting scheme of view.
setRenderMode
Gets or sets the render mode of view.
setViewName
Gets or sets the name of the view.