aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/layoutmgr/BlockLayoutManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-349/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196064 13f79535-47bb-0310-9956-ffa450edef68
* Switched to long licence Jeremias Maerki2003-03-051-24/+67
| | | | | | | Some general checkstyle fixing git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196018 13f79535-47bb-0310-9956-ffa450edef68
* split LayoutManager interface so that the new LayoutProcessorKeiron Liddle2003-03-041-8/+8
| | | | | | | | interface is the local interface used by the implementation to do the layout git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196010 13f79535-47bb-0310-9956-ffa450edef68
* improvement on markers, don't know if it is correctKeiron Liddle2003-02-271-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196005 13f79535-47bb-0310-9956-ffa450edef68
* implement position and boundary for markersKeiron Liddle2003-02-201-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195976 13f79535-47bb-0310-9956-ffa450edef68
* add and retrive markersKeiron Liddle2003-02-191-6/+4
| | | | | | | | use trait setter for area traits some style cleanups git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195971 13f79535-47bb-0310-9956-ffa450edef68
* set FO on lm as part of interface, simpler and more flexibleKeiron Liddle2003-02-141-3/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195947 13f79535-47bb-0310-9956-ffa450edef68
* moved MinOptMax to where it is usedKeiron Liddle2003-02-131-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195939 13f79535-47bb-0310-9956-ffa450edef68
* white-space and line-ending fixesWilliam Victor Mote2002-11-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195677 13f79535-47bb-0310-9956-ffa450edef68
* set user agent on layout managers for values and loggingKeiron Liddle2002-11-181-6/+19
| | | | | | | improved break handling so that it breaks before overflow git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195556 13f79535-47bb-0310-9956-ffa450edef68
* cleanup of lmsKeiron Liddle2002-11-131-25/+37
| | | | | | | attempt at fixing some block layout problems git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195516 13f79535-47bb-0310-9956-ffa450edef68
* added some colors border and backgroundKeiron Liddle2002-11-011-30/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195398 13f79535-47bb-0310-9956-ffa450edef68
* more style fixesKeiron Liddle2002-10-251-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195362 13f79535-47bb-0310-9956-ffa450edef68
* start of spacing and bordersKeiron Liddle2002-09-181-2/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195226 13f79535-47bb-0310-9956-ffa450edef68
* starting implementation of tablesKeiron Liddle2002-09-131-9/+0
| | | | | | | fixed some more styling errors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195177 13f79535-47bb-0310-9956-ffa450edef68
* hooked up id reference and page numberKeiron Liddle2002-09-041-12/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195151 13f79535-47bb-0310-9956-ffa450edef68
* removed BP from BPLayoutManager and combinedKeiron Liddle2002-09-031-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195147 13f79535-47bb-0310-9956-ffa450edef68
* Remove two parameter version of getNextBreakPoss method and remove all calls ↵Karen Lease2002-08-281-4/+2
| | | | | | 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
* implemeneted leader with leader-pattern of ruleKeiron Liddle2002-08-221-0/+1
| | | | | | | adjusts line area ipd to best fit (spaces not handled yet) and aligns git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195112 13f79535-47bb-0310-9956-ffa450edef68
* properly resets blocksKeiron Liddle2002-08-211-62/+85
| | | | | | | use a block lm iter so that it can create line layout manager from inline lm's git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195110 13f79535-47bb-0310-9956-ffa450edef68
* improved block layout, adds areas to correct parentKeiron Liddle2002-08-181-21/+14
| | | | | | | properly resets git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195092 13f79535-47bb-0310-9956-ffa450edef68
* get some page breaking workingKeiron Liddle2002-08-111-67/+49
| | | | | | | properly resets leaf node git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195077 13f79535-47bb-0310-9956-ffa450edef68
* removed old code, cleaned up a bitKeiron Liddle2002-08-091-69/+3
| | | | 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-32/+152
| | | | | | | | 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
* ttempt to fix add inline objects and fix some probsKeiron Liddle2002-06-181-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194895 13f79535-47bb-0310-9956-ffa450edef68
* Add support for line-breaking in nested inlines using BreakPoss strategyKaren Lease2002-05-101-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194818 13f79535-47bb-0310-9956-ffa450edef68
* PR:Karen Lease2002-04-281-2/+7
| | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Add BreakPossibility style LayoutManager code as an alternative to Keiron's "direct area creation" method. Not currently enabled: to do so, one must make 2 changes in the source. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194758 13f79535-47bb-0310-9956-ffa450edef68
* initial implementation of line area layout processingKeiron Liddle2002-04-261-16/+53
| | | | | | | | | | | | all inline area and their managers are managed by the LineLayoutManager. This class fills a line with inline areas and then does the alignment on all the inline areas. elements which create inline areas add their managers to the list that is used by the line layout. These managers have a retrievable index of inline areas. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194747 13f79535-47bb-0310-9956-ffa450edef68
* basic vertical alignment and height for linesKeiron Liddle2002-04-021-2/+8
| | | | | | | handles alignment.fo git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194730 13f79535-47bb-0310-9956-ffa450edef68
* a simple impl of getting ipd and line heightKeiron Liddle2002-03-211-12/+18
| | | | | | | some adjustments to user agent git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194714 13f79535-47bb-0310-9956-ffa450edef68
* does some basic text into pdf and svg output just for a startKeiron Liddle2002-01-081-90/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194617 13f79535-47bb-0310-9956-ffa450edef68
* Move generatesInlineAreas from LayoutManager to FObjKaren Lease2001-11-111-7/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194560 13f79535-47bb-0310-9956-ffa450edef68
* new layout managersKaren Lease2001-11-111-0/+144
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194557 13f79535-47bb-0310-9956-ffa450edef68