From af81f828c5b7a480bf9d0674bbfefb9a60524ac5 Mon Sep 17 00:00:00 2001 From: Glen Mazza Date: Mon, 19 Jul 2004 05:33:35 +0000 Subject: 1.) Driver constructor modified to require RenderType, and setter functions for RenderType and FOUserAgent removed, to allow for better checking of a valid Driver object at time of construction. (Also, will reduce need to validate Driver object should it be a parameter to a method.) 2.) Added validity checking of renderType to FOTreeBuilder as well, in effect decoupling Driver from FOTreeBuilder (the latter can work on its own now.) 3.) Updated the various examples and the documentation to indicate the new API. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197801 13f79535-47bb-0310-9956-ffa450edef68 --- examples/embedding/build.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'examples/embedding/build.xml') diff --git a/examples/embedding/build.xml b/examples/embedding/build.xml index b5c90ae1f..ec382aceb 100644 --- a/examples/embedding/build.xml +++ b/examples/embedding/build.xml @@ -84,7 +84,16 @@ - + + + + + + + + + + @@ -93,7 +102,7 @@ - + @@ -102,7 +111,7 @@ - + @@ -111,7 +120,7 @@ - + @@ -120,7 +129,7 @@ - + @@ -129,7 +138,7 @@ - + @@ -138,15 +147,6 @@ - - - - - - - - - -- cgit v1.2.3