<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/jfxconverter/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/jfxconverter/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 03 Apr 2016 20:31:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jfxconverter/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Hervé Girod</title><link>https://sourceforge.net/p/jfxconverter/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -8,7 +8,7 @@
 ~~~~

 The Graphics2D does not need to be the Swing Graphics2D implementation. It can be any class which implements its
-interface (though Graphics2D is an abstract class). For example, the tools directory contains a `PPGraphics2D` class which allows to convert any JavaFX Node tree to a PowerPoint File (of course this class also allows it to work with a Swing hierarchy). Some examples are provided in the tools directory to explain how to use it. For example see [pptsample].
+interface (though Graphics2D is an abstract class). For example, the tools directory contains a `PPGraphics2D` class which allows to convert any JavaFX Node tree to a PowerPoint File (of course this class also allows it to work with a Swing hierarchy). Some examples are provided in the tools directory to explain how to use it. For example see [pptsample] or [svgsample].

 The wiki uses [Markdown](/p/jfxconverter/wiki/markdown_syntax/) syntax.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hervé Girod</dc:creator><pubDate>Sun, 03 Apr 2016 20:31:49 -0000</pubDate><guid>https://sourceforge.nete795244d83c76e2d7fe2309300af79de2dbeb640</guid></item><item><title>Home modified by Hervé Girod</title><link>https://sourceforge.net/p/jfxconverter/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -8,7 +8,7 @@
 ~~~~

 The Graphics2D does not need to be the Swing Graphics2D implementation. It can be any class which implements its
-interface (though Graphics2D is an abstract class). For example, the tools directory contains a `PPGraphics2D` class which allows to convert any JavaFX Node tree to a PowerPoint File (of course this class also allows it to work with a Swing hierarchy). Some examples are provided in the tools directory to explain how to use it.
+interface (though Graphics2D is an abstract class). For example, the tools directory contains a `PPGraphics2D` class which allows to convert any JavaFX Node tree to a PowerPoint File (of course this class also allows it to work with a Swing hierarchy). Some examples are provided in the tools directory to explain how to use it. For example see [pptsample].

 The wiki uses [Markdown](/p/jfxconverter/wiki/markdown_syntax/) syntax.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hervé Girod</dc:creator><pubDate>Sun, 03 Apr 2016 11:00:35 -0000</pubDate><guid>https://sourceforge.net59a6c5893170a45f906408c410b3253a8dcd5621</guid></item><item><title>Home modified by Hervé Girod</title><link>https://sourceforge.net/p/jfxconverter/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -7,6 +7,9 @@
 converter.convert(node, graphics2d);
 ~~~~

+The Graphics2D does not need to be the Swing Graphics2D implementation. It can be any class which implements its
+interface (though Graphics2D is an abstract class). For example, the tools directory contains a `PPGraphics2D` class which allows to convert any JavaFX Node tree to a PowerPoint File (of course this class also allows it to work with a Swing hierarchy). Some examples are provided in the tools directory to explain how to use it.
+
 The wiki uses [Markdown](/p/jfxconverter/wiki/markdown_syntax/) syntax.

 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hervé Girod</dc:creator><pubDate>Sun, 03 Apr 2016 10:52:49 -0000</pubDate><guid>https://sourceforge.net6eec4bb2d9296d349bc68f5e2b394aa2f378099d</guid></item><item><title>Home modified by Hervé Girod</title><link>https://sourceforge.net/p/jfxconverter/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,11 @@
-Welcome to your wiki!
+This project provides utilities to convert a JavaFX Scene to Swing Graphics2D orders. It it then simple to use it to convert to any format which takes a Graphics2D as input.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Example:
+
+~~~~
+JFXConverter converter = new JFXConverter();
+converter.convert(node, graphics2d);
+~~~~

 The wiki uses [Markdown](/p/jfxconverter/wiki/markdown_syntax/) syntax.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hervé Girod</dc:creator><pubDate>Sun, 03 Apr 2016 10:49:43 -0000</pubDate><guid>https://sourceforge.net56af51d90c993973a6c06d06b0bbc05a57d1e4f2</guid></item><item><title>Home modified by Hervé Girod</title><link>https://sourceforge.net/p/jfxconverter/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/jfxconverter/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/hervegirod/"&gt;Hervé Girod&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-56eefb9e24b0d916e25368a8" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hervé Girod</dc:creator><pubDate>Sun, 20 Mar 2016 19:35:59 -0000</pubDate><guid>https://sourceforge.net930b4bc2ab85aed7721dc89876baf85f0ed7de8c</guid></item></channel></rss>