/[Apache-SVN]
ViewVC logotype

Revision 194747


Jump to revision: Previous Next
Author: keiron
Date: Fri Apr 26 09:40:58 2002 UTC (22 years, 1 month ago)
Changed paths: 32
Log Message:
initial implementation of line area layout processing
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.


Changed paths

Path Details
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/apps/CommandLineStarter.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/area/Block.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/area/LineArea.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/area/inline/Stretch.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/FOText.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/FObj.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/FObjMixed.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/BasicLink.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/BidiOverride.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/Block.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/Character.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/ExternalGraphic.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/Flow.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/Footnote.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/Inline.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/InlineContainer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/InstreamForeignObject.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/Leader.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/PageNumber.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/fo/flow/PageNumberCitation.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/layoutmgr/AbstractLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/layoutmgr/BlockLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/layoutmgr/FlowLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/layoutmgr/LayoutInfo.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/layoutmgr/LayoutManager.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/layoutmgr/LeafNodeLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/layoutmgr/LineLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/layoutmgr/PageLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/layoutmgr/TextLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/render/pdf/PDFRenderer.java modified , text changed
Directoryxmlgraphics/fop/trunk/src/org/apache/fop/svg/SVGElement.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26