Save This Page
Home » openjdk-7 » javax » swing » text » html » [javadoc | source]
javax.swing.text.html
static class: CSS.ShorthandMarginParser [javadoc | source]
java.lang.Object
   javax.swing.text.html.CSS$ShorthandMarginParser
Used to parser margin and padding.
Method from javax.swing.text.html.CSS$ShorthandMarginParser Summary:
parseShorthandMargin
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.text.html.CSS$ShorthandMarginParser Detail:
 static  void parseShorthandMargin(CSS css,
    String value,
    MutableAttributeSet attr,
    CSS.Attribute[] names) 
    Parses the shorthand margin/padding/border string value, placing the result in attr. names give the 4 instrinsic property names.