]> source.dussan.org Git - xmlgraphics-fop.git/commit
An addition to FOP that can be used to render a hyphenation tree in
authorSimon Pepping <spepping@apache.org>
Sat, 28 Jan 2006 15:57:59 +0000 (15:57 +0000)
committerSimon Pepping <spepping@apache.org>
Sat, 28 Jan 2006 15:57:59 +0000 (15:57 +0000)
commitaf24371d6a82826460535fb2bc91e5355b201659
treeed733d4f519e0ef3e3f73676038831616207bfd3
parent8f160a6bf6550761eaddaca0bccbfe0380ee6876
An addition to FOP that can be used to render a hyphenation tree in
various ways, among which a complete tree representation. And
correction of a few typos in HyphenationTree.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@373170 13f79535-47bb-0310-9956-ffa450edef68
examples/hyphenation/README [new file with mode: 0644]
examples/hyphenation/analyse [new file with mode: 0755]
examples/hyphenation/analyse.cmd [new file with mode: 0644]
examples/hyphenation/build.xml [new file with mode: 0644]
examples/hyphenation/src/org/apache/fop/hyphenation/HyphenationTreeAnalysis.java [new file with mode: 0644]
examples/hyphenation/src/org/apache/fop/hyphenation/TernaryTreeAnalysis.java [new file with mode: 0644]
src/java/org/apache/fop/hyphenation/HyphenationTree.java