copy JimiProClasses.zip to FOP's lib dir and rename it to jimi-1.0.jar.
</li>
<li>Fop has been compiled with
- <link href="http://java.sun.com/products/java-media/jai/JAI">JAI</link>
+ <link href="http://java.sun.com/products/java-media/jai">JAI</link>
support. For using JAI you just need to install it.
</li>
<li>Links in PDF won't generate multiple link rectangles anymore. If this causes
/*
* $Id$
- * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
- * For details on use and redistribution please refer to the
- * LICENSE file included with these sources.
+ * Copyright (C) 2001-2003 The Apache Software Foundation. All rights
+ * reserved. For details on use and redistribution please refer to
+ * the LICENSE file included with these sources.
*/
package org.apache.fop.fo.expr;
labelEnd.addTerm(-1.0, distance);
labelEnd.addTerm(-1.0, startIndent);
labelEnd.addTerm(1.0, separation);
-
- // make sure value gets calculated
- labelEnd.computeValue();
return new LengthProperty(labelEnd);
}