Class FXPathCssConverter

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

public class FXPathCssConverter extends AbstractCssConverter<javafx.scene.shape.Path>
Converts an SVG path to a CSS String.

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

Author:
Werner Randelshofer
  • Constructor Details

    • FXPathCssConverter

      public FXPathCssConverter(boolean nullable)
  • Method Details