public class FineLineBorder
extends javax.swing.border.BevelBorder
Constructor and Description |
---|
FineLineBorder(int type)
_more_
|
Modifier and Type | Method and Description |
---|---|
protected void |
paintLoweredBevel(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
_more_
|
protected void |
paintRaisedBevel(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
_more_
|
getBevelType, getBorderInsets, getHighlightInnerColor, getHighlightInnerColor, getHighlightOuterColor, getHighlightOuterColor, getShadowInnerColor, getShadowInnerColor, getShadowOuterColor, getShadowOuterColor, isBorderOpaque, paintBorder
protected void paintRaisedBevel(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
paintRaisedBevel
in class javax.swing.border.BevelBorder
c
- g
- x
- y
- width
- height
- protected void paintLoweredBevel(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
paintLoweredBevel
in class javax.swing.border.BevelBorder
c
- g
- x
- y
- width
- height
-