Serializable, Border, UIResourcepublic static class BorderUIResource.EmptyBorderUIResource extends EmptyBorder implements UIResource
bottom, left, right, top| Constructor | Description |
|---|---|
EmptyBorderUIResource(int top,
int left,
int bottom,
int right) |
Constructs an
EmptyBorderUIResource. |
EmptyBorderUIResource(Insets insets) |
Constructs an
EmptyBorderUIResource. |
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectanglegetBorderInsets, getBorderInsets, isBorderOpaque, paintBorderpublic 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 border Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b153-2