Class
zebkit.ui.design.ShaperBorder
extends <zebkit.draw.View> |
<zebkit.ui.design> |
A designer border view. The border view visually indicates areas of border with different size possibilities. The border logically split area around a component to number of predefined areas such as: "center", "bottom", "right", "left", "topRight", "topLeft", "bottomLeft", "bottomRight", "none". See illustration below:
|topLeft|-----------| top |-------------|topRight|
| |
| |
| left | center | right |
| |
| |
|bottomLeft|-------|bottom|-------------|bottomRight|
zebkit.ui.design.ShaperBorder
([color], [gap]
)
Parameters:
-
[color]
<String>a bordar color
-
[gap]
<Integer>a bordar gap
Inherited methods:
protected
<String>
detectAt (target, x, y )
Detect area type by the given location of the given component Parameters:
Returns:
<String>
a detected area type |