|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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
Fields inherited from class org.apache.fop.layout.Area |
allocationWidth, areaClass, backgroundColor, bp, children, contentRectangleWidth, currentHeight, foCreator, fontState, generatedBy, isFirst, isLast, markers, maxHeight, page, returnedBy, 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 areaMethod 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 Box
renderer
- the Renderer to use
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |