Class FXSvgPathXmlConverter

java.lang.Object
org.jhotdraw8.draw.xml.converter.FXSvgPathXmlConverter
All Implemented Interfaces:
org.jhotdraw8.base.converter.Converter<ImmutableList<javafx.scene.shape.PathElement>>

public class FXSvgPathXmlConverter extends Object implements org.jhotdraw8.base.converter.Converter<ImmutableList<javafx.scene.shape.PathElement>>
Converts an SVGPath from/to an XML attribute text.
Author:
Werner Randelshofer
  • Constructor Details

    • FXSvgPathXmlConverter

      public FXSvgPathXmlConverter()
  • Method Details