| java.lang.Object com.javelin.swinglets.border.SBorder com.javelin.swinglets.border.SEmptyBorder
SEmptyBorder | public class SEmptyBorder extends SBorder (Code) | | SEmptyBorder is used to render an empty border around an SComponent.
This components uses a Table to create a border.
author: Robin Sharp |
Constructor Summary | |
public | SEmptyBorder(int top, int left, int bottom, int right) Constructs a new SEmptyBorder. | public | SEmptyBorder(Insets insets) Creates an empty border with the specified insets. | public | SEmptyBorder() Creates an empty border with the specified insets 8, 8, 8, 8. |
SEmptyBorder | public SEmptyBorder(int top, int left, int bottom, int right)(Code) | | Constructs a new SEmptyBorder.
|
SEmptyBorder | public SEmptyBorder(Insets insets)(Code) | | Creates an empty border with the specified insets.
|
SEmptyBorder | public SEmptyBorder()(Code) | | Creates an empty border with the specified insets 8, 8, 8, 8.
|
getUIClass | public Class getUIClass()(Code) | | Returns the name of the L&F class that renders this border.
|
setInsets | public void setInsets(Insets insets)(Code) | | Set the insets.
|
|
|