Public Member Functions | |
Border () | |
Border (const Border &rhs) | |
Border & | operator= (const Border &rhs) |
void | swap (Border &rhs) throw () |
virtual void | paintBorder (Component *component, Graphics &g, int x, int y, int w, int h) |
virtual const util::Insets | getBorderInsets () const |
virtual | ~Border () |
|
Default Constructor. |
|
Copy Constructor. |
|
Destructor. |
|
Assignment Operator. |
|
Swap the content of this border with another. |
|
Paints a Border around the specified Component. Reimplemented in ui::border::BevelBorder, and ui::border::LineBorder. |
|
Returns the Insets used by this Border. Reimplemented in ui::border::BevelBorder, and ui::border::LineBorder. |