Searched refs:ColorValue (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSSBorder.java43 import javax.swing.text.html.CSS.ColorValue;
73 new ColorValue(), new BorderStyle(), new BorderWidthValue(null, 0),
98 ColorValue cv;
99 if (o instanceof ColorValue) {
100 cv = (ColorValue) o;
104 cv = (ColorValue) attrs.getAttribute(Attribute.COLOR);
106 cv = (ColorValue) PARSERS[COLOR].parseCssValue(
H A DCSS.java490 Object cv = new ColorValue();
749 ColorValue cv = (ColorValue) a.getAttribute(key);
2128 static class ColorValue extends CssValue { class in class:CSS
2141 ColorValue cv = new ColorValue();
2165 ColorValue colorValue = new ColorValue();

Completed in 40 milliseconds