PDF3DView

Inheritance: java.lang.Object, com.aspose.pdf.PDF3DView

public class PDF3DView extends Object

Class PDF3DView.

Constructors

ConstructorDescription
PDF3DViewInitializes a new instance of the {@code PDF3DView} class.
PDF3DViewInitializes a new instance of the {@code PDF3DView} class.

Methods

MethodDescription
getBackGroundColorGets or sets the color of the background of view.
getCameraOrbitGets or sets the camera orbit of view.
getCameraPositionGets or sets the camera position of view.
getCrossSectionsArrayGets the cross sections array of view.
getLightingSchemeGets or sets the lighting scheme of view.
getRenderModeGets or sets the render mode of view.
getViewNameGets or sets the name of the view.
setBackGroundColorGets or sets the color of the back ground of view.
setCameraOrbitGets or sets the camera orbit of view.
setCameraPositionGets or sets the camera position of view.
setLightingSchemeGets or sets the lighting scheme of view.
setRenderModeGets or sets the render mode of view.
setViewNameGets 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:

ParameterTypeDescription
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.