Uses of Class
org.apache.fop.area.inline.TextArea
Packages that use TextArea
Package
Description
FOP's area tree: inline-level areas
Layout managers for inline formatting objects and line building.
Generic renderer interface.
Java2D Renderer which paints rendered pages on Graphics2D instances.
Plain Text Renderer
Area Tree XML Renderer.
-
Uses of TextArea in org.apache.fop.area.inline
Subclasses of TextArea in org.apache.fop.area.inlineModifier and TypeClassDescriptionclassAlways (pre-) resolved page number area.classUnresolvable page number area. -
Uses of TextArea in org.apache.fop.complexscripts.bidi
Fields in org.apache.fop.complexscripts.bidi declared as TextAreaModifier and TypeFieldDescriptionprivate TextAreaUnflattenProcessor.tcNewprivate TextAreaUnflattenProcessor.tcOrigMethods in org.apache.fop.complexscripts.bidi that return TextAreaModifier and TypeMethodDescriptionprivate TextAreaUnflattenProcessor.findTextContainer(InlineArea ia) private TextAreaUnflattenProcessor.generateTextContainer(TextArea t) Methods in org.apache.fop.complexscripts.bidi with parameters of type TextAreaModifier and TypeMethodDescriptionprivate voidUnflattenProcessor.finishInlineContainer(List<InlineParent> ich, TextArea tc, InlineArea ia) private voidUnflattenProcessor.finishTextContainer(TextArea tc, InlineArea ia) private TextAreaUnflattenProcessor.generateTextContainer(TextArea t) private voidUnflattenProcessor.maybeFinishInlineContainers(List<InlineParent> ich, TextArea tc, InlineArea ia) private voidUnflattenProcessor.maybeFinishTextContainer(TextArea tc, InlineArea ia) private voidUnflattenProcessor.process(List<InlineParent> ich, TextArea tc, InlineArea ia) private voidUnflattenProcessor.pushTextContainer(TextArea tc, InlineArea ia) private booleanUnflattenProcessor.shouldFinishInlineContainer(List<InlineParent> ich, TextArea tc, InlineArea ia) private booleanUnflattenProcessor.shouldFinishTextContainer(TextArea tc, InlineArea ia) private voidUnflattenProcessor.update(List<InlineParent> ich, TextArea tc, InlineArea ia) private void -
Uses of TextArea in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as TextAreaMethods in org.apache.fop.layoutmgr.inline that return TextAreaModifier and TypeMethodDescriptionprivate TextAreaTextLayoutManager.TextAreaBuilder.build()private TextAreaCharacterLayoutManager.createCharacterArea()Methods in org.apache.fop.layoutmgr.inline with parameters of type TextArea -
Uses of TextArea in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type TextAreaModifier and TypeMethodDescriptionprotected voidAbstractRenderer.renderText(TextArea text) Render the given TextArea. -
Uses of TextArea in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type TextAreaModifier and TypeMethodDescriptionprotected voidIFRenderer.renderText(TextArea text) Render the given TextArea. -
Uses of TextArea in org.apache.fop.render.java2d
Methods in org.apache.fop.render.java2d with parameters of type TextAreaModifier and TypeMethodDescriptionprivate static int[]Java2DRenderer.getGlyphOffsets(String s, Font font, TextArea text, int[] letterAdjust) voidJava2DRenderer.renderText(TextArea text) Render the given TextArea.static voidJava2DRenderer.renderText(TextArea text, Graphics2D g2d, Font font, FontInfo fontInfo) Renders a TextArea to a Graphics2D instance. -
Uses of TextArea in org.apache.fop.render.txt
Methods in org.apache.fop.render.txt with parameters of type TextAreaModifier and TypeMethodDescriptionprotected voidTXTRenderer.renderText(TextArea area) Render TextArea to Text. -
Uses of TextArea in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type TextAreaModifier and TypeMethodDescriptionprotected voidXMLRenderer.renderText(TextArea text) Render the given TextArea.