moka.x
Interface Bordered
- All Known Implementing Classes:
- Bevel
- public interface Bordered
The Bordered interface provides methods used to deal with bordered
components.
- Since:
- MDK1.0a
Field Summary |
static short |
border
The border for this component. |
Method Summary |
void |
setBorder(short border)
Sets the border of the component. |
border
public static final short border
- The border for this component. Should be only read.
- See Also:
- Constant Field Values
setBorder
public void setBorder(short border)
- Sets the border of the component.
- Parameters:
border
- The border of the component.