Class ImageInfo

java.lang.Object
org.loboevolution.pdfview.ImageInfo

public class ImageInfo extends Object

ImageInfo class.

  • Constructor Details

    • ImageInfo

      public ImageInfo(int width, int height, Rectangle2D clip)

      Constructor for ImageInfo.

      Parameters:
      width - a Integer object.
      height - a Integer object.
      clip - a Rectangle2D object.
    • ImageInfo

      public ImageInfo(int width, int height, Rectangle2D clip, Color bgColor)

      Constructor for ImageInfo.

      Parameters:
      width - a Integer object.
      height - a Integer object.
      clip - a Rectangle2D object.
      bgColor - a Color object.
  • Method Details