public interface NativeImageHandler
Modifier and Type | Method and 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-2010 The Apache Software Foundation. All Rights Reserved.