Public Types | |
enum | beveltypes { RAISED, LOWERED } |
Public Member Functions | |
BevelBorder () | |
BevelBorder (int type) | |
BevelBorder (const BevelBorder &rhs) | |
BevelBorder & | operator= (const BevelBorder &rhs) |
void | swap (BevelBorder &rhs) throw () |
void | paintBorder (Component *component, Graphics &g, int x, int y, int w, int h) |
const util::Insets | getBorderInsets () const |
void | setType (int type) |
int | getType () const |
|
Create a default, raised bevel border. |
|
Create a border with the given bevel state.
|
|
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 the space requirements for this border.
Reimplemented from ui::border::Border. |
|
Change the beveltype.
|
|
Return the bevel type of this object. Can be either raised or lowered.
|