|
|||||||||
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.dom.svg.SVGArea
class representing an SVG area in which the SVG graphics sit
Fields inherited from class org.apache.fop.layout.Area |
allocationWidth,
backgroundColor,
borderColorBottom,
borderColorLeft,
borderColorRight,
borderColorTop,
borderStyleBottom,
borderStyleLeft,
borderStyleRight,
borderStyleTop,
borderWidthBottom,
borderWidthLeft,
borderWidthRight,
borderWidthTop,
children,
contentRectangleWidth,
currentHeight,
foCreator,
fontState,
maxHeight,
paddingBottom,
paddingLeft,
paddingRight,
paddingTop,
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.svg.SVGDocument |
getSVGDocument()
|
int |
getWidth()
|
void |
render(Renderer renderer)
render the SVG. |
void |
setSVGDocument(org.w3c.dom.svg.SVGDocument 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.svg.SVGDocument doc)
public org.w3c.dom.svg.SVGDocument getSVGDocument() throws org.w3c.dom.DOMException
public int getWidth()
public void render(Renderer renderer)
renderer
- the Renderer to use
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |