Class Scene3D
java.lang.Object
com.independentsoft.office.diagrams.Scene3D
The Class Scene3D.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the backdrop.Gets the camera.Gets the light rig.voidsetBackdrop(Backdrop backdrop)Sets the backdrop.voidSets the camera.voidsetLightRig(LightRig lightRig)Sets the light rig.toString()
-
Constructor Details
-
Scene3D
public Scene3D()Instantiates a new scene3 d.
-
-
Method Details
-
clone
-
toString
-
getBackdrop
Gets the backdrop.- Returns:
- the backdrop
-
setBackdrop
Sets the backdrop.- Parameters:
backdrop- the new backdrop
-
getCamera
Gets the camera.- Returns:
- the camera
-
setCamera
Sets the camera.- Parameters:
camera- the new camera
-
getLightRig
Gets the light rig.- Returns:
- the light rig
-
setLightRig
Sets the light rig.- Parameters:
lightRig- the new light rig
-