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

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/border/
H A DBevelBorder.java70 protected Color shadowInner; field in class:BevelBorder
115 this.shadowInner = shadowInnerColor;
247 return shadowInner;
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DBorderFactory.java173 * @param shadowInner a <code>Color</code> object for the
179 Color shadowOuter, Color shadowInner) {
181 shadowOuter, shadowInner);
289 * @param shadowInner a color of the inner edge of the shadow area
295 public static Border createSoftBevelBorder(int type, Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner) { argument
296 return new SoftBevelBorder(type, highlightOuter, highlightInner, shadowOuter, shadowInner);
177 createBevelBorder(int type, Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner) argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/
H A DBorderUIResource.java236 * @param shadowInner the color to use for the bevel inner shadow
241 Color shadowOuter, Color shadowInner) {
242 super(bevelType, highlightOuter, highlightInner, shadowOuter, shadowInner);
239 BevelBorderUIResource(int bevelType, Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner) argument

Completed in 110 milliseconds