Deprecated API

Contents

Deprecated Classes

Character
A TextArea with a single WordArea as its child should be used instead.

Deprecated Methods

org.apache.fop.render.AbstractRenderer.renderCharacter(Character)
Only TextArea should be used.
org.apache.fop.area.AreaTreeHandler.associateIDWithPageViewport(String,PageViewport)
use getIdTracker().associateIDWithPageViewport(id, pv) instead
org.apache.fop.area.AreaTreeHandler.signalPendingID(String)
use getIdTracker().signalPendingID(id) instead
org.apache.fop.area.AreaTreeHandler.signalIDProcessed(String)
use getIdTracker().signalIDProcessed(id) instead
org.apache.fop.area.AreaTreeHandler.alreadyResolvedID(String)
use getIdTracker().alreadyResolvedID(id) instead
org.apache.fop.area.AreaTreeHandler.tryIDResolution(PageViewport)
use getIdTracker().tryIDResolution(pv) instead
org.apache.fop.area.AreaTreeHandler.getPageViewportsContainingID(String)
use getIdTracker().getPageViewportsContainingID(id) instead
org.apache.fop.area.AreaTreeHandler.addUnresolvedIDRef(String,Resolvable)
use getIdTracker().addUnresolvedIDRef(idref, res) instead
org.apache.fop.apps.Fop.setOutputStream(OutputStream)
Use one of the factory methods on FopFactory with an OutputStream parameter instead.
org.apache.fop.apps.Fop.getVersion()
Use Version.getVersion() instead! This method will be removed with FOP 1.0.
org.apache.fop.fo.FOTreeBuilder.isLocatorDisabled()
Use FOUserAgent.isLocatorEnabled() instead.
org.apache.fop.apps.FOUserAgent.getPDFEncryptionParams()
Use (PDFEncryptionParams)getRendererOptions().get("encryption-params") instead.
org.apache.fop.apps.FOUserAgent.setPDFEncryptionParams(PDFEncryptionParams)
Use getRendererOptions().put("encryption-params", new PDFEncryptionParams(..)) instead or set every parameter separately: getRendererOptions().put("noprint", Boolean.TRUE).
org.apache.fop.pdf.PDFDestination.setGoToReference(String)
use setGoToReference(Object) instead
org.apache.fop.pdf.PDFState.setTransform(AffineTransform)
This method name is misleading.
org.apache.fop.layoutmgr.TraitSetter.addBorders(Area,CommonBorderPaddingBackground,PercentBaseContext)
Call the other addBorders() method and addPadding separately.

Deprecated Constructors

org.apache.fop.apps.Fop.Fop(String,FOUserAgent,OutputStream)
End-users should use FopFactory.newFop(String,FOUserAgent,OutputStream) instead! This constructor will become invisible with FOP 1.0.
org.apache.fop.apps.Fop.Fop(String,FOUserAgent)
End-users should use FopFactory.newFop(String,FOUserAgent) instead! This constructor will become invisible with FOP 1.0.
org.apache.fop.apps.Fop.Fop(String)
End-users should use FopFactory.newFop(String) instead! This constructor will become invisible with FOP 1.0.
org.apache.fop.apps.FOUserAgent.FOUserAgent()
Provided for compatibility only.

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.