Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.pdf
Class ITextFSImage

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

public class ITextFSImage
extends java.lang.Object
implements FSImage


Constructor Summary
ITextFSImage(com.lowagie.text.Image image)
           
 
Method Summary
 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()

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home