Package net.sf.jasperreports.pdf.common
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 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 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)
-
-