16#ifndef ROOT7_RAttrMarker
17#define ROOT7_RAttrMarker
23namespace Experimental {
39 float GetSize()
const {
return Get<float>(
"size"); }
43 int GetStyle()
const {
return Get<int>(
"style"); }
RAttrMarker & SetSize(float size)
The size of the marker.
RAttrMarker & SetStyle(int style)
The style of the marker.
RAttrMarker & SetColor(const RColor &col)
The color of the marker.
A color: Red|Green|Blue|Alpha, or a position in a RPalette.
A collection of graphics attributes, for instance everything describing a line: color,...
RDrawingAttrBase()=default
Construct a default, unnamed, unconnected attribute.
void Set(const Name &name, const T &val)
Insert or update the attribute value identified by name to the given value.
Namespace for new ROOT classes and functions.