PDF3DView

Inheritance: java.lang.Object

public class PDF3DView

Class PDF3DView.

Constructors

ConstructorDescription
PDF3DView(IDocument doc, Matrix3D cameraPosition, double cameraOrbit, String viewName)Initializes a new instance of the PDF3DView class.
PDF3DView(IDocument doc, PDF3DView view, String viewName)Initializes a new instance of the PDF3DView class.

Methods

MethodDescription
getLightingScheme()Gets or sets the lighting scheme of view.
setLightingScheme(PDF3DLightingScheme value)Gets or sets the lighting scheme of view.
getRenderMode()Gets or sets the render mode of view.
setRenderMode(PDF3DRenderMode value)Gets or sets the render mode of view.
getCrossSectionsArray()Gets the cross sections array of view.
getViewName()Gets or sets the name of the view.
setViewName(String value)Gets or sets the name of the view.
getCameraPosition()Gets or sets the camera position of view.
setCameraPosition(Matrix3D value)Gets or sets the camera position of view.
getCameraOrbit()Gets or sets the camera orbit of view.
setCameraOrbit(double value)Gets or sets the camera orbit of view.
getBackGroundColor()Gets or sets the color of the back ground of view.
setBackGroundColor(Color value)Gets or sets the color of the back ground of view.

PDF3DView(IDocument doc, Matrix3D cameraPosition, double cameraOrbit, String viewName)

public PDF3DView(IDocument doc, Matrix3D cameraPosition, double cameraOrbit, String viewName)

Initializes a new instance of the PDF3DView class.

Parameters:

ParameterTypeDescription
docIDocumentThe document.
cameraPositionMatrix3DThe camera position.
cameraOrbitdoubleThe camera orbit.
viewNamejava.lang.StringName of the view.

PDF3DView(IDocument doc, PDF3DView view, String viewName)

public PDF3DView(IDocument doc, PDF3DView view, String viewName)

Initializes a new instance of the PDF3DView class.

Parameters:

ParameterTypeDescription
docIDocumentThe document.
viewPDF3DViewThe view.
viewNamejava.lang.StringName of the view.

getLightingScheme()

public PDF3DLightingScheme getLightingScheme()

Gets or sets the lighting scheme of view.

Returns: PDF3DLightingScheme - PDF3DLightingScheme object: The lighting scheme of view.

setLightingScheme(PDF3DLightingScheme value)

public void setLightingScheme(PDF3DLightingScheme value)

Gets or sets the lighting scheme of view.

Parameters:

ParameterTypeDescription
valuePDF3DLightingSchemePDF3DLightingScheme object: The lighting scheme of view.

getRenderMode()

public PDF3DRenderMode getRenderMode()

Gets or sets the render mode of view.

Returns: PDF3DRenderMode - PDF3DRenderMode Value: The render mode of view.

setRenderMode(PDF3DRenderMode value)

public void setRenderMode(PDF3DRenderMode value)

Gets or sets the render mode of view.

Parameters:

ParameterTypeDescription
valuePDF3DRenderMode: PDF3DRenderMode object, the render mode of view.

getCrossSectionsArray()

public PDF3DCrossSectionArray getCrossSectionsArray()

Gets the cross sections array of view.

Returns: PDF3DCrossSectionArray - PDF3DCrossSectionArray Value: The cross sections array of view.

getViewName()

public String getViewName()

Gets or sets the name of the view.

Returns: java.lang.String - String object - the name of the view.

setViewName(String value)

public void setViewName(String value)

Gets or sets the name of the view.

Parameters:

ParameterTypeDescription
valuejava.lang.String: The name of the view.

getCameraPosition()

public Matrix3D getCameraPosition()

Gets or sets the camera position of view.

Returns: Matrix3D - Matrix3D object: The camera position of view.

setCameraPosition(Matrix3D value)

public void setCameraPosition(Matrix3D value)

Gets or sets the camera position of view.

Parameters:

ParameterTypeDescription
valueMatrix3D: Matrix3D - the camera position of view.

getCameraOrbit()

public double getCameraOrbit()

Gets or sets the camera orbit of view.

Returns: double - double value: The camera orbit of view.

setCameraOrbit(double value)

public void setCameraOrbit(double value)

Gets or sets the camera orbit of view.

Parameters:

ParameterTypeDescription
valuedouble: The camera orbit of view.

getBackGroundColor()

public Color getBackGroundColor()

Gets or sets the color of the back ground of view.

Returns: Color - Color Value: The color of the back ground of view.

setBackGroundColor(Color value)

public void setBackGroundColor(Color value)

Gets or sets the color of the back ground of view.

Parameters:

ParameterTypeDescription
valueColor: The color of the back ground of view.