Public Member Functions | |
LineBorder (const util::Color &color, int thickness) | |
LineBorder (const util::Color &colo, const util::Insets &insets) | |
LineBorder (const util::Color &color) | |
LineBorder () | |
LineBorder (const LineBorder &rhs) | |
LineBorder & | operator= (const LineBorder &rhs) |
void | swap (LineBorder &rhs) throw () |
void | paintBorder (Component *component, Graphics &g, int x, int y, int w, int h) |
const util::Insets | getBorderInsets () const |
const util::Color & | getColor () const |
|
Create a new LineBorder with given color and thickness.
|
|
Create a new LineBorder with given color and thickness.
|
|
Create a new LineBorder with given color.
|
|
Default constructor. |
|
Copy Constructor. |
|
Assignment operator. |
|
Swaps the contents of this Border with another. |
|
Paint the border. Reimplemented from ui::border::Border. |
|
Returns the insets of this Border. The Insets are dependant on the thickness of this Border. Reimplemented from ui::border::Border. |
|
Returns the Color used for this Border. |