Class ImageInfo

java.lang.Object
com.sun.pdfview.ImageInfo

public class ImageInfo extends Object
  • Field Details

    • width

      int width
    • height

      int height
    • clip

    • bgColor

      Color bgColor
  • Constructor Details

    • ImageInfo

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

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