Class Backdrop

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

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

  • Method Details

    • clone

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

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

      public AnchorPoint getAnchorPoint()
      Gets the anchor point.
      Returns:
      the anchor point
    • setAnchorPoint

      public void setAnchorPoint(AnchorPoint anchorPoint)
      Sets the anchor point.
      Parameters:
      anchorPoint - the new anchor point
    • getNormalVector

      public NormalVector getNormalVector()
      Gets the normal vector.
      Returns:
      the normal vector
    • setNormalVector

      public void setNormalVector(NormalVector normalVector)
      Sets the normal vector.
      Parameters:
      normalVector - the new normal vector
    • getUpVector

      public UpVector getUpVector()
      Gets the up vector.
      Returns:
      the up vector
    • setUpVector

      public void setUpVector(UpVector upVector)
      Sets the up vector.
      Parameters:
      upVector - the new up vector