Class InsetsCssConverter

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

public class InsetsCssConverter extends AbstractCssConverter<CssInsets>
Converts a CssInsets object into a String and vice versa.

List of four sizes in the sequence top, right, bottom, left. If left is omitted, it is the same as right. If bottom is omitted, it is the same as top. If right is omitted it is the same as top.

 insets       = top-right-bottom-left ;
 insets       = top-bottom, right-left ;
 insets       = top , right , bottom, left ;
 
*
Author:
Werner Randelshofer