Save This Page
Home » openjdk-7 » javax » swing » text » html » [javadoc | source]
javax.swing.text.html
static class: CSS.ShorthandBackgroundParser [javadoc | source]
java.lang.Object
   javax.swing.text.html.CSS$ShorthandBackgroundParser
Parses the background property into its intrinsic values.
Method from javax.swing.text.html.CSS$ShorthandBackgroundParser Summary:
isAttachment,   isColor,   isImage,   isPosition,   isRepeat,   parseShorthandBackground
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.text.html.CSS$ShorthandBackgroundParser Detail:
 static boolean isAttachment(String string) 
 static boolean isColor(String string) 
 static boolean isImage(String string) 
 static boolean isPosition(String string) 
 static boolean isRepeat(String string) 
 static  void parseShorthandBackground(CSS css,
    String value,
    MutableAttributeSet attr) 
    Parses the shorthand font string value, placing the result in attr.