com.aspose.slides.pptx
Class Backdrop3DSceneEx

java.lang.Object
  extended by com.aspose.slides.pptx.Backdrop3DSceneEx

public class Backdrop3DSceneEx
extends java.lang.Object

Defines a plane in which effects, such as glow and shadow, are applied in relation to the shape they are being applied to


Constructor Summary
Backdrop3DSceneEx()
           
 
Method Summary
 float[] getAnchorPoint()
          Returns a point in 3D space.
 float[] getNormalVector()
          Returns a normal vector.
 float[] getUpVector()
          Returns a vector representing up.
 void setAnchorPoint(float[] value)
          Sets a point in 3D space.
 void setNormalVector(float[] value)
          Sets a normal vector.
 void setUpVector(float[] value)
          Sets a vector representing up.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Backdrop3DSceneEx

public Backdrop3DSceneEx()
Method Detail

getNormalVector

public float[] getNormalVector()
Returns a normal vector. To be more precise, this attribute defines a vector normal to the face of the backdrop plane. Vector represented by array of 3 float values which define X, Y and Z coordinates.


setNormalVector

public void setNormalVector(float[] value)
Sets a normal vector. To be more precise, this attribute defines a vector normal to the face of the backdrop plane. Vector represented by array of 3 float values which define X, Y and Z coordinates.


getAnchorPoint

public float[] getAnchorPoint()
Returns a point in 3D space. This point is the point in space that anchors the backdrop plane. 3D point represented by array of 3 float values which define X, Y and Z coordinates.


setAnchorPoint

public void setAnchorPoint(float[] value)
Sets a point in 3D space. This point is the point in space that anchors the backdrop plane. 3D point represented by array of 3 float values which define X, Y and Z coordinates.


getUpVector

public float[] getUpVector()
Returns a vector representing up. To be more precise, this attribute defines a vector representing up in relation to the face of the backdrop plane. Vector represented by array of 3 float values which define X, Y and Z coordinates.


setUpVector

public void setUpVector(float[] value)
Sets a vector representing up. To be more precise, this attribute defines a vector representing up in relation to the face of the backdrop plane. Vector represented by array of 3 float values which define X, Y and Z coordinates.