Save This Page
Home » openjdk-7 » javax » swing » text » html » [javadoc | source]
javax.swing.text.html
static class: CSS.ShorthandFontParser [javadoc | source]
java.lang.Object
   javax.swing.text.html.CSS$ShorthandFontParser
Class used to parse font property. The font property is shorthand for the other font properties. This expands the properties, placing them in the attributeset.
Method from javax.swing.text.html.CSS$ShorthandFontParser Summary:
parseShorthandFont
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.text.html.CSS$ShorthandFontParser Detail:
 static  void parseShorthandFont(CSS css,
    String value,
    MutableAttributeSet attr) 
    Parses the shorthand font string value, placing the result in attr.