Class ITextFSImage

java.lang.Object
org.xhtmlrenderer.pdf.ITextFSImage
All Implemented Interfaces:
FSImage

public class ITextFSImage extends Object implements FSImage
  • Constructor Details

    • ITextFSImage

      public ITextFSImage(com.lowagie.text.Image image)
  • Method Details

    • getWidth

      public int getWidth()
      Specified by:
      getWidth in interface FSImage
    • getHeight

      public int getHeight()
      Specified by:
      getHeight in interface FSImage
    • scale

      public void scale(int width, int height)
      Specified by:
      scale in interface FSImage
    • getImage

      public com.lowagie.text.Image getImage()