|
LuciadCPillar 2025.0.07
|
This class contains styling properties to determine how an area is filled. More...
#include <luciad/layers/styles/FillStyle.h>
Classes | |
| class | Builder |
| A builder class for creating fill styles. More... | |
Public Member Functions | |
| Builder | asBuilder () const |
| Returns a builder that has all properties of this FillStyle. More... | |
| Color | getColor () const |
| Returns the fill color. More... | |
| const std::shared_ptr< IIcon > & | getIcon () const |
Returns the icon to use as fill style, or nullptr if no icon is used. More... | |
| const std::shared_ptr< Image > & | getImage () const |
Returns the image to use as fill style, or nullptr if no image is used. More... | |
Static Public Member Functions | |
| static Builder | newBuilder () |
Returns a new builder for creating a FillStyle. More... | |
This class contains styling properties to determine how an area is filled.
| Builder luciad::FillStyle::asBuilder | ( | ) | const |
| Color luciad::FillStyle::getColor | ( | ) | const |
Returns the fill color.
| const std::shared_ptr< IIcon > & luciad::FillStyle::getIcon | ( | ) | const |
Returns the icon to use as fill style, or nullptr if no icon is used.
nullptr if no icon is used. | const std::shared_ptr< Image > & luciad::FillStyle::getImage | ( | ) | const |
Returns the image to use as fill style, or nullptr if no image is used.
nullptr if no image is used.