Package net.sf.jasperreports.export.pdf
Interface PdfImage
-
- All Known Implementing Classes:
ClassicImage
public interface PdfImage- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatgetPlainHeight()floatgetPlainWidth()floatgetScaledHeight()floatgetScaledWidth()voidscaleAbsolute(int width, int height)voidscalePercent(float percent)voidscaleToFit(int width, int height)voidsetRotationDegrees(int i)
-
-
-
Method Detail
-
getPlainHeight
float getPlainHeight()
-
getPlainWidth
float getPlainWidth()
-
getScaledWidth
float getScaledWidth()
-
getScaledHeight
float getScaledHeight()
-
scaleAbsolute
void scaleAbsolute(int width, int height)
-
scaleToFit
void scaleToFit(int width, int height)
-
scalePercent
void scalePercent(float percent)
-
setRotationDegrees
void setRotationDegrees(int i)
-
-