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 16:00:05 UTC

svn commit: r672771 - /xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/AFPFontAttributes.java

Author: acumiskey
Date: Mon Jun 30 07:00:05 2008
New Revision: 672771

URL: http://svn.apache.org/viewvc?rev=672771&view=rev
Log:
added toString()

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

Modified: xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/AFPFontAttributes.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/AFPFontAttributes.java?rev=672771&r1=672770&r2=672771&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/AFPFontAttributes.java (original)
+++ xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/AFPFontAttributes.java Mon Jun 30 07:00:05 2008
@@ -96,5 +96,12 @@
     public void setFontReference(int fontReference) {
         this.fontReference = fontReference;
     }
-
+    
+    /** {@inheritDoc} */
+    public String toString() {
+        return "fontReference=" + fontReference
+            + ", fontKey=" + fontKey
+            + ", font=" + font
+            + ", pointSize=" + pointSize; 
+    }
 }



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