|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.render.mif.MIFRenderer
Renderer that renders areas to MIF
Field Summary | |
protected int |
currentXPosition
the current horizontal position in millipoints from left |
protected int |
currentYPosition
the current vertical position in millipoints from bottom |
protected MIFDocument |
mifDoc
the MIF Document being created |
Constructor Summary | |
MIFRenderer()
create the MIF renderer |
Method Summary | |
void |
render(AreaTree areaTree,
java.io.OutputStream stream)
render the areas into MIF |
void |
renderAreaContainer(AreaContainer area)
render the given area container |
void |
renderBlockArea(BlockArea area)
render the given block area |
void |
renderBodyAreaContainer(BodyAreaContainer area)
render the given area container |
void |
renderDisplaySpace(DisplaySpace space)
render the given display space |
void |
renderForeignObjectArea(ForeignObjectArea area)
render a foreign object area |
void |
renderImageArea(ImageArea area)
render the given image area |
void |
renderInlineArea(InlineArea area)
render the given inline area |
void |
renderInlineSpace(InlineSpace space)
render the given inline space |
void |
renderLeaderArea(LeaderArea area)
render the given leader area |
void |
renderLineArea(LineArea area)
render the given line area |
void |
renderPage(Page page)
render the given page |
void |
renderSpanArea(SpanArea area)
render the given span area |
void |
renderSVGArea(SVGArea area)
render the given SVG area |
void |
renderWordArea(WordArea area)
render the given inline area |
void |
setProducer(java.lang.String producer)
set the producer of the rendering |
void |
setupFontInfo(FontInfo fontInfo)
set up the given FontInfo |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected int currentYPosition
protected int currentXPosition
protected MIFDocument mifDoc
Constructor Detail |
public MIFRenderer()
Method Detail |
public void render(AreaTree areaTree, java.io.OutputStream stream) throws java.io.IOException, FOPException
areaTree
- the laid-out area treewriter
- the PrintWriter to write the MIF withpublic void setupFontInfo(FontInfo fontInfo)
public void setProducer(java.lang.String producer)
public void renderAreaContainer(AreaContainer area)
public void renderBodyAreaContainer(BodyAreaContainer area)
public void renderSpanArea(SpanArea area)
public void renderBlockArea(BlockArea area)
public void renderDisplaySpace(DisplaySpace space)
public void renderSVGArea(SVGArea area)
public void renderForeignObjectArea(ForeignObjectArea area)
public void renderWordArea(WordArea area)
public void renderImageArea(ImageArea area)
public void renderInlineArea(InlineArea area)
public void renderInlineSpace(InlineSpace space)
public void renderLineArea(LineArea area)
public void renderPage(Page page)
public void renderLeaderArea(LeaderArea area)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |