Save This Page
Home » openjdk-7 » javax » swing » text » html » [javadoc | source]
javax.swing.text.html
static class: CSS.FontWeight [javadoc | source]
java.lang.Object
   javax.swing.text.html.CSS$CssValue
      javax.swing.text.html.CSS$FontWeight

All Implemented Interfaces:
    Serializable

Field Summary
 int weight     
Fields inherited from javax.swing.text.html.CSS$CssValue:
svalue
Method from javax.swing.text.html.CSS$FontWeight Summary:
fromStyleConstants,   getValue,   isBold,   parseCssValue,   toStyleConstants
Methods from javax.swing.text.html.CSS$CssValue:
fromStyleConstants,   parseCssValue,   parseHtmlValue,   toString,   toStyleConstants
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.text.html.CSS$FontWeight Detail:
 Object fromStyleConstants(StyleConstants key,
    Object value) 
    Converts a StyleConstants attribute value to a CSS attribute value. If there is no conversion returns null. By default, there is no conversion.
 int getValue() 
 boolean isBold() 
 Object parseCssValue(String value) 
 Object toStyleConstants(StyleConstants key,
    View v) 
    Converts a CSS attribute value to a StyleConstants value. If there is no conversion, returns null. By default, there is no conversion.