java.lang.Object
org.xhtmlrenderer.pdf.PDFAsImage
- All Implemented Interfaces:
org.xhtmlrenderer.extend.FSImage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintfloatfloatfloatgetURI()intgetWidth()floatvoidscale(int width, int height) floatfloatvoidsetInitialHeight(float height) voidsetInitialWidth(float width) voidsetUnscaledHeight(float unscaledHeight) voidsetUnscaledWidth(float unscaledWidth)
-
Constructor Details
-
PDFAsImage
-
-
Method Details
-
getWidth
public int getWidth()- Specified by:
getWidthin interfaceorg.xhtmlrenderer.extend.FSImage
-
getHeight
public int getHeight()- Specified by:
getHeightin interfaceorg.xhtmlrenderer.extend.FSImage
-
scale
public void scale(int width, int height) - Specified by:
scalein interfaceorg.xhtmlrenderer.extend.FSImage
-
getURI
-
setInitialWidth
public void setInitialWidth(float width) -
setInitialHeight
public void setInitialHeight(float height) -
getWidthAsFloat
public float getWidthAsFloat() -
getHeightAsFloat
public float getHeightAsFloat() -
getUnscaledHeight
public float getUnscaledHeight() -
setUnscaledHeight
public void setUnscaledHeight(float unscaledHeight) -
getUnscaledWidth
public float getUnscaledWidth() -
setUnscaledWidth
public void setUnscaledWidth(float unscaledWidth) -
scaleHeight
public float scaleHeight() -
scaleWidth
public float scaleWidth()
-