|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InlineArea | |
---|---|
org.apache.fop.area | FOP's area tree. |
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.pcl | PCL Renderer (Supports PCL5 and HP GL/2) |
org.apache.fop.render.pdf | PDF Renderer |
org.apache.fop.render.xml | Area Tree XML Renderer. |
Uses of InlineArea in org.apache.fop.area |
---|
Methods in org.apache.fop.area with parameters of type InlineArea | |
---|---|
void |
LineArea.addInlineArea(InlineArea area)
Add an inline child area to this line area. |
Uses of InlineArea in org.apache.fop.area.inline |
---|
Subclasses of InlineArea in org.apache.fop.area.inline | |
---|---|
class |
AbstractTextArea
Abstract base class for both TextArea and Character. |
class |
Anchor
Anchor area for footnote or float. |
class |
Character
Deprecated. A TextArea with a single WordArea as its child should be used instead. |
class |
FilledArea
Filled area. |
class |
InlineBlockParent
Inline block parent area. |
class |
InlineParent
Inline parent area. |
class |
Leader
This is a leader inline area. |
class |
Space
Inline space area. |
class |
SpaceArea
A space |
class |
TextArea
A text inline area. |
class |
UnresolvedPageNumber
Unresolvable page number area. |
class |
Viewport
Inline viewport area. |
class |
WordArea
A string of characters without spaces |
Uses of InlineArea in org.apache.fop.layoutmgr.inline |
---|
Fields in org.apache.fop.layoutmgr.inline declared as InlineArea | |
---|---|
protected InlineArea |
LeafNodeLayoutManager.curArea
The inline area that this leafnode will add. |
Methods in org.apache.fop.layoutmgr.inline that return InlineArea | |
---|---|
protected InlineArea |
BasicLinkLayoutManager.createArea(boolean bInlineParent)
Create and initialize an InlineArea |
protected InlineArea |
InlineLayoutManager.createArea(boolean hasInlineParent)
Create and initialize an InlineArea |
InlineArea |
BidiLayoutManager.get(int index)
|
InlineArea |
ICLayoutManager.get(int index)
|
InlineArea |
AbstractPageNumberCitationLayoutManager.get(LayoutContext context)
get the inline area. |
InlineArea |
LeaderLayoutManager.get(LayoutContext context)
Return the inline area for this leader. |
InlineArea |
LeafNodeLayoutManager.get(LayoutContext context)
get the inline area. |
InlineArea |
PageNumberCitationLastLayoutManager.get(LayoutContext context)
get the inline area. |
InlineArea |
PageNumberCitationLayoutManager.get(LayoutContext context)
get the inline area. |
InlineArea |
PageNumberLayoutManager.get(LayoutContext context)
get the inline area. |
InlineArea |
WrapperLayoutManager.get(LayoutContext context)
get the inline area. |
protected InlineArea |
LeafNodeLayoutManager.getEffectiveArea()
|
protected InlineArea |
PageNumberLayoutManager.getEffectiveArea()
|
Methods in org.apache.fop.layoutmgr.inline with parameters of type InlineArea | |
---|---|
protected void |
LeafNodeLayoutManager.offsetArea(InlineArea area,
LayoutContext context)
Offset this area. |
void |
LeafNodeLayoutManager.setCurrentArea(InlineArea ia)
Set the current inline area. |
protected void |
LeafNodeLayoutManager.widthAdjustArea(InlineArea area,
LayoutContext context)
Adjust the width of the area when adding. |
Uses of InlineArea in org.apache.fop.render |
---|
Methods in org.apache.fop.render with parameters of type InlineArea | |
---|---|
protected void |
AbstractRenderer.renderInlineArea(InlineArea inlineArea)
Render the given InlineArea. |
protected void |
AbstractPathOrientedRenderer.renderInlineAreaBackAndBorders(InlineArea area)
Common method to render the background and borders for any inline area. |
protected abstract void |
AbstractRenderer.renderInlineAreaBackAndBorders(InlineArea area)
Common method to render the background and borders for any inline area. |
protected void |
AbstractPathOrientedRenderer.renderTextDecoration(FontMetrics fm,
int fontsize,
InlineArea inline,
int baseline,
int startx)
Paints the text decoration marks. |
Uses of InlineArea in org.apache.fop.render.pcl |
---|
Methods in org.apache.fop.render.pcl with parameters of type InlineArea | |
---|---|
protected void |
PCLRenderer.renderInlineAreaBackAndBorders(InlineArea area)
Common method to render the background and borders for any inline area. |
Uses of InlineArea in org.apache.fop.render.pdf |
---|
Methods in org.apache.fop.render.pdf with parameters of type InlineArea | |
---|---|
protected void |
PDFRenderer.renderInlineArea(InlineArea inlineArea)
Render the given InlineArea. |
protected void |
PDFRenderer.saveInlinePosIfTargetable(InlineArea inlineArea)
If the given inline area is a possible link target, its id + absolute position will be saved. |
Uses of InlineArea in org.apache.fop.render.xml |
---|
Methods in org.apache.fop.render.xml with parameters of type InlineArea | |
---|---|
protected void |
XMLRenderer.renderInlineArea(InlineArea inlineArea)
Render the given InlineArea. |
protected void |
XMLRenderer.renderInlineAreaBackAndBorders(InlineArea area)
Common method to render the background and borders for any inline area. |
|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |