Class AwtPathCssConverter

java.lang.Object
org.jhotdraw8.css.converter.AbstractCssConverter<Path2D.Double>
org.jhotdraw8.draw.css.converter.AwtPathCssConverter
All Implemented Interfaces:
org.jhotdraw8.base.converter.Converter<Path2D.Double>, CssConverter<Path2D.Double>

public class AwtPathCssConverter extends AbstractCssConverter<Path2D.Double>
Converts an SVG path to a AWT path.

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

Author:
Werner Randelshofer