java.lang.Object
org.jhotdraw8.svg.io.FXSvgTinyReader
Reads an SVG "Tiny" 1.2 file and creates JavaFX nodes from it.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.Nodejavafx.scene.Nodejavafx.scene.NodeThe reader does not close the provided source.javafx.scene.NodeThe reader does not close the provided source.
-
Constructor Details
-
FXSvgTinyReader
public FXSvgTinyReader()
-
-
Method Details
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
The reader does not close the provided source.- Throws:
IOException
-
read
public javafx.scene.Node read(Source in, Map<org.jhotdraw8.fxcollection.typesafekey.MapAccessor<?>, Object> renderingHints) throws IOExceptionThe reader does not close the provided source.- Throws:
IOException
-