]> source.dussan.org Git - xmlgraphics-fop.git/commit
initial implementation of lists
authorKeiron Liddle <keiron@apache.org>
Sun, 3 Nov 2002 16:29:58 +0000 (16:29 +0000)
committerKeiron Liddle <keiron@apache.org>
Sun, 3 Nov 2002 16:29:58 +0000 (16:29 +0000)
commitc55b4c72556bd66076530f4a9bff83b9d4727aca
tree0692093138ac99c8ade0ae6d3bae808407656e54
parent0dafe4daaa3857d147ab4bfa41f54bb817213356
initial implementation of lists

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195406 13f79535-47bb-0310-9956-ffa450edef68
src/org/apache/fop/fo/flow/ListBlock.java
src/org/apache/fop/fo/flow/ListItem.java
src/org/apache/fop/fo/flow/ListItemBody.java
src/org/apache/fop/fo/flow/ListItemLabel.java
src/org/apache/fop/layoutmgr/list/Item.java [new file with mode: 0644]
src/org/apache/fop/layoutmgr/list/ListBlockLayoutManager.java [new file with mode: 0644]
src/org/apache/fop/layoutmgr/list/ListItemLayoutManager.java [new file with mode: 0644]
src/org/apache/fop/layoutmgr/table/Row.java