AFPGraphics2D
, PDFDocumentGraphics2D
, PDFGraphics2D
public interface NativeImageHandler
Modifier and Type | Method | Description |
---|---|---|
void |
addNativeImage(org.apache.xmlgraphics.image.loader.Image image,
float x,
float y,
float width,
float height) |
Add a natively handled image directly to the document.
|
void addNativeImage(org.apache.xmlgraphics.image.loader.Image image, float x, float y, float width, float height)
image
- the image to drawx
- the x positiony
- the y positionwidth
- the width to draw the imageheight
- the height to draw the imageCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.