| org.apache.fop.fo.extensions.svg.SVGObj org.apache.fop.fo.extensions.svg.SVGElement
SVGElement | public class SVGElement extends SVGObj (Code) | | class representing the SVG root element
for constructing an svg document.
|
Inner Class :public static class PDFUnitContext implements UnitProcessor.Context | |
SVGElement | public SVGElement(FONode parent)(Code) | | Constructs an SVG object
Parameters: parent - the parent formatting object |
getDimension | public Point2D getDimension(Point2D view)(Code) | | Get the dimensions of this XML document.
Parameters: view - the viewport dimensions the dimensions of this SVG document |
getSize | public static Point2D getSize(int size, Element svgRoot, float ptmm)(Code) | | Get the size of the SVG root element.
Parameters: size - the font size Parameters: svgRoot - the svg root element Parameters: ptmm - the pixel to millimeter conversion factor the size of the SVG document |
|
|