Class AddImage

java.lang.Object
org.jpedal.manipulator.AddImage
All Implemented Interfaces:
org.jpedal.manipulator.Manipulation

public class AddImage extends Object implements org.jpedal.manipulator.Manipulation
Adds an image to a document
  • Constructor Details

    • AddImage

      public AddImage(PageRanges pages, BufferedImage image, float[] rect)
      Adds an image onto the specified pages.
      Parameters:
      pages - the pages to add the image to
      image - the image to add
      rect - a rectangle specifying the origin and dimensions of the image