Class BorderUIResource.EtchedBorderUIResource
- java.lang.Object
-
- javax.swing.border.AbstractBorder
-
- javax.swing.border.EtchedBorder
-
- javax.swing.plaf.BorderUIResource.EtchedBorderUIResource
- All Implemented Interfaces:
-
Serializable
,Border
,UIResource
- Enclosing class:
- BorderUIResource
public static class BorderUIResource.EtchedBorderUIResource extends EtchedBorder implements UIResource
An etched border UI resource.
- See Also:
- Serialized Form
Fields
Fields declared in class javax.swing.border.EtchedBorder
etchType, highlight, LOWERED, RAISED, shadow
Constructors
Constructor | Description |
---|---|
EtchedBorderUIResource() | Constructs an |
EtchedBorderUIResource(int etchType) | Constructs an |
EtchedBorderUIResource(int etchType,
Color highlight,
Color shadow) | Constructs an |
EtchedBorderUIResource(Color highlight,
Color shadow) | Constructs an |
Methods
Methods declared in class javax.swing.border.EtchedBorder
getBorderInsets, getEtchType, getHighlightColor, getHighlightColor, getShadowColor, getShadowColor, isBorderOpaque, paintBorder
Methods declared in class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructors
EtchedBorderUIResource
public EtchedBorderUIResource()
Constructs an EtchedBorderUIResource
.
EtchedBorderUIResource
public EtchedBorderUIResource(int etchType)
Constructs an EtchedBorderUIResource
.
- Parameters:
-
etchType
- the type of etch to be drawn by the border
EtchedBorderUIResource
public EtchedBorderUIResource(Color highlight, Color shadow)
Constructs an EtchedBorderUIResource
.
- Parameters:
-
highlight
- the color to use for the etched highlight -
shadow
- the color to use for the etched shadow
EtchedBorderUIResource
@ConstructorProperties({"etchType","highlightColor","shadowColor"}) public EtchedBorderUIResource(int etchType, Color highlight, Color shadow)
Constructs an EtchedBorderUIResource
.
- Parameters:
-
etchType
- the type of etch to be drawn by the border -
highlight
- the color to use for the etched highlight -
shadow
- the color to use for the etched shadow
© 1993, 2020, 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/11/docs/api/java.desktop/javax/swing/plaf/BorderUIResource.EtchedBorderUIResource.html