Searched refs:CssValue (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java536 Object generic = new CssValue();
641 CssValue conv = (CssValue) valueConvertor.get(key);
660 CssValue conv = (CssValue)valueConvertor.get(cssKey);
671 if (value instanceof CssValue) {
672 return ((CssValue)value).toStyleConstants(key, null);
1457 * value, this method returns a CssValue object to associate with the
1464 CssValue value = (CssValue)valueConverto
1566 static class CssValue implements Serializable { class in class:CSS
[all...]
H A DCSSBorder.java44 import javax.swing.text.html.CSS.CssValue;
72 final static CssValue PARSERS[] = {
H A DStyleSheet.java2726 if (value instanceof CSS.CssValue) {
2727 return ((CSS.CssValue)value).toStyleConstants

Completed in 212 milliseconds