Searched defs:getDerivedColor (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/ |
H A D | NimbusLookAndFeel.java | 152 getDerivedColor("text",0.0f,0.0f,0.23f,0,true)); 386 public Color getDerivedColor(String uiDefaultParentName, method in class:NimbusLookAndFeel 390 return defaults.getDerivedColor(uiDefaultParentName, hOffset, sOffset, 405 protected final Color getDerivedColor(Color color1, Color color2, method in class:NimbusLookAndFeel 425 protected final Color getDerivedColor(Color color1, Color color2, method in class:NimbusLookAndFeel 427 return getDerivedColor(color1, color2, midPoint, true);
|
Completed in 42 milliseconds