]> source.dussan.org Git - xmlgraphics-fop.git/commit
Update to support border and padding and alignments on inline fos
authorManuel Mall <manuel@apache.org>
Fri, 7 Oct 2005 08:55:22 +0000 (08:55 +0000)
committerManuel Mall <manuel@apache.org>
Fri, 7 Oct 2005 08:55:22 +0000 (08:55 +0000)
commit2ae0a968ee9de3880e0cf03a1c505e2f296108a5
treed21fa15aa17ff4247a5fae927b9a9c393a91ba87
parente4796389dec62db384cee2610c5ec7011341ba2c
Update to support border and padding and alignments on inline fos

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@307055 13f79535-47bb-0310-9956-ffa450edef68
104 files changed:
src/java/org/apache/fop/area/Area.java
src/java/org/apache/fop/area/Block.java
src/java/org/apache/fop/area/inline/AbstractTextArea.java
src/java/org/apache/fop/area/inline/FilledArea.java
src/java/org/apache/fop/area/inline/InlineArea.java
src/java/org/apache/fop/datatypes/LengthBase.java
src/java/org/apache/fop/fo/FOPropertyMapping.java
src/java/org/apache/fop/fo/StaticPropertyList.java
src/java/org/apache/fop/fo/flow/AbstractGraphics.java
src/java/org/apache/fop/fo/flow/BidiOverride.java
src/java/org/apache/fop/fo/flow/Block.java
src/java/org/apache/fop/fo/flow/Character.java
src/java/org/apache/fop/fo/flow/InitialPropertySet.java
src/java/org/apache/fop/fo/flow/Inline.java
src/java/org/apache/fop/fo/flow/InlineContainer.java
src/java/org/apache/fop/fo/flow/InlineLevel.java
src/java/org/apache/fop/fo/flow/Leader.java
src/java/org/apache/fop/fo/flow/PageNumber.java
src/java/org/apache/fop/fo/flow/PageNumberCitation.java
src/java/org/apache/fop/fo/properties/VerticalAlignShorthandParser.java [new file with mode: 0644]
src/java/org/apache/fop/layoutmgr/AbstractBaseLayoutManager.java
src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java
src/java/org/apache/fop/layoutmgr/BlockLayoutManager.java
src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java
src/java/org/apache/fop/layoutmgr/FlowLayoutManager.java
src/java/org/apache/fop/layoutmgr/LayoutContext.java
src/java/org/apache/fop/layoutmgr/StaticContentLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/AbstractGraphicsLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/AlignmentContext.java [new file with mode: 0644]
src/java/org/apache/fop/layoutmgr/inline/BasicScaledBaselineTable.java [new file with mode: 0644]
src/java/org/apache/fop/layoutmgr/inline/CharacterLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/ContentLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/FootnoteLayoutManager.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/KnuthInlineBox.java
src/java/org/apache/fop/layoutmgr/inline/LeaderLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/LeafNodeLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/PageNumberCitationLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/PageNumberLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/ScaledBaselineTable.java [new file with mode: 0644]
src/java/org/apache/fop/layoutmgr/inline/ScaledBaselineTableFactory.java [new file with mode: 0644]
src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java
src/java/org/apache/fop/render/AbstractPathOrientedRenderer.java
src/java/org/apache/fop/render/AbstractRenderer.java
src/java/org/apache/fop/render/java2d/Java2DRenderer.java
src/java/org/apache/fop/render/pdf/PDFRenderer.java
src/java/org/apache/fop/render/ps/PSRenderer.java
src/java/org/apache/fop/render/svg/SVGRenderer.java
src/java/org/apache/fop/render/xml/XMLRenderer.java
test/layoutengine/disabled-testcases.txt
test/layoutengine/testcases/basic-link_background-image.xml
test/layoutengine/testcases/block_basic_2.xml
test/layoutengine/testcases/block_line-height.xml
test/layoutengine/testcases/character_background-color.xml [new file with mode: 0755]
test/layoutengine/testcases/character_background-image.xml
test/layoutengine/testcases/character_border_padding.xml [new file with mode: 0755]
test/layoutengine/testcases/character_vertical-align.xml [new file with mode: 0755]
test/layoutengine/testcases/external-graphic_border_padding.xml
test/layoutengine/testcases/footnote_basic.xml
test/layoutengine/testcases/footnote_footnote-separator.xml
test/layoutengine/testcases/inline_alignment-adjust_1.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_alignment-adjust_2.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_alignment-baseline_1.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_alignment-baseline_2.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_alignment-baseline_3.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_alignment-baseline_4.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_background-color.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_background-image.xml
test/layoutengine/testcases/inline_baseline-shift_1.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_baseline-shift_2.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_baseline-shift_3.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_baseline-shift_4.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_border_padding.xml
test/layoutengine/testcases/inline_border_padding_block_nested.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_border_padding_conditionality_1.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_border_padding_conditionality_2.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_border_padding_hyphenate.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_border_padding_hyphenate_de.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_dominant-baseline_1.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_dominant-baseline_2.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_dominant-baseline_3.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_vertical-align_1.xml [new file with mode: 0755]
test/layoutengine/testcases/inline_vertical-align_2.xml [new file with mode: 0755]
test/layoutengine/testcases/instream-foreign-object_border_padding.xml
test/layoutengine/testcases/leader_alignment-baseline.xml [new file with mode: 0755]
test/layoutengine/testcases/leader_background-color.xml [new file with mode: 0755]
test/layoutengine/testcases/leader_border_padding.xml [new file with mode: 0755]
test/layoutengine/testcases/leader_leader-pattern_dots.xml
test/layoutengine/testcases/leader_leader-pattern_rule.xml
test/layoutengine/testcases/leader_leader-pattern_space.xml
test/layoutengine/testcases/leader_leader-pattern_use-content.xml
test/layoutengine/testcases/leader_toc.xml [new file with mode: 0755]
test/layoutengine/testcases/page-number-citation_background-color.xml [new file with mode: 0755]
test/layoutengine/testcases/page-number-citation_background-image.xml [new file with mode: 0755]
test/layoutengine/testcases/page-number-citation_border_padding.xml [new file with mode: 0755]
test/layoutengine/testcases/page-number-citation_vertical-align.xml [new file with mode: 0755]
test/layoutengine/testcases/page-number_background-color.xml [new file with mode: 0755]
test/layoutengine/testcases/page-number_background-image.xml [new file with mode: 0755]
test/layoutengine/testcases/page-number_border_padding.xml [new file with mode: 0755]
test/layoutengine/testcases/page-number_vertical-align.xml [new file with mode: 0755]
test/layoutengine/testcases/table-cell_background-image.xml