Class BezierPathXmlConverter

java.lang.Object
org.jhotdraw8.draw.xml.converter.BezierPathXmlConverter
All Implemented Interfaces:
org.jhotdraw8.base.converter.Converter<BezierPath>
Direct Known Subclasses:
PathConnectionBezierPathXmlConverter

public class BezierPathXmlConverter extends Object implements org.jhotdraw8.base.converter.Converter<BezierPath>
Converts an BezierNodeList path to an XML attribute value.

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

Author:
Werner Randelshofer