コード例 #1
0
ファイル: FopFactory.java プロジェクト: Guronzan/Apache-Fop
 /**
  * Sets the source resolution in dpi. This value is used to interpret the pixel size of source
  * documents like SVG images and bitmap images without resolution information.
  *
  * @param dpi resolution in dpi
  */
 public void setSourceResolution(final int dpi) {
   setSourceResolution((float) dpi);
 }