pbwest 2004/01/29 21:54:06
Modified: src/java/org/apache/fop/fo/pagination Tag:
FOP_0-20-0_Alt-Design PageSequenceMaster.java
Log:
Added comments
Revision Changes Path
No revision
No revision
1.1.2.4 +7 -2
xml-fop/src/java/org/apache/fop/fo/pagination/PageSequenceMaster.java
Index: PageSequenceMaster.java
===================================================================
RCS file:
/home/cvs/xml-fop/src/java/org/apache/fop/fo/pagination/PageSequenceMaster.java,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -r1.1.2.3 -r1.1.2.4
--- PageSequenceMaster.java 28 Jan 2004 06:24:30 -0000 1.1.2.3
+++ PageSequenceMaster.java 30 Jan 2004 05:54:06 -0000 1.1.2.4
@@ -63,8 +63,13 @@
private ArrayList masters = new ArrayList(1);
/**
- * Create a <i>PageSequenceMaster</i> from an
- * <tt>FoSimplePageMaster</tt>.
+ * Creates a <i>PageSequenceMaster</i> from an
+ * <tt>FoSimplePageMaster</tt>. The <code>PageMasterAlternatives</code>
+ * is created with default minimum and maximum repeats of 1 and
+ * <code>NO_LIMIT</code> respectively. It is assigned a
+ * <code>PageCondition</code> with deafault values of <code>ANY</code> for
+ * <code>BlankOrNotBlank, OddOrEven</code> and <code>PagePosition</code>.
+ *
* @param simplePM - the <tt>FoSimplePageMaster</tt> from which this
* <i>PageSequenceMaster</i> is derived.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]