Class ITextFSImage

    • Constructor Detail

      • ITextFSImage

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

      • 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()