|
LuciadCPillar 2025.0.07
|
This class contains styling properties related to a background (for a label for example). More...
#include <luciad/drawing/BackgroundStyle.h>
Classes | |
| class | Builder |
| A builder class for creating background styles. More... | |
Public Member Functions | |
| Builder | asBuilder () const |
| Returns a BackgroundStyle builder that has all properties of this BackgroundStyle. More... | |
| Color | getBackgroundColor () const |
| Returns the background color. More... | |
| Color | getFrameColor () const |
| Returns the frame color. More... | |
| double | getFrameWidth () const |
| Returns the frame width in device independent pixels. More... | |
| double | getPadding () const |
| Returns the padding around the content in device independent pixels. More... | |
Static Public Member Functions | |
| static Builder | newBuilder () |
| Returns a new builder for creating a BackgroundStyle. More... | |
This class contains styling properties related to a background (for a label for example).
| Builder luciad::BackgroundStyle::asBuilder | ( | ) | const |
Returns a BackgroundStyle builder that has all properties of this BackgroundStyle.
| Color luciad::BackgroundStyle::getBackgroundColor | ( | ) | const |
Returns the background color.
| Color luciad::BackgroundStyle::getFrameColor | ( | ) | const |
Returns the frame color.
| double luciad::BackgroundStyle::getFrameWidth | ( | ) | const |
Returns the frame width in device independent pixels.
| double luciad::BackgroundStyle::getPadding | ( | ) | const |
Returns the padding around the content in device independent pixels.
|
static |
Returns a new builder for creating a BackgroundStyle.