Serializable, Border, UIResourcepublic static class BorderUIResource.MatteBorderUIResource extends MatteBorder implements UIResource
bottom, left, right, topcolor, tileIcon| Constructor | Description |
|---|---|
MatteBorderUIResource(int top,
int left,
int bottom,
int right,
Color color) |
Constructs a
MatteBorderUIResource. |
MatteBorderUIResource(int top,
int left,
int bottom,
int right,
Icon tileIcon) |
Constructs a
MatteBorderUIResource. |
MatteBorderUIResource(Icon tileIcon) |
Constructs a
MatteBorderUIResource. |
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectanglegetBorderInsets, getBorderInsets, getMatteColor, getTileIcon, isBorderOpaque, paintBorderpublic MatteBorderUIResource(int top,
int left,
int bottom,
int right,
Color color)
MatteBorderUIResource.top - the top inset of the borderleft - the left inset of the borderbottom - the bottom inset of the borderright - the right inset of the bordercolor - the color rendered for the borderpublic MatteBorderUIResource(int top,
int left,
int bottom,
int right,
Icon tileIcon)
MatteBorderUIResource.top - the top inset of the borderleft - the left inset of the borderbottom - the bottom inset of the borderright - the right inset of the bordertileIcon - the icon to be used for tiling the borderpublic MatteBorderUIResource(Icon tileIcon)
MatteBorderUIResource.tileIcon - the icon to be used for tiling 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-9b155-1