Packages

 

com.aspose.imaging.fileformats.cdr.objects

Class CdrBbox

    • Constructor Detail

      • CdrBbox

        public CdrBbox()
    • Method Detail

      • getX0

        public final double getX0()

        Gets the x0.

        Returns:
        the x0.
      • setX0

        public final void setX0(double value)

        Sets the x0.

        Parameters:
        value - the x0.
      • getY0

        public final double getY0()

        Gets the y0.

        Returns:
        the y0.
      • setY0

        public final void setY0(double value)

        Sets the y0.

        Parameters:
        value - the y0.
      • getX1

        public final double getX1()

        Gets the x1.

        Returns:
        the x1.
      • setX1

        public final void setX1(double value)

        Sets the x1.

        Parameters:
        value - the x1.
      • getY1

        public final double getY1()

        Gets the y1.

        Returns:
        the y1.
      • setY1

        public final void setY1(double value)

        Sets the y1.

        Parameters:
        value - the y1.
      • getX

        public final double getX()

        Gets the x.

        Returns:
        the x.
      • getY

        public final double getY()

        Gets the y.

        Returns:
        the y.
      • getWidth

        public final double getWidth()

        Gets the width.

        Returns:
        the width.
      • getHeight

        public final double getHeight()

        Gets the height.

        Returns:
        the height.