fop 0.93

Deprecated API

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.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.render.AbstractRenderer.renderCharacter(Character)
          Only TextArea should be used. This method will be removed eventually. 
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! 
 

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.93

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