Serializable
, Border
, UIResource
BorderUIResource
public static class BorderUIResource.EmptyBorderUIResource extends EmptyBorder implements UIResource
bottom, left, right, top
Constructor | Description |
---|---|
EmptyBorderUIResource |
Constructs an EmptyBorderUIResource . |
EmptyBorderUIResource |
Constructs an EmptyBorderUIResource . |
getBorderInsets, getBorderInsets, isBorderOpaque, paintBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
public EmptyBorderUIResource(int top, int left, int bottom, int right)
EmptyBorderUIResource
.top
- the top inset of the borderleft
- the left inset of the borderbottom
- the bottom inset of the borderright
- the right inset of the border@ConstructorProperties("borderInsets") public EmptyBorderUIResource(Insets insets)
EmptyBorderUIResource
.insets
- the insets of the borderNullPointerException
- if the spcecified insets
is null
© 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/BorderUIResource.EmptyBorderUIResource.html