fop 1.0

Uses of Class
org.apache.fop.afp.AFPPaintingState

Packages that use AFPPaintingState
org.apache.fop.afp Contains an AFP library. 
org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. 
 

Uses of AFPPaintingState in org.apache.fop.afp
 

Fields in org.apache.fop.afp declared as AFPPaintingState
protected  AFPPaintingState AbstractAFPPainter.paintingState
           
 

Methods in org.apache.fop.afp that return AFPPaintingState
 AFPPaintingState AFPGraphics2D.getPaintingState()
          Returns the AFP painting state
 

Methods in org.apache.fop.afp with parameters of type AFPPaintingState
 DataStream AFPStreamer.createDataStream(AFPPaintingState paintingState)
          Creates a new DataStream
 DataStream AFPResourceManager.createDataStream(AFPPaintingState paintingState, java.io.OutputStream outputStream)
          Sets the outputstream
 DataStream Factory.createDataStream(AFPPaintingState paintingState, java.io.OutputStream outputStream)
          Creates a new DataStream
 

Constructors in org.apache.fop.afp with parameters of type AFPPaintingState
AbstractAFPPainter(AFPPaintingState paintingState, DataStream dataStream)
          Main constructor
AFPBorderPainter(AFPPaintingState paintingState, DataStream dataStream)
          Main constructor
AFPDitheredRectanglePainter(AFPPaintingState paintingState, DataStream dataStream, AFPResourceManager resourceManager)
          Main constructor
AFPGraphics2D(boolean textAsShapes, AFPPaintingState paintingState, AFPResourceManager resourceManager, AFPResourceInfo resourceInfo, FontInfo fontInfo)
          Main constructor
AFPRectanglePainter(AFPPaintingState paintingState, DataStream dataStream)
          Main constructor
AFPUnitConverter(AFPPaintingState paintingState)
          Unit converter
DataStream(Factory factory, AFPPaintingState paintingState, java.io.OutputStream outputStream)
          Default constructor for the AFPDocumentStream.
 

Uses of AFPPaintingState in org.apache.fop.render.afp
 

Methods in org.apache.fop.render.afp that return AFPPaintingState
 AFPPaintingState AFPRenderingContext.getPaintingState()
           
 AFPPaintingState AFPInfo.getPaintingState()
          Returns the current AFP state
 

Methods in org.apache.fop.render.afp with parameters of type AFPPaintingState
static AFPObjectAreaInfo AFPImageHandler.createObjectAreaInfo(AFPPaintingState paintingState, java.awt.Rectangle targetRect)
          Creates and returns an AFPObjectAreaInfo instance for the placement of the image.
 void AFPInfo.setPaintingState(AFPPaintingState paintingState)
          Sets the AFP state
 

Constructors in org.apache.fop.render.afp with parameters of type AFPPaintingState
AFPGraphics2DAdapter(AFPPaintingState paintingState)
          Main constructor
AFPRenderingContext(FOUserAgent userAgent, AFPResourceManager resourceManager, AFPPaintingState paintingState, FontInfo fontInfo, java.util.Map foreignAttributes)
          Main constructor.
 


fop 1.0

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