]> source.dussan.org Git - xmlgraphics-fop.git/commit
My work on block content in inline content sofar. Block content in
authorSimon Pepping <spepping@apache.org>
Thu, 4 Aug 2005 20:29:50 +0000 (20:29 +0000)
committerSimon Pepping <spepping@apache.org>
Thu, 4 Aug 2005 20:29:50 +0000 (20:29 +0000)
commit8a75941b7921f77e3656f47114b07f5adc591a3a
tree89cb2b7760bf9c16625fcc68147666641c463e65
parente95ee6d2f9c5964c1eca1c2a07488b24c461c919
My work on block content in inline content sofar. Block content in
fo:inline is implemented. Basic rendering of this content is in
place. BasicLinkLM uses the new structure for returning new Knuth
elements

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlineblock@227471 13f79535-47bb-0310-9956-ffa450edef68
13 files changed:
src/java/org/apache/fop/area/inline/InlineBlockParent.java [new file with mode: 0644]
src/java/org/apache/fop/layoutmgr/BlockLayoutManager.java
src/java/org/apache/fop/layoutmgr/KnuthSequence.java
src/java/org/apache/fop/layoutmgr/inline/BasicLinkLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java
src/java/org/apache/fop/render/AbstractRenderer.java
src/java/org/apache/fop/render/xml/XMLRenderer.java
test/layoutengine/disabled-testcases.txt
test/layoutengine/testcases/inline-block1.xml [new file with mode: 0644]
test/layoutengine/testcases/inline-block2.xml [new file with mode: 0644]