]> source.dussan.org Git - xmlgraphics-fop.git/commit
1. BodyRegion's clone() now including child areas (makes it a bona fide clone()
authorGlen Mazza <gmazza@apache.org>
Thu, 2 Oct 2003 00:32:02 +0000 (00:32 +0000)
committerGlen Mazza <gmazza@apache.org>
Thu, 2 Oct 2003 00:32:02 +0000 (00:32 +0000)
commit37d588c2610f156838e7ae1c0a31f2b05ff80a1b
tree3e4625df22cb54809331e5a2ee3a89008134887f
parent41ab38708af87dc5e46ac4e56e6f00025b38c8dd
1.  BodyRegion's clone() now including child areas (makes it a bona fide clone()
function, also AWTRenderer() needs it.)
2.  Starting implementation of RenderWord() in AWTRenderer; also looking at an
alternate implementation (storing a series of BufferedImages instead of the area
tree elements); temporarily storing both strategies in this commit.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196941 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/area/BodyRegion.java
src/java/org/apache/fop/render/awt/AWTRenderer.java