java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
javax.swing.plaf.BorderUIResource.EmptyBorderUIResource
- All Implemented Interfaces:
- Serializable,- Border,- UIResource
- Enclosing class:
- BorderUIResource
public static class BorderUIResource.EmptyBorderUIResource
extends EmptyBorder
implements UIResource
An empty border UI resource.
- 
Field SummaryFields declared in class javax.swing.border.EmptyBorderbottom, left, right, top
- 
Constructor SummaryConstructorsConstructorDescriptionEmptyBorderUIResource(int top, int left, int bottom, int right) Constructs anEmptyBorderUIResource.EmptyBorderUIResource(Insets insets) Constructs anEmptyBorderUIResource.
- 
Method SummaryMethods declared in class javax.swing.border.EmptyBordergetBorderInsets, getBorderInsets, isBorderOpaque, paintBorderMethods declared in class javax.swing.border.AbstractBordergetBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
- 
Constructor Details- 
EmptyBorderUIResourcepublic EmptyBorderUIResource(int top, int left, int bottom, int right) Constructs anEmptyBorderUIResource.- Parameters:
- top- the top inset of the border
- left- the left inset of the border
- bottom- the bottom inset of the border
- right- the right inset of the border
 
- 
EmptyBorderUIResourceConstructs anEmptyBorderUIResource.- Parameters:
- insets- the insets of the border
- Throws:
- NullPointerException- if the spcecified- insetsis- null
 
 
-