Uses of Class
org.apache.fop.afp.AFPPaintingState
Packages that use AFPPaintingState
Package
Description
Contains an AFP library.
An AFP Renderer implementation and supporting classes.
-
Uses of AFPPaintingState in org.apache.fop.afp
Fields in org.apache.fop.afp declared as AFPPaintingStateModifier and TypeFieldDescriptionprotected final AFPPaintingStateAbstractAFPPainter.paintingStatepainting stateprivate AFPPaintingStateAFPGraphics2D.paintingStateCurrent AFP stateprivate final AFPPaintingStateAFPUnitConverter.paintingStatethe AFP stateprivate final AFPPaintingStateDataStream.paintingStatethe afp painting stateMethods in org.apache.fop.afp that return AFPPaintingStateModifier and TypeMethodDescriptionAFPGraphics2D.getPaintingState()Returns the AFP painting stateMethods in org.apache.fop.afp with parameters of type AFPPaintingStateModifier and TypeMethodDescriptionAFPResourceManager.createDataStream(AFPPaintingState paintingState, OutputStream outputStream) Sets the outputstreamAFPStreamer.createDataStream(AFPPaintingState paintingState) Creates a new DataStreamFactory.createDataStream(AFPPaintingState paintingState, OutputStream outputStream) Creates a newDataStreamprivate voidAFPGraphics2D.setPaintingState(AFPPaintingState paintingState) Sets the AFP painting stateConstructors in org.apache.fop.afp with parameters of type AFPPaintingStateModifierConstructorDescriptionAbstractAFPPainter(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, 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 AFPPaintingStateModifier and TypeFieldDescriptionprivate final AFPPaintingStateAFPDocumentHandler.paintingStatethe painting stateprivate final AFPPaintingStateAFPGraphics2DAdapter.paintingStateprivate AFPPaintingStateAFPInfo.paintingStateSee AFP_PAINTING_STATEprivate AFPPaintingStateAFPRenderingContext.paintingStateMethods in org.apache.fop.render.afp that return AFPPaintingStateModifier and TypeMethodDescription(package private) AFPPaintingStateAFPDocumentHandler.getPaintingState()AFPInfo.getPaintingState()Returns the current AFP stateprivate AFPPaintingStateAFPPainter.getPaintingState()AFPRenderingContext.getPaintingState()Methods in org.apache.fop.render.afp with parameters of type AFPPaintingStateModifier and TypeMethodDescriptionprivate byte[]AFPImageHandlerRenderedImage.buildMaskImage(BufferedImage image, AFPPaintingState paintingState) private AFPGraphicsObjectInfoAFPSVGHandler.createGraphicsObjectInfo(AFPPaintingState paintingState, org.apache.xmlgraphics.java2d.Graphics2DImagePainter painter, FOUserAgent userAgent, AFPResourceInfo resourceInfo, AFPGraphics2D g2d) static AFPObjectAreaInfoAFPImageHandler.createObjectAreaInfo(AFPPaintingState paintingState, Rectangle targetRect) Creates and returns anAFPObjectAreaInfoinstance for the placement of the image.private AFPObjectAreaInfoAFPSVGHandler.createObjectAreaInfo(AFPPaintingState paintingState, int x, int y, int width, int height, int resolution) private AFPDataObjectInfoAFPImageHandlerRenderedImage.RenderedImageEncoder.encodeImage(AFPImageObjectInfo imageObjectInfo, AFPPaintingState paintingState) private byte[]AFPImageHandlerRenderedImage.RenderedImageEncoder.encodeViaRGB(RenderedImage renderedImage, AFPImageObjectInfo imageObjectInfo, AFPPaintingState paintingState, ByteArrayOutputStream baos) private voidAFPImageHandlerRenderedImage.RenderedImageEncoder.prepareEncoding(AFPImageObjectInfo imageObjectInfo, AFPPaintingState paintingState) voidAFPInfo.setPaintingState(AFPPaintingState paintingState) Sets the AFP stateprivate voidAFPImageHandlerRawJPEG.updateIntrinsicSize(AFPImageObjectInfo imageObjectInfo, AFPPaintingState paintingState, org.apache.xmlgraphics.image.loader.ImageSize targetSize) Constructors in org.apache.fop.render.afp with parameters of type AFPPaintingStateModifierConstructorDescriptionAFPGraphics2DAdapter(AFPPaintingState paintingState) Main constructorAFPRenderingContext(FOUserAgent userAgent, AFPResourceManager resourceManager, AFPPaintingState paintingState, FontInfo fontInfo, Map foreignAttributes) Main constructor.