/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/ |
H A D | ColorModelCMYK.java | 42 int getColor(float[] space) { method in class:ColorModelCMYK 45 return super.getColor(space);
|
H A D | ColorModelHSV.java | 42 int getColor(float[] space) { method in class:ColorModelHSV 45 return super.getColor(space);
|
H A D | ColorModel.java | 52 int getColor(float[] model) { method in class:ColorModel
|
H A D | ColorModelHSL.java | 42 int getColor(float[] space) { method in class:ColorModelHSL 45 return super.getColor(space);
|
H A D | ColorPanel.java | 147 this.color = new Color(getColor(0), true); 179 int getColor(float z) { method in class:ColorPanel 183 return getColor(3); 186 int getColor(float x, float y) { method in class:ColorPanel 190 return getColor(3); 203 private int getColor(int index) { method in class:ColorPanel 207 return this.model.getColor(this.values);
|
/openjdk7/jaxp/src/org/w3c/dom/html/ |
H A D | HTMLBaseFontElement.java | 54 public String getColor(); method in interface:HTMLBaseFontElement
|
H A D | HTMLFontElement.java | 54 public String getColor(); method in interface:HTMLFontElement
|
/openjdk7/jdk/src/share/demo/jfc/SampleTree/ |
H A D | SampleData.java | 92 public Color getColor() { method in class:SampleData
|
/openjdk7/langtools/test/tools/javac/generics/inference/5073060/ |
H A D | GenericsAndPackages.java | 36 java.awt.Color getColor(); method in interface:HasColor 47 java.awt.Color f() { return item.getColor(); }
|
/openjdk7/jdk/src/macosx/classes/com/apple/laf/ |
H A D | AquaHighlighter.java | 58 public Color getColor() { method in class:AquaHighlighter.AquaHighlightPainter 59 return selectionColor == null ? super.getColor() : selectionColor; 65 return disabledSelectionColor = UIManager.getColor("TextComponent.selectionBackgroundInactive"); 69 selectionColor = super.getColor();
|
/openjdk7/jdk/src/share/classes/sun/swing/icon/ |
H A D | SortArrowIcon.java | 87 g.setColor(getColor()); 115 private Color getColor() { method in class:SortArrowIcon 119 return UIManager.getColor(colorKey);
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ |
H A D | RBNode.java | 69 public RBColor getColor() { return color; } method in class:RBNode
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/ |
H A D | ShadowEffect.java | 50 Color getColor() { method in class:ShadowEffect 55 Color old = getColor();
|
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/ |
H A D | ColorFilter.java | 63 if (rule.getColor() != null) { 64 f.setColor(rule.getColor()); 76 if (rule.getColor() != null) { 77 f.setColor(rule.getColor()); 122 public Color getColor() { method in class:ColorFilter.ColorRule
|
/openjdk7/jdk/src/share/classes/sun/swing/ |
H A D | DefaultLookup.java | 173 public static Color getColor(JComponent c, ComponentUI ui, String key, method in class:DefaultLookup 183 public static Color getColor(JComponent c, ComponentUI ui, String key) { method in class:DefaultLookup 184 return getColor(c, ui, key, null);
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ |
H A D | Annotation.java | 101 public Color getColor() { method in class:Annotation
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/ |
H A D | SynthStyle.java | 758 public Color getColor(SynthContext context, ColorType type) { method in class:SynthStyle
|
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/ |
H A D | Connection.java | 76 public Color getColor() { method in class:Connection
|
H A D | Figure.java | 117 public Color getColor() { method in class:Figure
|
/openjdk7/jdk/src/solaris/classes/sun/awt/windows/ |
H A D | ThemeReader.java | 56 public static Color getColor(String widget, int part, int state, int property) { method in class:ThemeReader
|
/openjdk7/jdk/src/share/classes/javax/swing/border/ |
H A D | TitledBorder.java | 696 private Color getColor(Component c) { method in class:TitledBorder 701 color = UIManager.getColor("TitledBorder.titleColor"); 713 this.label.setForeground(getColor(c));
|
/openjdk7/jdk/src/share/classes/javax/swing/text/ |
H A D | DefaultHighlighter.java | 388 public Color getColor() { method in class:DefaultHighlighter.DefaultHighlightPainter 412 Color color = getColor(); 454 Color color = getColor();
|
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/ |
H A D | Paint.java | 165 public Matte getColor() { return matte; } method in class:GradientStop
|
/openjdk7/jdk/src/windows/classes/sun/awt/windows/ |
H A D | ThemeReader.java | 148 public native static Color getColor(long theme, int part, int state, method in class:ThemeReader 151 public static Color getColor(String widget, int part, int state, int property) { method in class:ThemeReader 154 return getColor(getTheme(widget), part, state, property);
|
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/ |
H A D | DefaultSynthStyle.java | 134 public Color getColor(SynthContext context, ColorType type) { method in class:DefaultSynthStyle 135 return getColor(context.getComponent(), context.getRegion(), 139 public Color getColor(JComponent c, Region id, int state, method in class:DefaultSynthStyle 195 if (si != null && (color = si.getColor(type)) != null) { 201 return si.getColor(type); 810 public Color getColor(ColorType type) { method in class:DefaultSynthStyle.StateInfo
|