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 2004/01/05 03:54:59 UTC

cvs commit: xml-fop/src/java/org/apache/fop/fo PropNames.java FObjectNames.java FONode.java

pbwest      2004/01/04 18:54:59

  Modified:    src/java/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design
                        PropNames.java FObjectNames.java FONode.java
  Log:
  Javadoc cleanup flagged by Eclipse
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.3   +4 -4      xml-fop/src/java/org/apache/fop/fo/Attic/PropNames.java
  
  Index: PropNames.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/Attic/PropNames.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- PropNames.java	1 Jan 2004 23:59:30 -0000	1.1.2.2
  +++ PropNames.java	5 Jan 2004 02:54:59 -0000	1.1.2.3
  @@ -820,7 +820,7 @@
   
       /**
        * Get the property index of a property name.
  -     * @param propindex <tt>int</tt> index of the FO property.
  +     * @param name  of the FO property.
        * @return <tt>String</tt> name of the indexd FO property.
        * @exception PropertyException if the property index is invalid.
        */
  
  
  
  1.1.2.3   +3 -3      xml-fop/src/java/org/apache/fop/fo/Attic/FObjectNames.java
  
  Index: FObjectNames.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/Attic/FObjectNames.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FObjectNames.java	1 Jan 2004 12:55:46 -0000	1.1.2.2
  +++ FObjectNames.java	5 Jan 2004 02:54:59 -0000	1.1.2.3
  @@ -236,7 +236,7 @@
        * Get the FObject index corresponding to the FObject name.
        * @param foName - the FO name.
        * @return the <tt>int</tt> index.
  -     * @throws <tt>FOPException</tt>.
  +     * @throws FOPException
        */
       public static int getFOIndex(String foName)
                   throws FOPException
  
  
  
  1.2.2.2   +10 -10    xml-fop/src/java/org/apache/fop/fo/FONode.java
  
  Index: FONode.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/FONode.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- FONode.java	5 Jul 2003 19:26:05 -0000	1.2.2.1
  +++ FONode.java	5 Jan 2004 02:54:59 -0000	1.2.2.2
  @@ -240,9 +240,9 @@
        * @param stateFlags - the set of states relevant at this point in the
        * tree.  Includes the state information necessaryto select an attribute
        * set for this node.
  -     * @param sparsePropsMap - an <tt>int[]</tt> mapping the property indices
  +     * @param sparsePropsMap  maps the property indices
        * to their offsets in the set of properties applicable to this node.
  -     * @param sparseindices - an <tt>int[]</tt> holding the set of property
  +     * @param sparseIndices  holds the set of property
        * indices applicable to this node, in ascending order.
        * <i>sparsePropsMap</i> maps property indices to a position in this array.
        * Together they provide a sparse array facility for this node's
  @@ -350,9 +350,9 @@
        * properties are no longer required.  The property set for the node can
        * be reduced to the minimum required for this formatting object.
        * This minimal set is maintained in a sparse array.
  -     * @see sparsePropsSet
  -     * @see sparsePropsMap
  -     * @see sparseIndices
  +     * @see #sparsePropsSet
  +     * @see #sparsePropsMap
  +     * @see #sparseIndices
        */
       public void makeSparsePropsSet() throws PropertyException {
           sparsePropsSet = new PropertyValue[numProps];
  @@ -401,7 +401,7 @@
       /**
        * Get the adjusted <tt>PropertyValue</tt> of the property
        * on the nearest ancestor with a specified value for that property.
  -     * @see #fromNearestSpecified(init,int)
  +     * @see #fromNearestSpecified(int,int)
        * @see #getNearestSpecifiedValue(int)
        * @param property - the index of both target and source properties.
        * to the PropertyTriplet.
  @@ -475,7 +475,7 @@
   
       /**
        * Get the adjusted value from the parent FO of the source property.
  -     * @see #fromParent(init,int)
  +     * @see #fromParent(int,int)
        * @see #getPropertyValue(int)
        * @param property - the index of both target and source properties.
        * @return - the adjusted value from the parent FO node, if it exists.
  @@ -534,10 +534,10 @@
        * <pre>
        * <p>The <b>adjusted value</b> is either the value itself, or, if the
        * value is an unresolved relative length, an <tt>IndirectValue</tt>
  -     * referring to that unresolved length.
  -     * @param index - the property index.
  +     * referring to that unresolved length
  +     * @param property  the property index
        * @return a <tt>PropertyValue</tt> containing the adjusted property
  -     * value for the indexed property.
  +     * value for the indexed property
        */
       public PropertyValue getPropertyValue(int property)
                   throws PropertyException
  
  
  

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