|
||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use LineArea | |
| org.apache.fop.layout | |
| org.apache.fop.render | |
| org.apache.fop.render.mif | |
| org.apache.fop.render.ps | |
| org.apache.fop.render.xml | |
| Uses of LineArea in org.apache.fop.layout |
| Fields in org.apache.fop.layout declared as LineArea | |
protected LineArea |
LinkedRectangle.lineArea
the associated LineArea |
protected LineArea |
BlockArea.currentLineArea
|
| Methods in org.apache.fop.layout that return LineArea | |
LineArea |
LinkedRectangle.getLineArea()
|
LineArea |
BlockArea.getCurrentLineArea()
Get the current line area in this block area. |
LineArea |
BlockArea.createNextLineArea()
Create a new line area to add inline objects. |
| Methods in org.apache.fop.layout with parameters of type LineArea | |
void |
LinkSet.addRect(java.awt.Rectangle r,
LineArea lineArea,
InlineArea inlineArea)
|
void |
LinkedRectangle.setLineArea(LineArea lineArea)
|
protected void |
BlockArea.addLineArea(LineArea la)
Add a Line Area to this block area. |
| Constructors in org.apache.fop.layout with parameters of type LineArea | |
LinkedRectangle(java.awt.Rectangle link,
LineArea lineArea,
InlineArea inlineArea)
|
|
LineArea(FontState fontState,
int lineHeight,
int halfLeading,
int allocationWidth,
int startIndent,
int endIndent,
LineArea prevLineArea)
|
|
| Uses of LineArea in org.apache.fop.render |
| Methods in org.apache.fop.render with parameters of type LineArea | |
void |
Renderer.renderLineArea(LineArea area)
render the given line area |
void |
AbstractRenderer.renderLineArea(LineArea area)
render line area |
| Uses of LineArea in org.apache.fop.render.mif |
| Methods in org.apache.fop.render.mif with parameters of type LineArea | |
void |
MIFRenderer.renderLineArea(LineArea area)
render the given line area |
| Uses of LineArea in org.apache.fop.render.ps |
| Methods in org.apache.fop.render.ps with parameters of type LineArea | |
void |
PSRenderer.renderLineArea(LineArea area)
render a line area to PostScript |
| Uses of LineArea in org.apache.fop.render.xml |
| Methods in org.apache.fop.render.xml with parameters of type LineArea | |
void |
XMLRenderer.renderLineArea(LineArea area)
render a line area to XML |
|
||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||