Class ClassicImage
- java.lang.Object
-
- net.sf.jasperreports.export.pdf.classic.ClassicImage
-
-
Constructor Summary
Constructors Constructor Description ClassicImage(com.lowagie.text.Image image)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lowagie.text.ImagegetImage()floatgetPlainHeight()floatgetPlainWidth()floatgetScaledHeight()floatgetScaledWidth()voidscaleAbsolute(int width, int height)voidscalePercent(float percent)voidscaleToFit(int width, int height)voidsetRotationDegrees(int degrees)
-
-
-
Method Detail
-
getImage
public com.lowagie.text.Image getImage()
-
getPlainWidth
public float getPlainWidth()
- Specified by:
getPlainWidthin interfacePdfImage
-
getPlainHeight
public float getPlainHeight()
- Specified by:
getPlainHeightin interfacePdfImage
-
getScaledWidth
public float getScaledWidth()
- Specified by:
getScaledWidthin interfacePdfImage
-
getScaledHeight
public float getScaledHeight()
- Specified by:
getScaledHeightin interfacePdfImage
-
scaleAbsolute
public void scaleAbsolute(int width, int height)- Specified by:
scaleAbsolutein interfacePdfImage
-
scaleToFit
public void scaleToFit(int width, int height)- Specified by:
scaleToFitin interfacePdfImage
-
scalePercent
public void scalePercent(float percent)
- Specified by:
scalePercentin interfacePdfImage
-
setRotationDegrees
public void setRotationDegrees(int degrees)
- Specified by:
setRotationDegreesin interfacePdfImage
-
-