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 pb...@apache.org on 2002/06/09 12:33:40 UTC

cvs commit: xml-fop/src/org/apache/fop/datatypes TextDecorations.java

pbwest      2002/06/09 03:33:39

  Modified:    src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design
                        TextDecorations.java
  Log:
  Fixed truncated comment
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +7 -3      xml-fop/src/org/apache/fop/datatypes/Attic/TextDecorations.java
  
  Index: TextDecorations.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/TextDecorations.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- TextDecorations.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ TextDecorations.java	9 Jun 2002 10:33:39 -0000	1.1.2.2
  @@ -8,16 +8,20 @@
   
   /*
    * TextDecorations.java
  - * $Id: TextDecorations.java,v 1.1.2.1 2002/05/07 16:06:36 pbwest Exp $
  + * $Id: TextDecorations.java,v 1.1.2.2 2002/06/09 10:33:39 pbwest Exp $
    *
    * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
    * For details on use and redistribution please refer to the
    * LICENSE file included with these sources.
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
  - * @version $Revision: 1.1.2.1 $ $Name:  $
  + * @version $Revision: 1.1.2.2 $ $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
  
  
  

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