public static class BorderUIResource.MatteBorderUIResource extends MatteBorder implements UIResource
color, tileIcon
bottom, left, right, top
Constructor and Description |
---|
MatteBorderUIResource(Icon tileIcon)
Constructs a
MatteBorderUIResource . |
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 . |
getBorderInsets, getBorderInsets, getMatteColor, getTileIcon, isBorderOpaque, paintBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
public 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, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait