Search
SvgGraphics2D Constructor
See Also
 






Constructs new instance of the SvgGraphics2D object

Namespace: com.mindfusion.svg
Package: com.mindfusion.svg

 Syntax

Java  Copy Code

public SvgGraphics2D (
    Rectangle2D rect,
    String FileName,
    GraphicsUnit gUnit
)

 Parameters

rect

Drawing area measured in diagram unit

FileName

Fully qualified path of the Portable Document Format file to be generated

gUnit

Measure unit of the diagram

 See Also