javax.swing.text.html
Class CSS.ShorthandBackgroundParser
java.lang.Object
javax.swing.text.html.CSS.ShorthandBackgroundParser
- Enclosing class:
- CSS
- static class CSS.ShorthandBackgroundParser
- extends Object
Parses the background property into its intrinsic values.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSS.ShorthandBackgroundParser
CSS.ShorthandBackgroundParser()
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)