]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugfix: Introduced a new member variable in LayoutContext holding the alignment in...
authorJeremias Maerki <jeremias@apache.org>
Tue, 9 Aug 2005 14:35:30 +0000 (14:35 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 9 Aug 2005 14:35:30 +0000 (14:35 +0000)
commit78376e8f2cbbf59888f19fae50feb428641a314b
treec9512eac7041abdbf71dde36bb85f3dd4821728a
parent583f09c934384e911e291e049b1b64851fa8e197
Bugfix: Introduced a new member variable in LayoutContext holding the alignment in BP direction. Now that we have mixed inline/block capabilities the alignment must always be properly set depending on the direction we fetch the element lists for. Holding the BP alignment in the LayoutContext makes sure this information doesn't get lost when directions are mixed.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlineblock@231042 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/AbstractBreaker.java
src/java/org/apache/fop/layoutmgr/LayoutContext.java
src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java