public class ShallowBevelBorder extends BevelBorder
bevelType, highlightInner, highlightOuter, LOWERED, RAISED, shadowInner, shadowOuter| Constructor and Description |
|---|
ShallowBevelBorder(int bevelType) |
ShallowBevelBorder(int bevelType,
Color highlight,
Color shadow) |
| Modifier and Type | Method and Description |
|---|---|
Insets |
getBorderInsets(Component c) |
Insets |
getBorderInsets(Component c,
Insets insets) |
protected void |
paintLoweredBevel(Component c,
Graphics g,
int x,
int y,
int width,
int height) |
protected void |
paintRaisedBevel(Component c,
Graphics g,
int x,
int y,
int width,
int height) |
getBevelType, getHighlightInnerColor, getHighlightInnerColor, getHighlightOuterColor, getHighlightOuterColor, getShadowInnerColor, getShadowInnerColor, getShadowOuterColor, getShadowOuterColor, isBorderOpaque, paintBordergetBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangleprotected void paintRaisedBevel(Component c, Graphics g, int x, int y, int width, int height)
paintRaisedBevel in class BevelBorderprotected void paintLoweredBevel(Component c, Graphics g, int x, int y, int width, int height)
paintLoweredBevel in class BevelBorderpublic Insets getBorderInsets(Component c)
getBorderInsets in interface BordergetBorderInsets in class AbstractBorderpublic Insets getBorderInsets(Component c, Insets insets)
getBorderInsets in class BevelBorderCopyright © 2017. All rights reserved.