jeremias    2005/05/24 06:41:39

  Modified:    src/java/org/apache/fop/layoutmgr LayoutContext.java
  Log:
  Update for toString()
  
  Revision  Changes    Path
  1.10      +3 -1      
xml-fop/src/java/org/apache/fop/layoutmgr/LayoutContext.java
  
  Index: LayoutContext.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/LayoutContext.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- LayoutContext.java        24 May 2005 09:36:19 -0000      1.9
  +++ LayoutContext.java        24 May 2005 13:41:39 -0000      1.10
  @@ -310,7 +310,9 @@
           "\nIs First Area: \t" + isFirstArea() + 
           "\nStarts New Area: \t" + startsNewArea() + 
           "\nIs Last Area: \t" + isLastArea() +
  -        "\nTry Hyphenate: \t" + tryHyphenate();
  +        "\nTry Hyphenate: \t" + tryHyphenate() + 
  +        "\nKeeps: \t[" + (isKeepWithNextPending()?"keep-with-next":"") + 
"][" 
  +            + (isKeepWithPreviousPending()?"keep-with-previous":"") + "] 
pending";
       }
   }
   
  
  
  

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

Reply via email to