10#define ROOT7_RAttrFill
16namespace Experimental {
34 int GetStyle()
const {
return GetValue<int>(
"style"); }
Base class for all attributes, used with RDrawable.
void SetValue(const std::string &name, bool value)
Drawing fill attributes for different objects.
R__ATTR_CLASS(RAttrFill, "fill_", AddInt("style", 1).AddDefaults(fColor))
const RColor & GetColor() const
RColor fColor
! line color, will access container from line attributes
RAttrFill & SetStyle(int style)
The fill style.
RAttrFill & SetColor(const RColor &color)
The fill color.