Uses of Class
org.apache.fop.render.intermediate.IFState
Packages that use IFState
Package
Description
Java2D Renderer which paints rendered pages on Graphics2D instances.
PostScript Renderer
SVG (Structured Vector Graphics) Renderer
-
Uses of IFState in org.apache.fop.render.intermediate
Fields in org.apache.fop.render.intermediate declared as IFStateModifier and TypeFieldDescriptionprivate IFState
IFState.parent
protected IFState
AbstractIFPainter.state
Holds the intermediate format stateprivate IFState
IFSerializer.state
Holds the intermediate format stateMethods in org.apache.fop.render.intermediate that return IFStateMethods in org.apache.fop.render.intermediate with parameters of type IFStateModifier and TypeMethodDescriptionprotected boolean
AbstractIFPainter.drawSVGText
(MultiByteFont multiByteFont, FontTriplet triplet, int x, int y, String text, IFState state) Constructors in org.apache.fop.render.intermediate with parameters of type IFState -
Uses of IFState in org.apache.fop.render.java2d
Constructors in org.apache.fop.render.java2d with parameters of type IFStateModifierConstructorDescriptionJava2DPainter
(Graphics2D g2d, IFContext context, FontInfo fontInfo, IFState state) Special constructor for embedded use (when another painter uses Java2DPainter to convert part of a document into a bitmap, for example).Java2DPainter
(Graphics2D g2d, IFContext context, FontInfo fontInfo, IFState state, IFDocumentHandler documentHandler) -
Uses of IFState in org.apache.fop.render.ps
Constructors in org.apache.fop.render.ps with parameters of type IFStateModifierConstructorDescriptionprotected
PSPainter
(PSDocumentHandler documentHandler, IFState state) -
Uses of IFState in org.apache.fop.render.svg
Fields in org.apache.fop.render.svg declared as IFState