FillStyleSpecs.hpp
auto solid() -> FillStyleSpecs &
Set a solid fill style for the underlying object.
Definition: FillStyleSpecs.hpp:106
auto transparent(bool active=true) -> FillStyleSpecs &
Set the fill of the underlying object to be transparent or not.
Definition: FillStyleSpecs.hpp:127
FillStyleSpecs()
Construct a default FillStyleSpecs instance.
Definition: FillStyleSpecs.hpp:96
auto empty() -> FillStyleSpecs &
Set an empty fill style for the underlying object.
Definition: FillStyleSpecs.hpp:100
auto intensity(double value) -> FillStyleSpecs &
Set the fill color intensity of the underlying object with respect to its border color (a value betwe...
Definition: FillStyleSpecs.hpp:119
auto borderHide() -> FillStyleSpecs &
Set the border of the underlying object to be hidden.
Definition: FillStyleSpecs.hpp:153
The class used to attach color or pattern fill options to a type.
Definition: FillStyleSpecs.hpp:38
auto borderLineWidth(int value) -> FillStyleSpecs &
Set the border line width of the underlying object.
Definition: FillStyleSpecs.hpp:141
auto repr() const -> std::string
Convert this FillStyleSpecs object into a gnuplot formatted string.
Definition: FillStyleSpecs.hpp:158
The base class for other specs classes (e.g., LineSpecsOf, DrawSpecs, BorderSpecs,...
Definition: Specs.hpp:36
auto pattern(int number) -> FillStyleSpecs &
Set a pattern fill style for the underlying object.
Definition: FillStyleSpecs.hpp:112
auto borderLineColor(std::string color) -> FillStyleSpecs &
Set the border line color of the underlying object.
Definition: FillStyleSpecs.hpp:135
auto borderShow(bool value=true) -> FillStyleSpecs &
Set the border of the underlying object to be shown or not.
Definition: FillStyleSpecs.hpp:147