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 TypeClassDescriptionclass
Always (pre-) resolved page number area.class
Unresolvable page number area. -
Uses of TextArea in org.apache.fop.complexscripts.bidi
Fields in org.apache.fop.complexscripts.bidi declared as TextAreaModifier and TypeFieldDescriptionprivate TextArea
UnflattenProcessor.tcNew
private TextArea
UnflattenProcessor.tcOrig
Methods in org.apache.fop.complexscripts.bidi that return TextAreaModifier and TypeMethodDescriptionprivate TextArea
UnflattenProcessor.findTextContainer
(InlineArea ia) private TextArea
UnflattenProcessor.generateTextContainer
(TextArea t) Methods in org.apache.fop.complexscripts.bidi with parameters of type TextAreaModifier and TypeMethodDescriptionprivate void
UnflattenProcessor.finishInlineContainer
(List<InlineParent> ich, TextArea tc, InlineArea ia) private void
UnflattenProcessor.finishTextContainer
(TextArea tc, InlineArea ia) private TextArea
UnflattenProcessor.generateTextContainer
(TextArea t) private void
UnflattenProcessor.maybeFinishInlineContainers
(List<InlineParent> ich, TextArea tc, InlineArea ia) private void
UnflattenProcessor.maybeFinishTextContainer
(TextArea tc, InlineArea ia) private void
UnflattenProcessor.process
(List<InlineParent> ich, TextArea tc, InlineArea ia) private void
UnflattenProcessor.pushTextContainer
(TextArea tc, InlineArea ia) private boolean
UnflattenProcessor.shouldFinishInlineContainer
(List<InlineParent> ich, TextArea tc, InlineArea ia) private boolean
UnflattenProcessor.shouldFinishTextContainer
(TextArea tc, InlineArea ia) private void
UnflattenProcessor.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 TextArea
TextLayoutManager.TextAreaBuilder.build()
private TextArea
CharacterLayoutManager.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 void
AbstractRenderer.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 void
IFRenderer.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) void
Java2DRenderer.renderText
(TextArea text) Render the given TextArea.static void
Java2DRenderer.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 void
TXTRenderer.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 void
XMLRenderer.renderText
(TextArea text) Render the given TextArea.