se.datadosen.component
Class NorthEtchedBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.EtchedBorder
se.datadosen.component.NorthEtchedBorder
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.border.Border
public class NorthEtchedBorder
- extends javax.swing.border.EtchedBorder
Like EtchedBorder, but with just a line in the top/north
- See Also:
- Serialized Form
| Fields inherited from class javax.swing.border.EtchedBorder |
etchType, highlight, LOWERED, RAISED, shadow |
|
Method Summary |
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
Paints the border for the specified component with the specified position and size. |
| Methods inherited from class javax.swing.border.EtchedBorder |
getBorderInsets, getBorderInsets, getEtchType, getHighlightColor, getHighlightColor, getShadowColor, getShadowColor, isBorderOpaque |
| Methods inherited from class javax.swing.border.AbstractBorder |
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NorthEtchedBorder
public NorthEtchedBorder()
paintBorder
public void paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
- Paints the border for the specified component with the specified position and size.
- Specified by:
paintBorder in interface javax.swing.border.Border- Overrides:
paintBorder in class javax.swing.border.EtchedBorder
- Parameters:
c - the component for which this border is being paintedg - the paint graphicsx - the x position of the painted bordery - the y position of the painted borderwidth - the width of the painted borderheight - the height of the painted border