Class ITextFSImage

  • All Implemented Interfaces:
    FSImage

    public class ITextFSImage
    extends java.lang.Object
    implements FSImage
    • Constructor Summary

      Constructors 
      Constructor Description
      ITextFSImage​(com.lowagie.text.Image image)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getHeight()  
      com.lowagie.text.Image getImage()  
      int getWidth()  
      void scale​(int width, int height)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()