Author: acumiskey
Date: Tue Aug 26 01:59:31 2008
New Revision: 689000
URL: http://svn.apache.org/viewvc?rev=689000&view=rev
Log:
Forgot to add deprecated public statics.
Modified:
xmlgraphics/fop/trunk/src/java/org/apache/fop/util/UnitConv.java
Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/util/UnitConv.java
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/util/UnitConv.java?rev=689000&r1=688999&r2=689000&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/util/UnitConv.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/util/UnitConv.java Tue Aug 26
01:59:31 2008
@@ -28,6 +28,24 @@
public final class UnitConv {
/**
+ * conversion factory from millimeters to inches.
+ * @deprecated use org.apache.xmlgraphics.util.UnitConv.IN2MM instead.
+ */
+ public static final float IN2MM =
org.apache.xmlgraphics.util.UnitConv.IN2MM;
+
+ /**
+ * conversion factory from centimeters to inches.
+ * @deprecated use org.apache.xmlgraphics.util.UnitConv.IN2CM instead.
+ */
+ public static final float IN2CM =
org.apache.xmlgraphics.util.UnitConv.IN2CM;
+
+ /**
+ * conversion factory from inches to points.
+ * @deprecated use org.apache.xmlgraphics.util.UnitConv.IN2PT instead.
+ */
+ public static final int IN2PT = org.apache.xmlgraphics.util.UnitConv.IN2PT;
+
+ /**
* Converts millimeters (mm) to points (pt)
* @param mm the value in mm
* @return the value in pt
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]