keiron 02/02/21 01:26:17
Modified: src/org/apache/fop/layoutmgr LeafNodeLayoutManager.java
Log:
made access public
Revision Changes Path
1.3 +6 -2 xml-fop/src/org/apache/fop/layoutmgr/LeafNodeLayoutManager.java
Index: LeafNodeLayoutManager.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/layoutmgr/LeafNodeLayoutManager.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- LeafNodeLayoutManager.java 8 Jan 2002 09:52:17 -0000 1.2
+++ LeafNodeLayoutManager.java 21 Feb 2002 09:26:17 -0000 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: LeafNodeLayoutManager.java,v 1.2 2002/01/08 09:52:17 keiron Exp $
+ * $Id: LeafNodeLayoutManager.java,v 1.3 2002/02/21 09:26:17 keiron 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.
@@ -26,8 +26,12 @@
}
- protected void setCurrentArea(InlineArea ia) {
+ public void setCurrentArea(InlineArea ia) {
curArea = ia;
+ }
+
+ public void generateAreas() {
+ flush();
}
protected void flush() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]