virtual void setColor(const Color &)
Sets the color of the representation.
hippodraw::LinePointRep class interface
RepBase * m_rep
The representation used for drawing each data point in the view.
std::string m_name
The name of the display as it might be displayed in a GUI.
virtual DataRep * clone()
The clone function returns an object of its own kind which is a copy of this object at this moment...
The base class for data representations.
ProjectorBase * m_projector
A projector used to transform data to projected values that will be plotted.
hippodraw::LineProjector class interface
A Color class for creating the color object following the standard RGB color space.
virtual bool hasNTupleBindings() const
Returns false as this class does not have NTuple bindings.
A PointRep class that draws a column to represent the value.
virtual bool hasAxis(hippodraw::Axes::Type) const
Returns true if the data representation has specified axis type axis.
LineDataRep()
The default constructor, should never be called.
A projector that plots a value as a horizontal or vertical line.
void setValue(double value)
Sets the value that will be displayed.
LineDataRep class interface.