949596979899100101102103104
/** * format the formatting object tree into an area tree */ public void doFormat() throws FOPException { FontInfo fontInfo = new FontInfo(); this.renderer.setupFontInfo(fontInfo); this.areaTree = new AreaTree(); this.areaTree.setFontInfo(fontInfo);
334335336337338339340341342343344
/** * format the formatting object tree into an area tree */ public void format() throws FOPException { FontInfo fontInfo = new FontInfo(); this.renderer.setupFontInfo(fontInfo); this.areaTree = new AreaTree(); this.areaTree.setFontInfo(fontInfo);
469470471472473474475476477478479
/** * format the formatting object tree into an area tree */ public synchronized void format() throws FOPException { FontInfo fontInfo = new FontInfo(); _renderer.setupFontInfo(fontInfo); _areaTree = new AreaTree(); _areaTree.setFontInfo(fontInfo);
9596979899100101102103104105
369370371372373374375376377378379
426427428429430431432433434435436
247248249250251252253254255256257
this.writer = writer; } public void format() throws FOPException { FontInfo fontInfo = new FontInfo(); this.renderer.setupFontInfo(fontInfo); this.areaTree = new AreaTree(); this.areaTree.setFontInfo(fontInfo);