Package org.jpedal.manipulator
Class AddImage
java.lang.Object
org.jpedal.manipulator.AddImage
- All Implemented Interfaces:
org.jpedal.manipulator.Manipulation
Adds an image to a document
-
Constructor Summary
ConstructorsConstructorDescriptionAddImage
(PageRanges pages, BufferedImage image, float[] rect) Adds an image onto the specified pages. -
Method Summary
-
Constructor Details
-
AddImage
Adds an image onto the specified pages.- Parameters:
pages
- the pages to add the image toimage
- the image to addrect
- a rectangle specifying the origin and dimensions of the image
-