Package | Description |
---|---|
org.apache.fop.area.inline |
FOP's area tree: inline-level areas
|
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.xml |
Area Tree XML Renderer.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractTextArea |
Abstract base class for both TextArea and Character.
|
class |
BasicLinkArea |
An inline area produced by an fo:basic-link element.
|
class |
FilledArea |
Filled area.
|
class |
ResolvedPageNumber |
Always (pre-) resolved page number area.
|
class |
TextArea |
A text inline area.
|
class |
UnresolvedPageNumber |
Unresolvable page number area.
|
Modifier and Type | Method | Description |
---|---|---|
protected InlineParent |
BasicLinkLayoutManager.createInlineParent() |
|
protected InlineParent |
InlineLayoutManager.createInlineParent() |
Creates the inline area that will contain the areas returned by the
children of this layout manager.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
AbstractRenderer.renderInlineParent(InlineParent ip) |
Render the given InlineParent.
|
Modifier and Type | Method | Description |
---|---|---|
void |
IFRenderer.renderInlineParent(InlineParent ip) |
Render the given InlineParent.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
XMLRenderer.renderInlineParent(InlineParent ip) |
Render the given InlineParent.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.