javax.swing.text.html
Class CSS.ShorthandBackgroundParser

java.lang.Object
  extended byjavax.swing.text.html.CSS.ShorthandBackgroundParser
Enclosing class:
CSS

static class CSS.ShorthandBackgroundParser
extends Object

Parses the background property into its intrinsic values.


Constructor Summary
(package private) CSS.ShorthandBackgroundParser()
           
 
Method Summary
(package private) static boolean isAttachment(String string)
           
(package private) static boolean isColor(String string)
           
(package private) static boolean isImage(String string)
           
(package private) static boolean isPosition(String string)
           
(package private) static boolean isRepeat(String string)
           
(package private) static void parseShorthandBackground(CSS css, String value, MutableAttributeSet attr)
          Parses the shorthand font string value, placing the result in attr.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSS.ShorthandBackgroundParser

CSS.ShorthandBackgroundParser()
Method Detail

parseShorthandBackground

static void parseShorthandBackground(CSS css,
                                     String value,
                                     MutableAttributeSet attr)
Parses the shorthand font string value, placing the result in attr.


isImage

static boolean isImage(String string)

isRepeat

static boolean isRepeat(String string)

isAttachment

static boolean isAttachment(String string)

isPosition

static boolean isPosition(String string)

isColor

static boolean isColor(String string)