Interface NativeImageHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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.
    • Method Detail

      • addNativeImage

        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. This is used by the ImageElementBridge to draw a natively handled image (like JPEG or CCITT images) directly into the document rather than converting the image into a bitmap and increasing the size.
        Parameters:
        image - the image to draw
        x - the x position
        y - the y position
        width - the width to draw the image
        height - the height to draw the image