]> source.dussan.org Git - xmlgraphics-fop.git/commit
Removed LM.initialize() -- switched to internal initialization of all LM's.
authorGlen Mazza <gmazza@apache.org>
Tue, 7 Jun 2005 20:43:43 +0000 (20:43 +0000)
committerGlen Mazza <gmazza@apache.org>
Tue, 7 Jun 2005 20:43:43 +0000 (20:43 +0000)
commit406a8a8740878508267a4a3f0f0fac589cc0a162
treefdf9537dbeb0f05342fa7b8a2a8f6eb514bc2a5f
parent66e799c10bce09ccf2ced5962854da3fc92226f5
Removed LM.initialize() -- switched to internal initialization of all LM's.
Did initialization from constructor, as that appeared sufficient for all of them.
Should for any LM, initialization not be available until the parentLM set,
then we just need to do this process within a setParent() override.

Also removed calls to superclass initialization, because as yet no initialization
was occurring in those superclasses.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198719 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java
src/java/org/apache/fop/layoutmgr/BlockLayoutManager.java
src/java/org/apache/fop/layoutmgr/ContentLayoutManager.java
src/java/org/apache/fop/layoutmgr/InlineLayoutManager.java
src/java/org/apache/fop/layoutmgr/LayoutManager.java
src/java/org/apache/fop/layoutmgr/LineLayoutManager.java
src/java/org/apache/fop/layoutmgr/PageSequenceLayoutManager.java
src/java/org/apache/fop/layoutmgr/list/ListBlockLayoutManager.java
src/java/org/apache/fop/layoutmgr/list/ListItemLayoutManager.java
src/java/org/apache/fop/layoutmgr/table/Cell.java
src/java/org/apache/fop/layoutmgr/table/TableLayoutManager.java