Class FXPathElementsCssConverter

java.lang.Object
org.jhotdraw8.css.converter.AbstractCssConverter<ImmutableList<javafx.scene.shape.PathElement>>
org.jhotdraw8.draw.css.converter.FXPathElementsCssConverter
All Implemented Interfaces:
org.jhotdraw8.base.converter.Converter<ImmutableList<javafx.scene.shape.PathElement>>, CssConverter<ImmutableList<javafx.scene.shape.PathElement>>

public class FXPathElementsCssConverter extends AbstractCssConverter<ImmutableList<javafx.scene.shape.PathElement>>
Converts an SVG path to a list of PathElements.

The null value will be converted to the CSS identifier none.

Author:
Werner Randelshofer