sciplot  0.3.1
A modern C++ plotting library powered by gnuplot
FillSpecs Class Reference

The class used to specify color or pattern fill options. More...

#include <FillSpecsOf.hpp>

Inheritance diagram for FillSpecs:
[legend]
Collaboration diagram for FillSpecs:
[legend]

Additional Inherited Members

- Public Member Functions inherited from FillSpecsOf< FillSpecs >
 FillSpecsOf ()
 Construct a default FillSpecsOf instance.
 
auto fillEmpty () -> FillSpecs &
 Set an empty fill style for the underlying object.
 
auto fillSolid () -> FillSpecs &
 Set a solid fill style for the underlying object.
 
auto fillPattern (int number) -> FillSpecs &
 Set a pattern fill style for the underlying object.
 
auto fillColor (std::string value) -> FillSpecs &
 Set the color for the solid or pattern fill of the underlying object.
 
auto fillIntensity (double value) -> FillSpecs &
 Set the fill color intensity of the underlying object with respect to its border color (a value between 0.0 and 1.0).
 
auto fillTransparent (bool active=true) -> FillSpecs &
 Set the fill of the underlying object to be transparent or not.
 
auto borderLineColor (std::string color) -> FillSpecs &
 Set the border line color of the underlying object.
 
auto borderLineWidth (int value) -> FillSpecs &
 Set the border line width of the underlying object.
 
auto borderShow (bool value=true) -> FillSpecs &
 Set the border of the underlying object to be shown or not.
 
auto borderHide () -> FillSpecs &
 Set the border of the underlying object to be hidden.
 
auto repr () const -> std::string
 Convert this FillSpecsOf object into a gnuplot formatted string.
 
- Public Member Functions inherited from Specs< FillSpecs >
virtual ~Specs ()=default
 Pure virtual destructor (this class is an abstract base class).
 
 operator std::string () const
 Return a string representation of this object of some class that derives from specs.
 
auto derived () -> FillSpecs &
 Return a reference to the specs object of class derived from this.
 
auto derived () const -> const FillSpecs &
 Return a const reference to the specs object of class derived from this.
 

Detailed Description

The class used to specify color or pattern fill options.


The documentation for this class was generated from the following file: