| java.lang.Object com.javelin.swinglets.border.SBorder com.javelin.swinglets.border.SMatteBorder
SMatteBorder | public class SMatteBorder extends SBorder (Code) | | SMatterBorder is used to render a flat border around an SComponent.
This components uses a Table to create a border.
author: Dino Fancellu |
Constructor Summary | |
public | SMatteBorder(int top, int left, int bottom, int right, SColor color) Constructs a new SMatteBorder, with each width specified. | public | SMatteBorder(int width, SColor color) Constructs a new SMatteBorder, with a fixed width. |
SMatteBorder | public SMatteBorder(int top, int left, int bottom, int right, SColor color)(Code) | | Constructs a new SMatteBorder, with each width specified. Minu numbers
indicate a percentage.
|
SMatteBorder | public SMatteBorder(int width, SColor color)(Code) | | Constructs a new SMatteBorder, with a fixed width.
|
getUIClass | public Class getUIClass()(Code) | | Returns the name of the L&F class that renders this border.
|
setColor | public void setColor(SColor color)(Code) | | Set the color.
|
|
|