Uses of Class
org.apache.fop.area.inline.TextArea
-
Packages that use TextArea Package Description org.apache.fop.area.inline FOP's area tree: inline-level areasorg.apache.fop.complexscripts.bidi org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building.org.apache.fop.render Generic renderer interface.org.apache.fop.render.intermediate org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances.org.apache.fop.render.txt Plain Text Rendererorg.apache.fop.render.xml Area Tree XML Renderer. -
-
Uses of TextArea in org.apache.fop.area.inline
Subclasses of TextArea in org.apache.fop.area.inline Modifier and Type Class Description classResolvedPageNumberAlways (pre-) resolved page number area.classUnresolvedPageNumberUnresolvable page number area. -
Uses of TextArea in org.apache.fop.complexscripts.bidi
Fields in org.apache.fop.complexscripts.bidi declared as TextArea Modifier and Type Field Description private TextAreaUnflattenProcessor. tcNewprivate TextAreaUnflattenProcessor. tcOrigMethods in org.apache.fop.complexscripts.bidi that return TextArea Modifier and Type Method Description private TextAreaUnflattenProcessor. findTextContainer(InlineArea ia)private TextAreaUnflattenProcessor. generateTextContainer(TextArea t)Methods in org.apache.fop.complexscripts.bidi with parameters of type TextArea Modifier and Type Method Description private voidUnflattenProcessor. finishInlineContainer(java.util.List<InlineParent> ich, TextArea tc, InlineArea ia)private voidUnflattenProcessor. finishTextContainer(TextArea tc, InlineArea ia)private TextAreaUnflattenProcessor. generateTextContainer(TextArea t)private voidUnflattenProcessor. maybeFinishInlineContainers(java.util.List<InlineParent> ich, TextArea tc, InlineArea ia)private voidUnflattenProcessor. maybeFinishTextContainer(TextArea tc, InlineArea ia)private voidUnflattenProcessor. process(java.util.List<InlineParent> ich, TextArea tc, InlineArea ia)private voidUnflattenProcessor. pushTextContainer(TextArea tc, InlineArea ia)private booleanUnflattenProcessor. shouldFinishInlineContainer(java.util.List<InlineParent> ich, TextArea tc, InlineArea ia)private booleanUnflattenProcessor. shouldFinishTextContainer(TextArea tc, InlineArea ia)private voidUnflattenProcessor. update(java.util.List<InlineParent> ich, TextArea tc, InlineArea ia)private voidUnflattenProcessor. updateIPD(TextArea tc) -
Uses of TextArea in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as TextArea Modifier and Type Field Description private TextAreaTextLayoutManager.TextAreaBuilder. textAreaMethods in org.apache.fop.layoutmgr.inline that return TextArea Modifier and Type Method Description private TextAreaTextLayoutManager.TextAreaBuilder. build()private TextAreaCharacterLayoutManager. createCharacterArea()Methods in org.apache.fop.layoutmgr.inline with parameters of type TextArea Modifier and Type Method Description private voidAbstractPageNumberCitationLayoutManager. setTraits(TextArea text) -
Uses of TextArea in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type TextArea Modifier and Type Method Description protected 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 TextArea Modifier and Type Method Description protected 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 TextArea Modifier and Type Method Description private static int[]Java2DRenderer. getGlyphOffsets(java.lang.String s, Font font, TextArea text, int[] letterAdjust)voidJava2DRenderer. renderText(TextArea text)Render the given TextArea.static voidJava2DRenderer. renderText(TextArea text, java.awt.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 TextArea Modifier and Type Method Description protected 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 TextArea Modifier and Type Method Description protected voidXMLRenderer. renderText(TextArea text)Render the given TextArea.
-