aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/layoutmgr/TextBPLayoutManager.java
Commit message (Collapse)AuthorAgeFilesLines
* removed BP from BPLayoutManager and combinedKeiron Liddle2002-09-031-523/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195147 13f79535-47bb-0310-9956-ffa450edef68
* return if no areas to addKeiron Liddle2002-08-301-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195126 13f79535-47bb-0310-9956-ffa450edef68
* Remove two parameter version of getNextBreakPoss method and remove all calls ↵Karen Lease2002-08-281-5/+1
| | | | | | to it which always used a null second parameter git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195123 13f79535-47bb-0310-9956-ffa450edef68
* improved block layout, adds areas to correct parentKeiron Liddle2002-08-181-8/+14
| | | | | | | properly resets git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195092 13f79535-47bb-0310-9956-ffa450edef68
* calculate line height and do vertical alignment betterKeiron Liddle2002-08-161-6/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195089 13f79535-47bb-0310-9956-ffa450edef68
* removed old code, cleaned up a bitKeiron Liddle2002-08-091-25/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195072 13f79535-47bb-0310-9956-ffa450edef68
* initial attempt at getting some paginationKeiron Liddle2002-08-081-329/+326
| | | | | | | | breaks after every block and gets lots of things wrong formatted code git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195070 13f79535-47bb-0310-9956-ffa450edef68
* cleaned up the font state a bitKeiron Liddle2002-07-231-2/+2
| | | | | | | | | exception only thrown after setup as exception indicates invalid setup only font name key and size are set on the area tree FontState used as handler to get metric info git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195024 13f79535-47bb-0310-9956-ffa450edef68
* ttempt to fix add inline objects and fix some probsKeiron Liddle2002-06-181-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194895 13f79535-47bb-0310-9956-ffa450edef68
* PR:Karen Lease2002-05-261-48/+80
| | | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Separate Position from BreakPoss and create Leaf and NonLeafPosition classes. Move management of Trait to top level Area class and use HAshMap instead of List. Generalize handling of Trait in XMLRenderer and AreaTreeBuilder. Improve handling of word-space and inter-area inline spaces in BP-style layout managers. Set border and padding traits on InlineParent areas. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194840 13f79535-47bb-0310-9956-ffa450edef68
* Add support for hyphenation and some space distribution among inline areasKaren Lease2002-05-221-115/+187
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194837 13f79535-47bb-0310-9956-ffa450edef68
* Refactor Line and InlineStacking; correct and extend space-handling codeKaren Lease2002-05-131-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194820 13f79535-47bb-0310-9956-ffa450edef68
* Add support for line-breaking in nested inlines using BreakPoss strategyKaren Lease2002-05-101-11/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194818 13f79535-47bb-0310-9956-ffa450edef68
* New files for the BreakPoss(ibility) Layout Manager schemeKaren Lease2002-04-281-0/+412
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194759 13f79535-47bb-0310-9956-ffa450edef68