Re: svn commit: r757852 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/PageSequence.java

2009-03-25 Thread Adrian Cumiskey
Hi Vincent, Yes you are right it should be hidden (although it is still accessible through pageSeq.getRoot().getLayoutMasterSet().getSimplePageMaster()). I just added these methods for convenience, but I have now found a better way to do this. I will revert my changes. Adrian. Vincent Henne

Re: svn commit: r757852 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/PageSequence.java

2009-03-25 Thread Vincent Hennebert
Hi Adrian, > Author: acumiskey > Date: Tue Mar 24 15:39:15 2009 > New Revision: 757852 > > URL: http://svn.apache.org/viewvc?rev=757852&view=rev > Log: > Added some nice bean methods for pageSequenceMaster and simplePageMaster, > this also makes startOfNode() easier to read too. > > Modified: >