com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class PDF3DCuttingPlaneOrientation



  • public class PDF3DCuttingPlaneOrientation
    extends Object

    Class PDF3DCuttingPlaneOrientation.

    • Constructor Detail

      • PDF3DCuttingPlaneOrientation

        public PDF3DCuttingPlaneOrientation()

        Initializes a new instance of the PDF3DCuttingPlaneOrientation class.

      • PDF3DCuttingPlaneOrientation

        public PDF3DCuttingPlaneOrientation(Double angleX,
                                            Double angleY,
                                            Double angleZ)

        Initializes a new instance of the PDF3DCuttingPlaneOrientation class.

        Parameters:
        angleX - The angle x.
        angleY - The angle y.
        angleZ - The angle z.
    • Method Detail

      • getAngleX

        public Double getAngleX()

        Gets or sets the angle to X axis.

        Returns:
        Double object: The angle to X axis.
      • setAngleX

        public void setAngleX(Double value)

        Gets or sets the angle to X axis.

        Parameters:
        value - Double object: The angle to X axis.
      • getAngleY

        public Double getAngleY()

        Gets or sets the angle to Y axis.

        Returns:
        Double object: The angle Y axis.
      • setAngleY

        public void setAngleY(Double value)

        Gets or sets the angle to Y axis.

        Parameters:
        value - Double object: The angle Y axis.
      • getAngleZ

        public Double getAngleZ()

        Gets or sets the angle to Z axis.

        Returns:
        Double object: The angle to Z axis.
      • setAngleZ

        public void setAngleZ(Double value)

        Gets or sets the angle to Z axis.

        Parameters:
        value - Double object: The angle to Z axis.
      • toString

        public String toString()

        Returns a System.String that represents this instance.

        Overrides:
        toString in class Object
        Returns:
        A System.String that represents this instance.