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 AFPPaintingState
AbstractAFPPainter. paintingState
painting stateprivate AFPPaintingState
AFPGraphics2D. paintingState
Current AFP stateprivate AFPPaintingState
AFPUnitConverter. paintingState
the AFP stateprivate AFPPaintingState
DataStream. paintingState
the afp painting stateMethods in org.apache.fop.afp that return AFPPaintingState Modifier and Type Method Description AFPPaintingState
AFPGraphics2D. getPaintingState()
Returns the AFP painting stateMethods in org.apache.fop.afp with parameters of type AFPPaintingState Modifier and Type Method Description DataStream
AFPResourceManager. createDataStream(AFPPaintingState paintingState, java.io.OutputStream outputStream)
Sets the outputstreamDataStream
AFPStreamer. createDataStream(AFPPaintingState paintingState)
Creates a new DataStreamDataStream
Factory. createDataStream(AFPPaintingState paintingState, java.io.OutputStream outputStream)
Creates a newDataStream
private void
AFPGraphics2D. setPaintingState(AFPPaintingState paintingState)
Sets the AFP painting stateConstructors 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, AFPResourceManager resourceManager)
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
Fields in org.apache.fop.render.afp declared as AFPPaintingState Modifier and Type Field Description private AFPPaintingState
AFPDocumentHandler. paintingState
the painting stateprivate AFPPaintingState
AFPGraphics2DAdapter. paintingState
private AFPPaintingState
AFPInfo. paintingState
See AFP_PAINTING_STATEprivate AFPPaintingState
AFPRenderingContext. paintingState
Methods in org.apache.fop.render.afp that return AFPPaintingState Modifier and Type Method Description (package private) AFPPaintingState
AFPDocumentHandler. getPaintingState()
AFPPaintingState
AFPInfo. getPaintingState()
Returns the current AFP stateprivate AFPPaintingState
AFPPainter. getPaintingState()
AFPPaintingState
AFPRenderingContext. getPaintingState()
Methods in org.apache.fop.render.afp with parameters of type AFPPaintingState Modifier and Type Method Description private AFPGraphicsObjectInfo
AFPSVGHandler. createGraphicsObjectInfo(AFPPaintingState paintingState, org.apache.xmlgraphics.java2d.Graphics2DImagePainter painter, FOUserAgent userAgent, AFPResourceInfo resourceInfo, AFPGraphics2D g2d)
static AFPObjectAreaInfo
AFPImageHandler. createObjectAreaInfo(AFPPaintingState paintingState, java.awt.Rectangle targetRect)
Creates and returns anAFPObjectAreaInfo
instance for the placement of the image.private AFPObjectAreaInfo
AFPSVGHandler. createObjectAreaInfo(AFPPaintingState paintingState, int x, int y, int width, int height, int resolution)
private AFPDataObjectInfo
AFPImageHandlerRenderedImage.RenderedImageEncoder. encodeImage(AFPImageObjectInfo imageObjectInfo, AFPPaintingState paintingState)
private byte[]
AFPImageHandlerRenderedImage.RenderedImageEncoder. encodeViaRGB(java.awt.image.RenderedImage renderedImage, AFPImageObjectInfo imageObjectInfo, AFPPaintingState paintingState, java.io.ByteArrayOutputStream baos)
private void
AFPImageHandlerRenderedImage.RenderedImageEncoder. prepareEncoding(AFPImageObjectInfo imageObjectInfo, AFPPaintingState paintingState)
void
AFPInfo. setPaintingState(AFPPaintingState paintingState)
Sets the AFP stateprivate void
AFPImageHandlerRawJPEG. updateIntrinsicSize(AFPImageObjectInfo imageObjectInfo, AFPPaintingState paintingState, org.apache.xmlgraphics.image.loader.ImageSize targetSize)
Constructors 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.
-