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 ar...@apache.org on 2001/07/13 04:31:16 UTC

cvs commit: xml-fop/src/org/apache/fop/layout Area.java

arved       01/07/12 19:31:16

  Modified:    src/org/apache/fop/layout Area.java
  Log:
  AHS: addressing break boundary conditions
  
  Revision  Changes    Path
  1.20      +5 -1      xml-fop/src/org/apache/fop/layout/Area.java
  
  Index: Area.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/layout/Area.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Area.java	2001/06/12 11:37:35	1.19
  +++ Area.java	2001/07/13 02:31:14	1.20
  @@ -1,4 +1,4 @@
  -/* $Id: Area.java,v 1.19 2001/06/12 11:37:35 keiron Exp $
  +/* $Id: Area.java,v 1.20 2001/07/13 02:31:14 arved 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.
  @@ -120,6 +120,10 @@
   
       public Vector getChildren() {
           return this.children;
  +    }
  +
  +    public boolean hasChildren() {
  +        return (this.children.size() != 0);
       }
   
       public int getContentWidth() {
  
  
  

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