Package net.sf.jasperreports.pdf.classic
Class ClassicImage
- java.lang.Object
-
- net.sf.jasperreports.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.Image
getImage()
float
getPlainHeight()
float
getPlainWidth()
float
getScaledHeight()
float
getScaledWidth()
void
scaleAbsolute(int width, int height)
void
scalePercent(float percent)
void
scaleToFit(int width, int height)
void
setRotationDegrees(int degrees)
-
-
-
Method Detail
-
getImage
public com.lowagie.text.Image getImage()
-
getPlainWidth
public float getPlainWidth()
- Specified by:
getPlainWidth
in interfacePdfImage
-
getPlainHeight
public float getPlainHeight()
- Specified by:
getPlainHeight
in interfacePdfImage
-
getScaledWidth
public float getScaledWidth()
- Specified by:
getScaledWidth
in interfacePdfImage
-
getScaledHeight
public float getScaledHeight()
- Specified by:
getScaledHeight
in interfacePdfImage
-
scaleAbsolute
public void scaleAbsolute(int width, int height)
- Specified by:
scaleAbsolute
in interfacePdfImage
-
scaleToFit
public void scaleToFit(int width, int height)
- Specified by:
scaleToFit
in interfacePdfImage
-
scalePercent
public void scalePercent(float percent)
- Specified by:
scalePercent
in interfacePdfImage
-
setRotationDegrees
public void setRotationDegrees(int degrees)
- Specified by:
setRotationDegrees
in interfacePdfImage
-
-