java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.plaf.basic.BasicBorders.MarginBorder
- All Implemented Interfaces:
 Serializable,Border,UIResource
- Enclosing class:
 BasicBorders
Draws the border around components which support margins.
- 
Constructor Summary
Constructors - 
Method Summary
Methods declared in class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder 
- 
Constructor Details
- 
MarginBorder
public MarginBorder()Constructs aMarginBorder. 
 -