pbwest      2003/06/12 11:00:25

  Modified:    src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design
                        TextDecorations.java
  Log:
  Eclipse checkout.  Applied Organize Imports.
  Added byte decorations as necessary argument to method.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.11  +7 -9      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.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- TextDecorations.java      31 Mar 2003 02:32:53 -0000      1.1.2.10
  +++ TextDecorations.java      12 Jun 2003 18:00:24 -0000      1.1.2.11
  @@ -55,12 +55,8 @@
    */
   package org.apache.fop.datatypes;
   
  -import org.apache.fop.datatypes.PropertyValue;
  -import org.apache.fop.datatypes.AbstractPropertyValue;
  -import org.apache.fop.fo.expr.PropertyException;
  -import org.apache.fop.fo.properties.*;
   import org.apache.fop.fo.PropNames;
  -import org.apache.fop.datatypes.TextDecorator;
  +import org.apache.fop.fo.expr.PropertyException;
   
   /**
    * Class for the text decorations to be applied according to the
  @@ -86,6 +82,7 @@
       /**
        * @param property the <tt>int</tt> index of the property on which
        * this value is being defined.
  +     * @param decorations the decorations being applied.
        * @exception PropertyException
        */
       public TextDecorations(int property, byte decorations)
  @@ -98,9 +95,10 @@
       /**
        * @param propertyName the <tt>String</tt> name of the property on which
        * this value is being defined.
  +     * @param decorations the decorations being applied.
        * @exception PropertyException
        */
  -    public TextDecorations(String propertyName)
  +    public TextDecorations(String propertyName, byte decorations)
           throws PropertyException
       {
           super(propertyName, PropertyValue.TEXT_DECORATIONS);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to