Serializable
, Border
, UIResource
BasicBorders.RadioButtonBorder
, BasicBorders.RolloverButtonBorder
, BasicBorders.ToggleButtonBorder
BasicBorders
public static class BasicBorders.ButtonBorder extends AbstractBorder implements UIResource
Modifier and Type | Field | Description |
---|---|---|
protected Color |
darkShadow |
The color of dark shadow. |
protected Color |
highlight |
The color of highlight. |
protected Color |
lightHighlight |
The color of light highlight. |
protected Color |
shadow |
The color of shadow. |
Constructor | Description |
---|---|
ButtonBorder |
Constructs a new instance of a ButtonBorder . |
getBaseline, getBaselineResizeBehavior, getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder
protected Color shadow
protected Color darkShadow
protected Color highlight
protected Color lightHighlight
public ButtonBorder(Color shadow, Color darkShadow, Color highlight, Color lightHighlight)
ButtonBorder
.shadow
- a color of shadowdarkShadow
- a color of dark shadowhighlight
- a color of highlightlightHighlight
- a color of light highlight
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/javax/swing/plaf/basic/BasicBorders.ButtonBorder.html