Uses of Class
org.apache.fop.afp.AFPPaintingState
-
Packages that use AFPPaintingState Package Description 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 Modifier and Type Field Description protected AFPPaintingStateAbstractAFPPainter. paintingStatepainting stateMethods in org.apache.fop.afp that return AFPPaintingState Modifier and Type Method Description AFPPaintingStateAFPGraphics2D. getPaintingState()Returns the AFP painting stateMethods in org.apache.fop.afp with parameters of type AFPPaintingState Modifier and Type Method Description DataStreamAFPResourceManager. createDataStream(AFPPaintingState paintingState, java.io.OutputStream outputStream)Sets the outputstreamDataStreamAFPStreamer. createDataStream(AFPPaintingState paintingState)Creates a new DataStreamDataStreamFactory. createDataStream(AFPPaintingState paintingState, java.io.OutputStream outputStream)Creates a newDataStreamConstructors in org.apache.fop.afp with parameters of type AFPPaintingState Constructor Description AbstractAFPPainter(AFPPaintingState paintingState, DataStream dataStream)Main constructorAFPBorderPainter(AFPPaintingState paintingState, DataStream dataStream)Main constructorAFPDitheredRectanglePainter(AFPPaintingState paintingState, DataStream dataStream, AFPResourceManager resourceManager)Main constructorAFPGraphics2D(boolean textAsShapes, AFPPaintingState paintingState, AFPResourceManager resourceManager, AFPResourceInfo resourceInfo, FontInfo fontInfo)Main constructorAFPRectanglePainter(AFPPaintingState paintingState, DataStream dataStream)Main constructorAFPUnitConverter(AFPPaintingState paintingState)Unit converterDataStream(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 Modifier and Type Method Description AFPPaintingStateAFPInfo. getPaintingState()Returns the current AFP stateAFPPaintingStateAFPRenderingContext. getPaintingState()Methods in org.apache.fop.render.afp with parameters of type AFPPaintingState Modifier and Type Method Description static AFPObjectAreaInfoAFPImageHandler. createObjectAreaInfo(AFPPaintingState paintingState, java.awt.Rectangle targetRect)Creates and returns anAFPObjectAreaInfoinstance for the placement of the image.voidAFPInfo. setPaintingState(AFPPaintingState paintingState)Sets the AFP stateConstructors in org.apache.fop.render.afp with parameters of type AFPPaintingState Constructor Description AFPGraphics2DAdapter(AFPPaintingState paintingState)Main constructorAFPRenderingContext(FOUserAgent userAgent, AFPResourceManager resourceManager, AFPPaintingState paintingState, FontInfo fontInfo, java.util.Map foreignAttributes)Main constructor.
-