Home
Categories
Dictionary
Download
Project Details
FAQ
License

Convert to SVG


    1  Usage
    2  Example
    3  See also

The fxsvgConverter.jar Jar file contains the library which allows to convert a JavaFX tree to a SVG file.

Usage

Main Article: SVGConverter

To convert a JavaFX tree to a SVG file, you can use one of the convert methods of the SVGConverter class.

Example

   SVGConverter converter = new SVGConverter();
   converter.convert(<my JavaFX root>, <my SVG file>);

See also


Categories: tosvg

Copyright 2021-2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD-3-Clause License