You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ac...@apache.org on 2008/06/30 15:59:07 UTC

svn commit: r672769 - /xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AFPConstants.java

Author: acumiskey
Date: Mon Jun 30 06:59:07 2008
New Revision: 672769

URL: http://svn.apache.org/viewvc?rev=672769&view=rev
Log:
Added some useful constants.

Modified:
    xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AFPConstants.java

Modified: xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AFPConstants.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AFPConstants.java?rev=672769&r1=672768&r2=672769&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AFPConstants.java (original)
+++ xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AFPConstants.java Mon Jun 30 06:59:07 2008
@@ -39,4 +39,15 @@
      * The encoding to use to convert to US ASCII (7 bit)
      */
     String US_ASCII_ENCODING = "US-ASCII";
+    
+    /**
+     * The scaling of the default transform is set to
+     * approximately 72 user space coordinates per square inch
+     */
+    int DPI_72 = 72;
+    
+    /**
+     * 72dpi in millipoints
+     */
+    int DPI_72_MPTS = DPI_72 * 1000;
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org