Searched defs:getColor (Results 1 - 25 of 43) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DColorModelCMYK.java42 int getColor(float[] space) { method in class:ColorModelCMYK
45 return super.getColor(space);
H A DColorModelHSV.java42 int getColor(float[] space) { method in class:ColorModelHSV
45 return super.getColor(space);
H A DColorModel.java52 int getColor(float[] model) { method in class:ColorModel
H A DColorModelHSL.java42 int getColor(float[] space) { method in class:ColorModelHSL
45 return super.getColor(space);
H A DColorPanel.java147 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 DHTMLBaseFontElement.java54 public String getColor(); method in interface:HTMLBaseFontElement
H A DHTMLFontElement.java54 public String getColor(); method in interface:HTMLFontElement
/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DSampleData.java92 public Color getColor() { method in class:SampleData
/openjdk7/langtools/test/tools/javac/generics/inference/5073060/
H A DGenericsAndPackages.java36 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 DAquaHighlighter.java58 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 DSortArrowIcon.java87 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 DRBNode.java69 public RBColor getColor() { return color; } method in class:RBNode
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DShadowEffect.java50 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 DColorFilter.java63 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 DDefaultLookup.java173 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 DAnnotation.java101 public Color getColor() { method in class:Annotation
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthStyle.java758 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 DConnection.java76 public Color getColor() { method in class:Connection
H A DFigure.java117 public Color getColor() { method in class:Figure
/openjdk7/jdk/src/solaris/classes/sun/awt/windows/
H A DThemeReader.java56 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 DTitledBorder.java696 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 DDefaultHighlighter.java388 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 DPaint.java165 public Matte getColor() { return matte; } method in class:GradientStop
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DThemeReader.java148 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 DDefaultSynthStyle.java134 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

Completed in 99 milliseconds

12