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 je...@apache.org on 2005/01/12 15:31:38 UTC

cvs commit: xml-fop/src/java/org/apache/fop/area BlockParent.java

jeremias    2005/01/12 06:31:38

  Modified:    src/java/org/apache/fop/area BlockParent.java
  Log:
  Clarification for the use of x/y-offset.
  
  Revision  Changes    Path
  1.4       +5 -3      xml-fop/src/java/org/apache/fop/area/BlockParent.java
  
  Index: BlockParent.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/area/BlockParent.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BlockParent.java	22 Sep 2004 08:18:41 -0000	1.3
  +++ BlockParent.java	12 Jan 2005 14:31:38 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1999-2004 The Apache Software Foundation.
  + * Copyright 1999-2005 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -32,13 +32,15 @@
   
       /**
        * The x offset position of this block parent.
  -     * Used for relative and absolute positioning.
  +     * Used for relative (serves as left-offset trait) and absolute positioning
  +     * (serves as left-position trait).
        */
       protected int xOffset = 0;
   
       /**
        * The y offset position of this block parent.
  -     * Used for relative and absolute positioning.
  +     * Used for relative (serves as top-offset trait) and absolute positioning
  +     * (serves as top-position trait).
        */
       protected int yOffset = 0;
   
  
  
  

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