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

All Implemented Interfaces:
    Serializable

Field Summary
 Color c     
Fields inherited from javax.swing.text.html.CSS$CssValue:
svalue
Method from javax.swing.text.html.CSS$ColorValue Summary:
fromStyleConstants,   getValue,   parseCssValue,   parseHtmlValue,   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$ColorValue 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.
 Color getValue() 
    Returns the color to use.
 Object parseCssValue(String value) 
 Object parseHtmlValue(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.