aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/apps
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2002-04-26 09:40:58 +0000
committerKeiron Liddle <keiron@apache.org>2002-04-26 09:40:58 +0000
commit0954beb3e9d49330fad81ea551aa738f0e987e49 (patch)
tree2ad3e65bd6b5642cc4a0c809fd1f8c553bab595d /src/org/apache/fop/apps
parente05f8b6c0cfc6420fa2f0adca56a874b6486906d (diff)
downloadxmlgraphics-fop-0954beb3e9d49330fad81ea551aa738f0e987e49.tar.gz
xmlgraphics-fop-0954beb3e9d49330fad81ea551aa738f0e987e49.zip
initial implementation of line area layout processing
all inline area and their managers are managed by the LineLayoutManager. This class fills a line with inline areas and then does the alignment on all the inline areas. elements which create inline areas add their managers to the list that is used by the line layout. These managers have a retrievable index of inline areas. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194747 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/org/apache/fop/apps')
-rw-r--r--src/org/apache/fop/apps/CommandLineStarter.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/org/apache/fop/apps/CommandLineStarter.java b/src/org/apache/fop/apps/CommandLineStarter.java
index e3db06fe8..45c01940f 100644
--- a/src/org/apache/fop/apps/CommandLineStarter.java
+++ b/src/org/apache/fop/apps/CommandLineStarter.java
@@ -26,7 +26,6 @@ import org.apache.fop.configuration.Configuration;
*
* Modified to use new streaming API by Mark Lillywhite, mark-fop@inomial.com
*/
-
public class CommandLineStarter extends Starter {
CommandLineOptions commandLineOptions;