fop 0.94

Deprecated API


Contents
Deprecated Classes
org.apache.fop.area.inline.Character
          A TextArea with a single WordArea as its child should be used instead. 
 

Deprecated Methods
org.apache.fop.layoutmgr.TraitSetter.addBorders(Area, CommonBorderPaddingBackground, PercentBaseContext)
          Call the other addBorders() method and addPadding separately. 
org.apache.fop.area.AreaTreeHandler.addUnresolvedIDRef(String, Resolvable)
          use getIdTracker().addUnresolvedIDRef(idref, res) instead 
org.apache.fop.area.AreaTreeHandler.alreadyResolvedID(String)
          use getIdTracker().alreadyResolvedID(id) instead 
org.apache.fop.area.AreaTreeHandler.associateIDWithPageViewport(String, PageViewport)
          use getIdTracker().associateIDWithPageViewport(id, pv) instead 
org.apache.fop.area.AreaTreeHandler.getPageViewportsContainingID(String)
          use getIdTracker().getPageViewportsContainingID(id) instead 
org.apache.fop.apps.FOUserAgent.getPDFEncryptionParams()
          Use (PDFEncryptionParams)getRendererOptions().get("encryption-params") 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.render.AbstractRenderer.renderCharacter(Character)
          Only TextArea should be used. This method will be removed eventually. 
org.apache.fop.pdf.PDFDestination.setGoToReference(String)
          use setGoToReference(Object) instead 
org.apache.fop.apps.Fop.setOutputStream(OutputStream)
          Use one of the factory methods on FopFactory with an OutputStream parameter instead. This method will be removed with FOP 1.0. 
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.PDFState.setTransform(AffineTransform)
          This method name is misleading. Use concatenate(AffineTransform) instead! 
org.apache.fop.area.AreaTreeHandler.signalIDProcessed(String)
          use getIdTracker().signalIDProcessed(id) instead 
org.apache.fop.area.AreaTreeHandler.signalPendingID(String)
          use getIdTracker().signalPendingID(id) instead 
org.apache.fop.area.AreaTreeHandler.tryIDResolution(PageViewport)
          use getIdTracker().tryIDResolution(pv) instead 
 

Deprecated Constructors
org.apache.fop.apps.Fop(String)
          End-users should use FopFactory.newFop(String) instead! This constructor will become invisible with FOP 1.0. 
org.apache.fop.apps.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(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.FOUserAgent()
          Provided for compatibility only. Please use the methods from FopFactory to construct FOUserAgent instances! 
 


fop 0.94

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