aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/fo/flow/InlineContainer.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-145/+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-061-15/+64
| | | | | | | Some general checkstyle fixing git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196027 13f79535-47bb-0310-9956-ffa450edef68
* set FO on lm as part of interface, simpler and more flexibleKeiron Liddle2003-02-141-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195947 13f79535-47bb-0310-9956-ffa450edef68
* added support for markers in fo treeKeiron Liddle2002-11-151-0/+4
| | | | | | | bit of a cleanup git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195539 13f79535-47bb-0310-9956-ffa450edef68
* sets up the id independantly of the layoutKeiron Liddle2002-05-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194838 13f79535-47bb-0310-9956-ffa450edef68
* initial implementation of line area layout processingKeiron Liddle2002-04-261-2/+31
| | | | | | | | | | | | 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
* changed the parent to FONodeKeiron Liddle2001-11-091-2/+1
| | | | | | | | | | changed a few more vector and hashtable change master-name to master-reference for page-sequence, single-page-master-reference, repeatable-page-masterreference,conditional-page-master-reference added pdf text element bridge for simple text some other changes that will hopefully make things simpler to handle in the future git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194537 13f79535-47bb-0310-9956-ffa450edef68
* changed the way that elements and properties are handledKeiron Liddle2001-11-061-15/+7
| | | | | | | | | | | the element makers are associated with the element mapping attributes are passed to the element object the object can then use the attributes to make the properties added default value for element handling, makes it easier to ensure all elements of an external xml markup are loaded (eg. svg) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194536 13f79535-47bb-0310-9956-ffa450edef68
* changed to logkit for logging only half doneKeiron Liddle2001-08-201-1/+0
| | | | | | | fixed getContentHandler in driver git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194430 13f79535-47bb-0310-9956-ffa450edef68
* gets all properties specified on each elementKeiron Liddle2001-08-061-1/+31
| | | | | | | | adds "Unknown" element for unknown elements or other namespaces need to get a consistent and easy way to use the property values git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194394 13f79535-47bb-0310-9956-ffa450edef68
* Formatted code according to code standards.Tore Engvig2001-07-301-2/+4
| | | | | | | Changed license to use short license. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194380 13f79535-47bb-0310-9956-ffa450edef68
* added all remaining elementsKeiron Liddle2001-07-131-0/+38
currently are indicated as not implemented. removed old elements git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194353 13f79535-47bb-0310-9956-ffa450edef68