Packages

 

com.aspose.imaging.fileformats.cmx.objectmodel.specs

Class CmxImageSpec

  • java.lang.Object
    • com.aspose.imaging.fileformats.cmx.objectmodel.specs.CmxImageSpec
    • Constructor Detail

      • CmxImageSpec

        public CmxImageSpec()
    • Method Detail

      • getBoundBox

        public final RectangleF getBoundBox()

        Gets the bound box.

        Returns:
        the bound box.
      • setBoundBox

        public final void setBoundBox(RectangleF value)

        Sets the bound box.

        Parameters:
        value - the bound box.
      • getCropBox

        public final RectangleF getCropBox()

        Gets the crop box.

        Returns:
        the crop box.
      • setCropBox

        public final void setCropBox(RectangleF value)

        Sets the crop box.

        Parameters:
        value - the crop box.
      • getMatrix

        public final Matrix getMatrix()

        Gets the transformation matrix.

        Returns:
        the transformation matrix.
      • setMatrix

        public final void setMatrix(Matrix value)

        Sets the transformation matrix.

        Parameters:
        value - the transformation matrix.
      • getImageType

        public final int getImageType()

        Gets the type of the image.

        Returns:
        the type of the image.
      • setImageType

        public final void setImageType(int value)

        Sets the type of the image.

        Parameters:
        value - the type of the image.
      • getImages

        public final CmxRasterImage[] getImages()

        Gets the images.

        Returns:
        the images.
      • setImages

        public final void setImages(CmxRasterImage[] value)

        Sets the images.

        Parameters:
        value - the images.
      • toString

        public String toString()

        Returns a String that represents this instance.

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