Border
interface which is used for supplying a border graphics for a widget.See: Description
Interface | Description |
---|---|
Border |
The class is responsible for defining and rendering borders.
|
Class | Description |
---|---|
BorderFactory |
This class is a factory of all built-in implementation of borders.
|
BorderSupport |
This class contains support method for working with borders.
|
This package contains Border
interface which is used for supplying a border graphics for a widget.
Built-in border implementations can be created using BorderFactory
class.