]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed truncated comment
authorPeter Bernard West <pbwest@apache.org>
Sun, 9 Jun 2002 10:33:39 +0000 (10:33 +0000)
committerPeter Bernard West <pbwest@apache.org>
Sun, 9 Jun 2002 10:33:39 +0000 (10:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@194862 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/datatypes/TextDecorations.java

index 5cb1a1c41a252ae0a3d66f7b957e3c83e2a60637..6337174b917fc8f35b236eb45b4ec42ec7381ed6 100644 (file)
@@ -17,7 +17,11 @@ import org.apache.fop.datatypes.TextDecorator;
  * @version $Revision$ $Name$
  */
 /**
- * Class for 
+ * Class for the text decorations to be applied according to the
+ * <em>text-decoration</em> property.  This class maintains the current
+ * set of text decorations.  Modifications to the set are specified in a
+ * TextDecorator object, which contains the on and off masks to be applied
+ * to the "current" set of decorations.
  */
 
 public class TextDecorations