9#ifndef ROOT7_RAxisDrawable
10#define ROOT7_RAxisDrawable
22namespace Experimental {
All supported axes attributes for: line, ticks, labels, title, min/max, log, reverse,...
Axis base drawing - only attributes and position.
RAxisDrawableBase & SetVertical(bool vertical=true)
RAxisDrawableBase & SetAttrAxis(const RAttrAxis &attr)
RAttrAxis fAttrAxis
! axis attributes
const RPadPos & GetPos() const
const RAttrAxis & GetAttrAxis() const
RPadLength fLength
axis length
RAxisDrawableBase(const RPadPos &pos, bool vertical, const RPadLength &len)
RAxisDrawableBase & SetPos(const RPadPos &pos)
bool fVertical
is vertical axis
RPadPos fPos
axis start point
RAxisDrawableBase & SetLength(const RPadLength &len)
const RPadLength & GetLength() const
RAxisDrawable(const RPadPos &pos, bool vertical, const RPadLength &len)
RAxisDrawable & SetMinMax(double min, double max)
double fMax
axis minimum and maximum
RAxisLabelsDrawable()=default
std::vector< std::string > fLabels
axis labels
const std::vector< std::string > & GetLabels() const
RAxisLabelsDrawable(const RPadPos &pos, bool vertical, const RPadLength &len)
RAxisLabelsDrawable & SetLabels(const std::vector< std::string > &lbls)
Base class for drawable entities: objects that can be painted on a RPad.
A position (horizontal and vertical) in a RPad.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...