Packages

 

com.aspose.imaging.fileformats.cdr.objects

Class CdrRectangle

    • Constructor Detail

      • CdrRectangle

        public CdrRectangle()
    • Method Detail

      • getR3

        public final double getR3()

        Gets the r3.

        Returns:
        the r3.
      • setR3

        public final void setR3(double value)

        Sets the r3.

        Parameters:
        value - the r3.
      • getR2

        public final double getR2()

        Gets the r2.

        Returns:
        the r2.
      • setR2

        public final void setR2(double value)

        Sets the r2.

        Parameters:
        value - the r2.
      • getR1

        public final double getR1()

        Gets the r1.

        Returns:
        the r1.
      • setR1

        public final void setR1(double value)

        Sets the r1.

        Parameters:
        value - the r1.
      • getR0

        public final double getR0()

        Gets the r0.

        Returns:
        the r0.
      • setR0

        public final void setR0(double value)

        Sets the r0.

        Parameters:
        value - the r0.
      • getCornerType

        public final int getCornerType()

        Gets the type of the corner.

        Returns:
        the type of the corner.
      • setCornerType

        public final void setCornerType(int value)

        Sets the type of the corner.

        Parameters:
        value - the type of the corner.
      • getScaleX

        public final double getScaleX()

        Gets the scale x.

        Returns:
        the scale x.
      • setScaleX

        public final void setScaleX(double value)

        Sets the scale x.

        Parameters:
        value - the scale x.
      • getScaleY

        public final double getScaleY()

        Gets the scale y.

        Returns:
        the scale y.
      • setScaleY

        public final void setScaleY(double value)

        Sets the scale y.

        Parameters:
        value - the scale y.