Class Scene3D

java.lang.Object
com.independentsoft.office.drawing.Scene3D

public class Scene3D extends Object
The Class Scene3D.
  • Constructor Details

  • Method Details

    • clone

      public Scene3D clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getBackdrop

      public Backdrop getBackdrop()
      Gets the backdrop.
      Returns:
      the backdrop
    • setBackdrop

      public void setBackdrop(Backdrop backdrop)
      Sets the backdrop.
      Parameters:
      backdrop - the new backdrop
    • getCamera

      public Camera getCamera()
      Gets the camera.
      Returns:
      the camera
    • setCamera

      public void setCamera(Camera camera)
      Sets the camera.
      Parameters:
      camera - the new camera
    • getLightRig

      public LightRig getLightRig()
      Gets the light rig.
      Returns:
      the light rig
    • setLightRig

      public void setLightRig(LightRig lightRig)
      Sets the light rig.
      Parameters:
      lightRig - the new light rig