|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.apache.fop.layout.Box
org.apache.fop.layout.Area
org.apache.fop.svg.SVGArea
class representing an SVG area in which the SVG graphics sit
| Field Summary |
| Fields inherited from class org.apache.fop.layout.Area |
allocationWidth, areaClass, background, bp, children, contentRectangleWidth, currentHeight, foCreator, fontState, generatedBy, isFirst, isLast, maxHeight, page, tableCellXOffset |
| Fields inherited from class org.apache.fop.layout.Box |
areaTree, parent |
| Constructor Summary | |
SVGArea(FontState fontState,
float width,
float height)
construct an SVG area |
|
| Method Summary | |
org.w3c.dom.Document |
getSVGDocument()
|
int |
getWidth()
|
void |
render(Renderer renderer)
render the SVG. |
void |
setSVGDocument(org.w3c.dom.Document doc)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SVGArea(FontState fontState,
float width,
float height)
fontState - the font statewidth - the width of the areaheight - the height of the area| Method Detail |
public void setSVGDocument(org.w3c.dom.Document doc)
public org.w3c.dom.Document getSVGDocument()
public int getWidth()
public void render(Renderer renderer)
render in class Boxrenderer - the Renderer to use
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||